Checking Cluster Mount Point and Default Server Folders

For each of the virtualization nodes that will use the high availability Virtuozzo storage cluster to store their containers and virtual machines, do the following:

  1. Make sure that the pcs folder is used as the cluster mount point.

    For this, run the following command with the name you assigned to the cluster, for example, cluster1:

    # mount | grep /pcs
    vstorage://cluster1 on /pcs type fuse.vstorage (rw)
  2. Make sure that the default folder for containers is set to /vz/private.

    To see what folder is used as the default, check the following lines in the /etc/vz/vz.conf file.

    ## Defaults for VEs
    VE_ROOT=/vz/root/$VEID VE_PRIVATE=/vz/private/$VEID
  3. Make sure that the default folder for virtual machines is set to /var/parallels. For this, run the following command:

    # prlsrvctl info | grep 'VM home'
    
    VM home: /var/parallels

    Important: Both /vz/private and /var/parallels must point to locations on the same virtualization node. They cannot be linked to locations on other nodes.

  4. A virtualization node must have only one Virtuozzo storage cluster attached otherwise it will cause failure of the PPM-package paci_hn_psbm installation.