Cleanup from zookeeper->dlm change

In I33525e2b83a4497a57ec95f62880e0308c88b34f, we switched
from zookeeper to dlm. Somehow this got left behind.

Change-Id: I41d13d33c9a81271d4a9752cbe98c0028a17ab1e
This commit is contained in:
Davanum Srinivas 2016-03-31 09:54:42 -04:00
parent 8b416ae821
commit 7a9d78a59e
1 changed files with 0 additions and 4 deletions

View File

@ -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