Removing Clients
Removing a client from a Parallels Cloud Storage cluster simply means unmounting the directory under which the cluster is mounted on the client. Assuming that the cluster is mounted under
/pstorage/pcs1
, you can unmount it as follows:
-
Make sure that all virtual machines and Containers in the cluster are stopped.
-
Unmount the cluster:
# umount /pstorage/pcs1
-
If your cluster is configured to be automatically mounted when the client boots, comment out the cluster entry in the
/etc/fstab
file on the client:
# pstorage://pcs1 /pstorage/pcs1 fuse.pstorage rw,nosuid,nodev 0 0
|