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