This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
Bug 2247667 - [4.12] Host assisted clone hangs because some provisioners don't allow mounting block PVC read only
Summary: [4.12] Host assisted clone hangs because some provisioners don't allow mounti...
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Storage
Version: 4.12.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.12.9
Assignee: Alex Kalenyuk
QA Contact: dalia
URL:
Whiteboard:
Depends On: 2247657
Blocks: 2247666
TreeView+ depends on / blocked
 
Reported: 2023-11-02 16:10 UTC by Adam Litke
Modified: 2024-01-17 07:54 UTC (History)
3 users (show)

Fixed In Version: CNV v4.12.9-3
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2247657
Environment:
Last Closed: 2023-12-14 16:16:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github kubevirt containerized-data-importer pull 2960 0 None Merged [release-v1.55] Mount block PVC rw in clone source pods 2023-11-19 19:13:39 UTC
Red Hat Issue Tracker   CNV-34790 0 None None None 2023-12-14 16:16:35 UTC

Comment 1 dalia 2023-11-23 16:57:09 UTC
verified on cnv 4.12.9

Steps:
1. update storage profile to use  host assisted clone in case needed:
   spec:
     cloneStrategy: copy
2. create source pvc with block volume mode and RWO
3. clone the source PVC
4. oc get *-sourc-pod -oyaml:
     ...
  volumes:
  - name: cdi-data-vol
    persistentVolumeClaim:
      claimName: source-dv

can see that we don't have readOnly: true


Note You need to log in before you can comment on or make changes to this bug.