You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3914 Replaced umbrella systemd service with a shell that starts/stops separate
MCS systemd units. Add stop for StorageManager systemd unit.
This commit is contained in:
14
oam/install_scripts/mariadb-columnstore-stop.sh
Normal file
14
oam/install_scripts/mariadb-columnstore-stop.sh
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script allows to gracefully shut down MCS
|
||||
|
||||
/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-controllernode
|
||||
/bin/systemctl stop mcs-workernode
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user