3.7. Shutting Down Virtuozzo Storage Clusters¶
To shut down a Virtuozzo Storage cluster completely, do the following:
Stop all clients in the cluster. To do this, on each client:
Shut down all running Containers and virtual machines.
Unmount the cluster file system using the
umountcommand. For example, if the cluster is mounted to the/vstorage/stor1directory on a client, you can unmount it as follows:# umount /vstorage/stor1
Disable the automatic mounting of the cluster by removing the cluster entry from the
/etc/fstabfile.
Stop the
shamanservice and disable its automatic start:# systemctl stop shaman.service # systemctl disable shaman.service
Stop all MDS servers and disable their automatic start:
# systemctl stop vstorage-mdsd.target # systemctl disable vstorage-mdsd.target
Stop all chunk servers and disable their automatic start:
# systemctl stop vstorage-csd.target # systemctl disable vstorage-csd.target
Version 7.0.5 — Sep 29, 2017