1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Workernode template. Disable mcs-workdernode@2 during uninstall

This commit is contained in:
Jose Rojas
2020-10-12 09:31:56 -05:00
committed by GitHub
parent 0637c19313
commit 41f106f91f

View File

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