Bug 2015375
Summary: | PVC creation for ODF/IBM Flashsystem shows incorrect types | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Paul Cuzner <pcuzner> |
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
Status: | CLOSED ERRATA | QA Contact: | Xiyun Zhao <xiyuzhao> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.10 | CC: | jefbrown, jsafrane, madam, nthomas, ocs-bugs, yapei |
Target Milestone: | --- | Keywords: | RFE |
Target Release: | 4.11.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-10 10:38:21 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: | 2073477 |
Description
Paul Cuzner
2021-10-19 04:50:41 UTC
Hey Paul do you know what should be the name of the annotation for the IBM Flashsystem provisioner? So we can add it into https://github.com/openshift/console/blob/master/frontend/public/components/storage/shared.ts#L25 The provisioner value for the Flashsystem is block.csi.ibm.com This issue has been verified on payload 4.11.0-0.nightly-2022-04-16-163450 Verification Step: 1. Login OCP, prepare data for testing 1) Install "IBM block storage CSI driver" operator on Operators -> OperatorHub page 2) Create a "IBMBlockSCI" for the operator, on Operator details-> IBM block storage CSI driver Tab 3) Create a StorageClasses with provisioner "block.csi.ibm.com", and keep default value for other parameter Note: Provisioner of block.csi.ibm.com will be shown after IBMBlockSCI created successfully 2. Create PVC on Storage -> PersistentVolumeClaims page, use IBM flashsystem based storageclass which created on Step1-3) 3. Check the option of Shared access (RWX) is disabled for IBM flashsystem based storageclass on 'Access mode' part Result: 3. Shared access (RWX) is disabled for IBM flashsystem based storageclass, only Single user (RWO) can be selected PVC with IBM flashsystem based storageclass can created successfully Additional information: How to create an external IBM flashsystem Storage class 1. Install operator "OpenShift Data Foundation" 2. Create a Storage system on Operator Details -> StorageSystem Tab 1) Choose 'Connect an external storage platform'(Default value) on Step 1-Backing storage Select IBM FlashSystem Storage on the dropdown list 2) Provide the necessary info on Step2 - Create storage class StorageClass name, IPaddress(Rest API IP address of IBM FlashSystem.), Username, Password, Pool name Reference: https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.9/html/deploying_openshift_data_foundation_in_external_mode/deploy-openshift-data-foundation-using-ibm-flashsystem 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 Container Platform 4.11.0 bug fix and 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-2022:5069 |