Bug 1869585
| Summary: | NFS CSI driver for Manila does not respect LogLevel | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jan Safranek <jsafrane> |
| Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
| Storage sub component: | Operators | QA Contact: | Qin Ping <piqin> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | unspecified | CC: | aos-bugs, tbarron |
| Version: | 4.6 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.6.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: | 2020-10-27 16:28:38 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: | |||
Verified with: 4.6.0-0.nightly-2020-08-20-234448 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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196 |
Steps to Reproduce: 1. Change log level of storage components on OpenStack with Manila: $ oc edit storage logLevel: Debug 2. Check the log level of NFS CSI driver $ oc -n openshift-manila-csi-driver describe pod Actual results: No log level is configured for NFS CSI driver: Name: csi-nodeplugin-nfsplugin-8x5vk ... Args: --nodeid=$(NODE_ID) --endpoint=unix://plugin/csi.sock --mount-permissions=0777 Expected results: Log level is configured Name: csi-nodeplugin-nfsplugin-8x5vk ... Args: --v=6 --nodeid=$(NODE_ID) --endpoint=unix://plugin/csi.sock --mount-permissions=0777