summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbase/all/root/scripts/setup_cluster.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/all/root/scripts/setup_cluster.sh b/base/all/root/scripts/setup_cluster.sh
index 74a108c..5294de4 100755
--- a/base/all/root/scripts/setup_cluster.sh
+++ b/base/all/root/scripts/setup_cluster.sh
@@ -93,14 +93,14 @@ case "$auth_type" in
esac
echo "Restarting ctdb"
-onnode -p all "service ctdb restart > /dev/null"
+onnode -p all "service ctdb restart"
# let's hit this with a big hammer...
for i in $(seq 1 5) ; do
echo "Waiting until healthy"
wait_until_healthy 60 && break
echo "Nope, restart ctdb..."
- onnode -p all "service ctdb restart > /dev/null"
+ onnode -p all "service ctdb restart"
done
echo "Waiting for cluster to become healthy"