1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-16041#Add field for resize failure status

This commit is contained in:
Lisa Pettyjohn
2026-01-08 08:48:33 -05:00
committed by openshift-cherrypick-robot
parent 106ad73500
commit 0c2bea29fb
2 changed files with 28 additions and 0 deletions

View File

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

View File

@@ -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"]