Bug 2233410
| Summary: | ROOK_CSI_ENABLE_NFS is not enabled as part of nfs enable from UI | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Amrita Mahapatra <ammahapa> | |
| Component: | ocs-operator | Assignee: | Malay Kumar parida <mparida> | |
| Status: | CLOSED ERRATA | QA Contact: | Amrita Mahapatra <ammahapa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.13 | CC: | mparida, odf-bz-bot | |
| Target Milestone: | --- | |||
| Target Release: | ODF 4.14.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 4.14.0-123 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2234664 (view as bug list) | Environment: | ||
| Last Closed: | 2023-11-08 18:54:15 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: | 2234664 | |||
|
Description
Amrita Mahapatra
2023-08-22 07:19:24 UTC
Hi Amrita, While checking this I found the build 4.14.0-117 contains changes till the commit before this but not this one. So the fixed in version is wrongly updated actually. You can repeat the test with build 4.14.0-123. I can confirm that one contains the changes. Another thing is the flag will not be visible in the rook-ceph-operator-config cm. To check the flag do "oc rsh <rook-ceph-opeator-pod-name>" Then inside that "echo $ROOK_CSI_ENABLE_NFS". This is due to the fact that we are now passing the flag as an env variable to the rook pod from there rook should pick it up. After checking the flag you can check if the nfs system or cr/pod etc. are created. 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: Red Hat OpenShift Data Foundation 4.14.0 security, enhancement & 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/RHSA-2023:6832 |