You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-3914 Changed start/stop sequence to align it with the underlying dynamic systemd start order.
This commit is contained in:
@ -4,11 +4,11 @@
|
||||
|
||||
/bin/systemctl stop mcs-dmlproc
|
||||
/bin/systemctl stop mcs-ddlproc
|
||||
/bin/systemctl stop mcs-primproc
|
||||
/bin/systemctl stop mcs-writeengineserver
|
||||
/bin/systemctl stop mcs-storagemanager
|
||||
/bin/systemctl stop mcs-exemgr
|
||||
/bin/systemctl stop mcs-writeengineserver
|
||||
/bin/systemctl stop mcs-primproc
|
||||
/bin/systemctl stop mcs-controllernode
|
||||
/bin/systemctl stop mcs-workernode
|
||||
/bin/systemctl stop mcs-storagemanager
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user