Skip to content

Commit 9207713

Browse files
authored
Merge pull request #59178 from emmahone/main
2 parents 4376e64 + dfb738b commit 9207713

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/persistent-storage-csi-vol-detach-non-graceful-shutdown-procedure.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ To allow volumes to detach automatically from a node after a non-graceful node s
2424
oc get node <node name> <1>
2525
----
2626
<1> <node name> = name of the non-gracefully shutdown node
27-
27+
+
28+
[IMPORTANT]
29+
====
30+
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.
31+
====
32+
+
2833
. Taint the corresponding node object by running the following command:
2934
+
3035
[source, terminal]

0 commit comments

Comments
 (0)