Bug 1887380
Summary: | Unsupported access mode should not be available to select when creating pvc by aws-ebs-csi-driver(gp2-csi) from web-console | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wei Duan <wduan> | ||||
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 4.6 | CC: | aos-bugs, jokerman, jsafrane, yanpzhan | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.7.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause: Since 4.6 new provisioners names will be without the 'kubernetes.io/' prefix.
Consequence: RWX and RWO access mode can be selected when creating pvc by aws-ebs-csi-driver(gp2-csi) from web-console
Fix: Add additional provisioners to their AccessMode mapping.
Result: RWX and RWO access mode is not available when creating pvc by aws-ebs-csi-driver(gp2-csi) from web-console
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-02-24 15:24:44 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1887551 | ||||||
Attachments: |
|
In 4.6 we added few new CSI drivers. Listing their supported volume modes below: manila.csi.openstack.org: ['ReadWriteOnce', 'ReadWriteMany', 'ReadOnlyMany'] ebs.csi.aws.com: ['ReadWriteOnce'] csi.ovirt.org: ['ReadWriteOnce'] Checked on ocp 4.7 with payload 4.7.0-0.ci-2020-10-12-222453. Checked on pvc creation page, when choose aws-ebs-csi-driver(gp2-csi) storageclass, only 'ReadWriteOnce' mode can be selected now. Move the bug to verified. 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement 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-2020:5633 |
Created attachment 1720910 [details] unsupport access mode Description of problem: When creating a pvc from web-console in aws cluster, if choose gp2-csi as storageclass, we can select the RWX and RWO access mode while they are not supported for aws-ebs-csi-driver(gp2-csi), Please make them unavailable like gp2. Version-Release number of selected component (if applicable): 4.6.0-0.nightly-2020-10-10-041109 How reproducible: Always Steps to Reproduce: See attachment Actual results: RWX and RWO access mode could be selected when creating pvc by aws-ebs-csi-driver(gp2-csi) from web-console Expected results: RWX and RWO access mode should not be available when creating pvc by aws-ebs-csi-driver(gp2-csi) from web-console