Skip to content

Commit b524416

Browse files
author
Bob
committed
ISSUE-27701 - Minor edit for emphasis
1 parent 2ae01cd commit b524416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/storage-multi-attach-error.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For most storage solutions, you can use ReadWriteMany (RWX) volumes to prevent m
3030
+
3131
For storage that does not support RWX, such as VMware vSphere, RWO volumes must be used instead. However, RWO volumes cannot be mounted on multiple nodes.
3232
+
33-
If you encounter a multi-attach error message with an RWO volume, force delete the pod on a shut down or crashed node.
33+
If you encounter a multi-attach error message with an RWO volume, force delete the pod on a shutdown or crashed node to avoid data loss in critical workloads, such as when dynamic persistent volumes are attached.
3434
+
3535
[source,terminal]
3636
----

modules/storage-persistent-storage-pv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ endif::[]
160160
|===
161161
[.small]
162162
--
163-
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.
163+
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 shutdown or crashed node to avoid data loss in critical workloads, such as when dynamic persistent volumes are attached.
164164
2. Use a recreate deployment strategy for pods that rely on AWS EBS.
165165
// GCE Persistent Disks, or Openstack Cinder PVs.
166166
--

0 commit comments

Comments
 (0)