From 41f106f91f50d21311c47dcc647728ecec3cc6c5 Mon Sep 17 00:00:00 2001 From: Jose Rojas Date: Mon, 12 Oct 2020 09:31:56 -0500 Subject: [PATCH] Workernode template. Disable mcs-workdernode@2 during uninstall --- oam/install_scripts/columnstore-pre-uninstall.in | 1 + 1 file changed, 1 insertion(+) diff --git a/oam/install_scripts/columnstore-pre-uninstall.in b/oam/install_scripts/columnstore-pre-uninstall.in index d294ddb94..f3e9e82fa 100755 --- a/oam/install_scripts/columnstore-pre-uninstall.in +++ b/oam/install_scripts/columnstore-pre-uninstall.in @@ -83,6 +83,7 @@ if [ -n "$systemctl" ] && [ $(running_systemd) -eq 0 ]; then systemctl disable mcs-exemgr > /dev/null 2>&1 systemctl disable mcs-primproc > /dev/null 2>&1 systemctl disable mcs-workernode@1 > /dev/null 2>&1 + systemctl disable mcs-workernode@2 > /dev/null 2>&1 systemctl disable mcs-writeengineserver > /dev/null 2>&1 systemctl disable mcs-loadbrm > /dev/null 2>&1 systemctl disable mcs-storagemanager > /dev/null 2>&1