Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2032646

Summary: Cold Migrated VMs are Creating RWO PVs instead of RWX as designated
Product: Migration Toolkit for Virtualization Reporter: James Young <jayoung>
Component: GeneralAssignee: Sam Lucidi <slucidi>
Status: CLOSED DUPLICATE QA Contact: Ilanit Stein <istein>
Severity: medium Docs Contact: Avital Pinnick <apinnick>
Priority: unspecified    
Version: 2.2.0CC: apinnick, fdupont, istein, rhaigner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-01-12 15:48:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 2 Ilanit Stein 2022-01-12 15:48:39 UTC

*** This bug has been marked as a duplicate of bug 2033333 ***

Comment 3 Ilanit Stein 2022-01-12 15:51:56 UTC
As mention in bug 2033333, it is possible to work around this problem by setting the volume and access modes in the StorageMap CR generated when creating the Plan. 

Below is an example (by Sam Lucidi):

---
apiVersion: forklift.konveyor.io/v1beta1
kind: StorageMap
metadata:
  name: storage-map
  namespace: konveyor-forklift
spec:
  map:
    - destination:
        storageClass: openshift-storage.cephfs.csi.ceph.com
        accessMode: ReadWriteMany
        volumeMode: Block
      source:
        name: iSCSI_Datastore