Previous page

Next page

Locate page in Contents

Print this page

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:

  1. Make sure that all virtual machines and Containers in the cluster are stopped.
  2. Unmount the cluster:

    # umount /pstorage/pcs1

  3. 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