diff --git a/modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc b/modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc index 63ddb616eed1..d88eed861c13 100644 --- a/modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc +++ b/modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc @@ -24,7 +24,12 @@ To allow volumes to detach automatically from a node after a non-graceful node s oc get node <1> ---- <1> = name of the non-gracefully shutdown node - ++ +[IMPORTANT] +==== +If the node is not completely shut down, do not proceed with tainting the node. If the node is still up and the taint is applied, filesystem corruption can occur. +==== ++ . Taint the corresponding node object by running the following command: + [source, terminal]