Bug 2143268
| Summary: | Topolvm storageProfile missing accessModes and volumeMode | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Jenia Peimer <jpeimer> |
| Component: | Storage | Assignee: | Alex Kalenyuk <akalenyu> |
| Status: | CLOSED ERRATA | QA Contact: | Jenia Peimer <jpeimer> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.12.0 | CC: | alitke, yadu |
| Target Milestone: | --- | ||
| Target Release: | 4.12.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | CNV v4.12.0-712 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-24 13:42:07 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: | |||
Verified on CNV v4.12.0-712
$ oc get storageprofile odf-lvm-vg1 -oyaml
....
spec: {}
status:
claimPropertySets:
- accessModes:
- ReadWriteOnce
volumeMode: Block
- accessModes:
- ReadWriteOnce
volumeMode: Filesystem
- accessModes:
- ReadWriteOncePod
volumeMode: Block
- accessModes:
- ReadWriteOncePod
volumeMode: Filesystem
provisioner: topolvm.cybozu.com
storageClass: odf-lvm-vg1
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Virtualization 4.12.0 Images security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2023:0408 |
Description of problem: Topolvm storageProfile missing claimPropertySets: accessModes and volumeMode Version-Release number of selected component (if applicable): 4.12, 4.13 How reproducible: Always Steps to Reproduce: 1. oc get storageprofile odf-lvm-vg1 -oyaml Actual results: spec: {} status: provisioner: topolvm.cybozu.com storageClass: odf-lvm-vg1 Expected results: spec: {} status: claimPropertySets: - accessModes: - ReadWriteOnce volumeMode: Block - accessModes: - ReadWriteOnce volumeMode: Filesystem provisioner: topolvm.cybozu.com storageClass: odf-lvm-vg1