From 11011a93b645c3dc62c03a27e58b18c82da79df5 Mon Sep 17 00:00:00 2001 From: Bob Furu Date: Mon, 30 Nov 2020 11:17:37 -0500 Subject: [PATCH] BZ1884643 - Addendum to PR 27703 --- modules/storage-persistent-storage-pv.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/storage-persistent-storage-pv.adoc b/modules/storage-persistent-storage-pv.adoc index 2d2c9c80d97d..d0650be9372f 100644 --- a/modules/storage-persistent-storage-pv.adoc +++ b/modules/storage-persistent-storage-pv.adoc @@ -161,7 +161,7 @@ endif::[] |=== [.small] -- -1. ReadWriteOnce (RWO) volumes cannot be mounted on multiple nodes. If a node fails, the system does not allow the attached RWO volume to be mounted on a new node because it is already assigned to the failed node. If you encounter a multi-attach error message as a result, you can either recover or delete the failed node to make the volume available to other nodes. +1. ReadWriteOnce (RWO) volumes cannot be mounted on multiple nodes. If a node fails, the system does not allow the attached RWO volume to be mounted on a new node because it is already assigned to the failed node. If you encounter a multi-attach error message as a result, force delete the pod on a shut down or crashed node. 2. Use a recreate deployment strategy for pods that rely on AWS EBS. // GCE Persistent Disks, or Openstack Cinder PVs. --