Bug 1869585 - NFS CSI driver for Manila does not respect LogLevel
Summary: NFS CSI driver for Manila does not respect LogLevel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.6
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: 4.6.0
Assignee: Jan Safranek
QA Contact: Qin Ping
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-18 09:53 UTC by Jan Safranek
Modified: 2020-10-27 16:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 16:28:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift csi-driver-manila-operator pull 50 0 None closed Bug 1869585: Fix log level of NFS CSI driver 2020-10-01 07:47:26 UTC
Red Hat Product Errata RHBA-2020:4196 0 None None None 2020-10-27 16:28:53 UTC

Description Jan Safranek 2020-08-18 09:53:42 UTC
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

Comment 4 Qin Ping 2020-08-21 06:05:54 UTC
Verified with: 4.6.0-0.nightly-2020-08-20-234448

Comment 6 errata-xmlrpc 2020-10-27 16:28:38 UTC
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


Note You need to log in before you can comment on or make changes to this bug.