From 7a9d78a59e7a1b7bcba390c18d6f5ca3a07bf4b4 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 31 Mar 2016 09:54:42 -0400 Subject: [PATCH] Cleanup from zookeeper->dlm change In I33525e2b83a4497a57ec95f62880e0308c88b34f, we switched from zookeeper to dlm. Somehow this got left behind. Change-Id: I41d13d33c9a81271d4a9752cbe98c0028a17ab1e --- unstack.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/unstack.sh b/unstack.sh index 7a7c945c8a..83703ec28a 100755 --- a/unstack.sh +++ b/unstack.sh @@ -175,10 +175,6 @@ if is_service_enabled dstat; then stop_dstat fi -if is_service_enabled zookeeper; then - stop_zookeeper -fi - # Clean up the remainder of the screen processes SCREEN=$(which screen) if [[ -n "$SCREEN" ]]; then