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
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