Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ To allow volumes to detach automatically from a node after a non-graceful node s
oc get node <node name> <1>
----
<1> <node name> = 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]
Expand Down