Bug 1940755
Summary: | [Web-console][Local Storage] LocalVolumeSet could not be created from web-console without detail error info | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wei Duan <wduan> | ||||
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.8 | CC: | aos-bugs, jokerman, yapei | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.8.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-07-27 22:54:33 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: | |||||||
Attachments: |
|
1. Install Local Storage operator 4.7.0-202103130041.p0 into openshift-local-storage namespace # oc get csv -n openshift-local-storage NAME DISPLAY VERSION REPLACES PHASE local-storage-operator.4.7.0-202103130041.p0 Local Storage 4.7.0-202103130041.p0 Succeeded 2. Create 'Local Volume Set' via Operators -> Installed Operators -> Local Storage -> click 'Local Volume Set' tab -> click 'Create Local Volume Set' button -> fill in required fields and Create, no errors is thrown and resource can be created successfully # oc get localvolumeset -n openshift-local-storage NAME STORAGECLASS PROVISIONED AGE local-storage-vs local-storage-sc 0 3m57s This is verified against 4.8.0-0.nightly-2021-03-26-054333 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.8.2 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-2021:2438 |
Created attachment 1764571 [details] localvolumeset Description of problem: LocalVolumeSet could not be created from the web-console, and there is no detailed error info. Version-Release number of selected component (if applicable): Cluster version: 4.8.0-0.nightly-2021-03-17-194217 Operator version: local-storage-operator.4.7.0-202103060100.p0 How reproducible: Always Steps to Reproduce: 1. Create OCP cluster 2. From web-console, create local storage operator (4.7.0-202103060100) 3. Create LocalVolumeSet Actual results: LocalVolumeSet created failed with the following message: An error occurred Not Found Expected results: LocalVolumeSet should be installed successfully, or need a detailed error message if failed. Additional info: Localvolumediscovery could be installed successfully from web-console Localvolumeset could be installed successfully from CLI Yaml file used. kind: LocalVolumeSet metadata: name: local-volume-set namespace: openshift-local-storage spec: deviceInclusionSpec: deviceTypes: - disk - part minSize: 0Ti nodeSelector: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/worker operator: Exists storageClassName: local-storage-set-sc volumeMode: Filesystem