diff --git a/modules/storage-expanding-recovering-failure-view-status.adoc b/modules/storage-expanding-recovering-failure-view-status.adoc new file mode 100644 index 0000000000..9be527b2ae --- /dev/null +++ b/modules/storage-expanding-recovering-failure-view-status.adoc @@ -0,0 +1,23 @@ +// Module included in the following assemblies +// +// * storage/expanding-persistent-volumes.adoc +//* microshift_storage/expanding-persistent-volumes-microshift.adoc + +:_mod-docs-content-type: CONCEPT +[id="expanding-recovering-from-failure-view-status_{context}"] += Viewing the status of volume resize + +[role="_abstract"] +You can view the status of volume resizing with the `pvc.Status.AllocatedResourceStatus` field. If a user changes the size of their PVCs, the `pvc.Status.AllocatedResourceStatus` field allows resource quota to be tracked accurately. + +The possible values for `pvc.Status.AllocatedResourceStatus` are: + +* `ControllerResizeInProgress`: Controller resize attempt is in progress. + +* `ControllerResizeFailed`: Controller resize attempt failed. + +* `NodeResizeInProgress`: Node resize attempt is in progress. + +* `NodeResizeFailed`: Node resize attempt failed. + +For a typical block volume, the field transitions between `ControllerResizeInProgress`, `NodeResizePending`, `NodeResizeInProgress`, and then nil/empty when the volume expansion finishes. diff --git a/storage/expanding-persistent-volumes.adoc b/storage/expanding-persistent-volumes.adoc index 78570452dc..31f023f834 100644 --- a/storage/expanding-persistent-volumes.adoc +++ b/storage/expanding-persistent-volumes.adoc @@ -4,6 +4,9 @@ include::_attributes/common-attributes.adoc[] :context: expanding-persistent-volumes +[role="_abstract"] +You can use the Container Storage Interface (CSI) to expand storage volumes after they have already been created. + toc::[] ifdef::openshift-enterprise,openshift-webscale,openshift-origin,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] @@ -24,6 +27,8 @@ include::modules/storage-expanding-filesystem-pvc.adoc[leveloffset=+1] include::modules/storage-expanding-recovering-failure.adoc[leveloffset=+1] +include::modules/storage-expanding-recovering-failure-view-status.adoc[leveloffset=+1] + endif::openshift-enterprise,openshift-webscale,openshift-origin,openshift-rosa,openshift-rosa-hcp,openshift-dedicated[] [role="_additional-resources"]