Uploaded image for project: 'OpenShift API for Data Protection'
  1. OpenShift API for Data Protection
  2. OADP-988

Data Mover is always using ReadWriteOnce accessMode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical Critical
    • OADP 1.2.0
    • OADP 1.1.0
    • data-mover
    • 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.

       

            emcmulla@redhat.com Emily McMullan
            tkaovila@redhat.com Tiger Kaovilai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: