Bug 14026 - ctdb-config: depend on /etc/default/nodes file
Summary: ctdb-config: depend on /etc/default/nodes file
Status: RESOLVED DUPLICATE of bug 14017
Alias: None
Product: CTDB 2.5.x or older
Classification: Unclassified
Component: ctdb (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Amitay Isaacs
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-04 17:49 UTC by Rafael David Tinoco
Modified: 2019-07-05 02:46 UTC (History)
1 user (show)

See Also:


Attachments
[PATCH] ctdb-config: depend on /etc/default/nodes file (1.15 KB, patch)
2019-07-04 17:57 UTC, Rafael David Tinoco
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael David Tinoco 2019-07-04 17:49:52 UTC
CTDB should start as a disabled unit (systemd) in most of the
    distributions and, when trying to enable it for the first time, user
    should get an unconfigured, or similar, error.

    Depending on /etc/ctdb/nodes file will give a clear direction to final
    user on what is needed in order to get cluster up and running. It should
    work like previous ENABLED=NO variables in SySV like initialization
    scripts.
Comment 1 Rafael David Tinoco 2019-07-04 17:57:25 UTC
Created attachment 15287 [details]
[PATCH] ctdb-config: depend on /etc/default/nodes file

CTDB should start as a disabled unit (systemd) in most of the
distributions and, when trying to enable it for the first time, user
should get an unconfigured, or similar, error.

Depending on /etc/ctdb/nodes file will give a clear direction to final
user on what is needed in order to get cluster up and running. It should
work like previous ENABLED=NO variables in SySV like initialization
scripts.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14026

Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
Comment 2 Amitay Isaacs 2019-07-05 02:46:36 UTC

*** This bug has been marked as a duplicate of bug 14017 ***