Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/storage/default_csi_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,10 @@ EOF
Resizing is the process of expanding the backend storage volume's capacity via the OpenShift GUI or CLI client. LVMS
supports volume expansion. It does not support volume shrinking. Refer to OpenShift documentation on
[Expanding CSI Volumes](https://docs.openshift.com/container-platform/4.13/storage/expanding-persistent-volumes.html#expanding-csi-volumes_expanding-persistent-volumes)
for resizing instructions.
for resizing instructions.

### PVC to PVC Cloning

LVMS supports PVC cloning for LVM thin-volumes (thick volumes are not supported). Cloning is
only allowed within the same namespace; you cannot clone a PVC from one namespace to another.
For more details on PVC to PVC cloning, see the [OpenShift documentation](https://docs.openshift.com/container-platform/4.13/storage/container_storage_interface/persistent-storage-csi-cloning.html).