1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-4314 Related. Make mcs-workernode a template service to avoid SM contention

This commit is contained in:
Jose Rojas
2020-10-06 21:10:37 -05:00
parent d85fc579ba
commit 2a6dd64e5f
9 changed files with 18 additions and 17 deletions

View File

@ -8,7 +8,7 @@
/bin/systemctl stop mcs-writeengineserver
/bin/systemctl stop mcs-primproc
/bin/systemctl stop mcs-controllernode
/bin/systemctl stop mcs-workernode
/bin/systemctl stop mcs-workernode@.service
/bin/systemctl stop mcs-storagemanager
exit 0