From 852ae056755479d0f5a740f1a679c7cae3b796dd Mon Sep 17 00:00:00 2001 From: Evan Mahoney <16479213+emmahone@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:54:24 -0400 Subject: [PATCH] Add warning about taining node before confirming shutdown --- ...age-csi-vol-detach-non-graceful-shutdown-procedure.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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]