-
Bug
-
Resolution: Duplicate
-
Critical
-
OADP 1.1.0
-
False
-
-
False
-
QE - Ack
-
ToDo
-
Critical
-
10
-
0
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
No
Description of problem:
Data mover restore PVs with ReadWriteOnce accessMode regardless of the prior accessModes in backup.
This would disallow multi-pod pvcs running on multiple nodes from accessing this PVC at the same time.
In addition, it is possible that a volume restored with ReadWriteOnce had its data written to via a different node than the in node the restore workload pod ended up scheduled that could result in data path ownership issues. ie volumeMount path owned by volsync restore pod UID instead of the final workload pod UID.
ReadWriteOnce
the volume can be mounted as read-write by a single node. ReadWriteOnce access mode still can allow multiple pods to access the volume when the pods are running on the same node.
- relates to
-
OADP-989 Data Mover could restore PVCs with mover pod in a different node to the workload pod causing issues for PVCs with ReadWriteOnce accessMode
- Closed