No need to chkconfig ctdb - it is enabled by default
authorMartin Schwenke <martin@meltin.net>
Tue, 1 Jul 2014 12:28:29 +0000 (22:28 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 2 Jul 2014 10:26:52 +0000 (20:26 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
base/all/root/scripts/setup_cluster_nas.sh

index e35076194716fc9d577c8a36240c3a4cf6d0119b..8f01827173d54bd2e1e5cec50af9d7535e1eadcd 100755 (executable)
@@ -72,9 +72,6 @@ domain=$(sed -r -n -e 's@^domain[[:space:]]*=[[:space:]]*([^ ]*)[[:space:]]*$@\1
 
 kdc=$(sed -r -n -e 's@^kdc[[:space:]]*=[[:space:]]*([^ ]*)[[:space:]]*$@\1@p' "$conf_file")
 
-echo "Enabling ctdb..."
-onnode -p all chkconfig ctdb on
-
 case "$auth_type" in
     winbind)
        echo "Setting up NSS, PAM, KRB5..."