Bug 2237872 - [4.13] portworx: update the storageProfile
Summary: [4.13] portworx: update the storageProfile
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Storage
Version: 4.13.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.13.5
Assignee: Arnon Gilboa
QA Contact: Jenia Peimer
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-09-07 12:19 UTC by Jenia Peimer
Modified: 2023-11-01 12:05 UTC (History)
2 users (show)

Fixed In Version: v4.13.5.rhel9-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-01 12:04:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github kubevirt containerized-data-importer pull 2897 0 None Merged [release-v1.56] Fix Portworx CSI storage capabilities 2023-09-18 08:34:09 UTC
Red Hat Issue Tracker CNV-32762 0 None None None 2023-09-07 12:21:46 UTC
Red Hat Product Errata RHSA-2023:6235 0 None None None 2023-11-01 12:05:44 UTC

Description Jenia Peimer 2023-09-07 12:19:43 UTC
This bug was initially created as a copy of Bug #2237288

Description of problem:
We need to update the storageProfile for Portworx

From my attempts, these are supported combinations for the provisioners:
pxd.portworx.com - {RWX, FS}, {RWO, Block}, {RWO, FS}
ebs.csi.aws.com - {RWO, Block}, {RWO, FS}
kubernetes.io/portworx-volume - DV is Pending for all: {RWX, FS}, {RWO, Block}, {RWO, FS}


Version-Release number of selected component (if applicable):
4.12, 4.13, 4.14

How reproducible:
Always

Steps to Reproduce:
$ oc get storageprofile px-csi-db-shared -oyaml


Additional info:

You can patch the storageProfile manually:

$ oc patch storageprofile px-csi-db-shared --type='merge' --patch='{"spec": {"claimPropertySets": [{"accessModes": ["ReadWriteMany"], "volumeMode": "Filesystem"}, {"accessModes": ["ReadWriteOnce"], "volumeMode": "Block"}, {"accessModes": ["ReadWriteOnce"], "volumeMode": "Filesystem"}]}}'

Comment 1 dalia 2023-09-13 12:22:06 UTC
Is this fix already been backported? can you please link it

Comment 2 Jenia Peimer 2023-09-27 13:34:46 UTC
Verified on CNV v4.13.5.rhel9-61

Comment 8 errata-xmlrpc 2023-11-01 12:04:43 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.13.5 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:6235


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