mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #105599 from openshift-cherrypick-robot/cherry-pick-104739-to-enterprise-4.21
[enterprise-4.21] OSDOCS-16041#Add field for resize failure status
This commit is contained in:
@@ -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.
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user