Static provisioning

In static provisioning, an administrator creates a number of persistent volumes (PVs), which include information about the storage that is available to each user in the cluster.

To use the existing volume on the storage system, do the following steps:
  1. Create a persistent volume using the PV manifest file. For more information, see Creating a persistent volume (PV).
  2. Create a persistent volume claim (PVC) using the PVC manifest file. For more information, see Creating a PersistentVolumeClaim (PVC).
Note: Static provisioning is not supported for consistency group feature.