Bug 2143268 - Topolvm storageProfile missing accessModes and volumeMode
Summary: Topolvm storageProfile missing accessModes and volumeMode
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Storage
Version: 4.12.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.12.0
Assignee: Alex Kalenyuk
QA Contact: Jenia Peimer
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-11-16 13:37 UTC by Jenia Peimer
Modified: 2023-01-24 13:42 UTC (History)
2 users (show)

Fixed In Version: CNV v4.12.0-712
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-01-24 13:42:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github kubevirt containerized-data-importer pull 2470 0 None open Add topolvm to known provisioners 2022-11-16 15:43:38 UTC
Github kubevirt containerized-data-importer pull 2471 0 None open [release-v1.55] Add topolvm to known provisioners 2022-11-17 10:00:54 UTC
Red Hat Issue Tracker CNV-22567 0 None None None 2022-11-16 14:36:41 UTC
Red Hat Product Errata RHSA-2023:0408 0 None None None 2023-01-24 13:42:20 UTC

Description Jenia Peimer 2022-11-16 13:37:22 UTC
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

Comment 1 Jenia Peimer 2022-11-24 08:27:22 UTC
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

Comment 5 errata-xmlrpc 2023-01-24 13:42:07 UTC
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


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