Bug 2183155
Summary: | failed to mount the the cephfs subvolume as subvolumegroup name is not sent in the GetStorageConfig RPC call | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Madhu Rajanna <mrajanna> | |
Component: | ocs-operator | Assignee: | Mudit Agarwal <muagarwa> | |
Status: | CLOSED ERRATA | QA Contact: | Jilju Joy <jijoy> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.12 | CC: | jijoy, nberry, ocs-bugs, odf-bz-bot | |
Target Milestone: | --- | |||
Target Release: | ODF 4.13.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2183687 (view as bug list) | Environment: | ||
Last Closed: | 2023-06-21 15:25:01 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: | 2183687 |
Description
Madhu Rajanna
2023-03-30 13:05:47 UTC
Verified in version: ocs-client-operator.v4.13.0-130.stable odf-csi-addons-operator.v4.13.0-130.stable OCP 4.12.9 ---------------------------------------------------- CephFS PVC was Bound. Attached the PVC to an app pod and the pod reached the state "Running". $ oc get pvc pvc-cephfs1 NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE pvc-cephfs1 Bound pvc-d37321bd-9a8e-4564-9dbe-c466500bb191 10Gi RWO ocs-storagecluster-cephfs 6m44s $ oc get pod NAME READY STATUS RESTARTS AGE pod-pvc-cephfs1 1/1 Running 0 5m36s $ oc get pod pod-pvc-cephfs1 -o yaml | grep claimName claimName: pvc-cephfs1 Created file in pod. $ oc rsh pod-pvc-cephfs1 cat /var/lib/www/html/f1.txt 123 Testing was done on ODF to ODF on ROSA configuration without agent. Installation of ocs-client-operator and creation of the storageclient were manual process. The storageclassclaims were created manually. 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 (Red Hat OpenShift Data Foundation 4.13.0 enhancement and bug fix 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/RHBA-2023:3742 |