Description of problem: Manila CSI driver logs are not included in must-gather logs Tried serveral releases: 4.8 NOK 4.7 NOK 4.6 OK Version-Release number of selected component (if applicable): 4.8.0-0.nightly-2021-04-01-112916 How reproducible: Always Steps to Reproduce: 1. Install OCP cluster on Openstack with Manila CSI Driver installed. 2. $ oc adm must-gather [must-gather ] OUT Using must-gather plug-in image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:5a7c45c0742726e39eac3e4b9c8a39d663d1123751e918615a9d65b6ceb5d917 3. Check the Manila CSI Driver related logs Actual results: There is no openshift-manila-csi-driver under namespace folder $ ls -l namespaces | grep openshift-manila-csi-driver | wc -l 0 Expected results: must-gather should include the manila-csi-driver logs. Master Log: Node Log (of failed PODs): PV Dump: PVC Dump: StorageClass Dump (if StorageClass used by PV/PVC): Additional info: 4.8: http://virt-openshift-05.lab.eng.nay.redhat.com/wduan/logs/must-gather.local.612575652709451884.tar.gz 4.7: http://virt-openshift-05.lab.eng.nay.redhat.com/wduan/logs/must-gather.local.1550437577609321556.tar.gz 4.6: http://virt-openshift-05.lab.eng.nay.redhat.com/piqin/must-gather.local.3698020778629270610.tar.gz Find this when check this bug https://bugzilla.redhat.com/show_bug.cgi?id=1943496
I could find namespaces/openshift-cluster-csi-drivers/pods/manila-csi-driver-operator-7457dd8576-6h692/manila-csi-driver-operator/manila-csi-driver-operator/logs/current.log, isn't it the one you want?
(Sorry I did not make it more clear in Description) The manila-csi-driver-operator is the operator which installs the Manila csi driver, it exists in manila-csi-driver-operator namespace. But the manila csi driver is installed under namespaces/openshift-manila-csi-driver, which we can get all the log when csi driver works. 4.6 must-gather log for manila-csi-driver: # ls -l namespaces/openshift-manila-csi-driver/pods/ total 28 drwxr-xr-x. 3 xiaocwan wheel 77 Mar 26 19:57 csi-nodeplugin-nfsplugin-842kx drwxr-xr-x. 3 xiaocwan wheel 77 Mar 26 19:57 csi-nodeplugin-nfsplugin-8k8kl drwxr-xr-x. 3 xiaocwan wheel 77 Mar 26 19:57 csi-nodeplugin-nfsplugin-jtfqw drwxr-xr-x. 3 xiaocwan wheel 77 Mar 26 19:57 csi-nodeplugin-nfsplugin-lwf4m drwxr-xr-x. 3 xiaocwan wheel 77 Mar 26 19:57 csi-nodeplugin-nfsplugin-r8d6s drwxr-xr-x. 3 xiaocwan wheel 77 Mar 26 19:57 csi-nodeplugin-nfsplugin-xhczl drwxr-xr-x. 6 xiaocwan wheel 4096 Mar 26 19:57 openstack-manila-csi-controllerplugin-67b7855d4c-6s6dl drwxr-xr-x. 4 xiaocwan wheel 4096 Mar 26 19:57 openstack-manila-csi-nodeplugin-b69tk drwxr-xr-x. 4 xiaocwan wheel 4096 Mar 26 19:57 openstack-manila-csi-nodeplugin-dczxr drwxr-xr-x. 4 xiaocwan wheel 4096 Mar 26 19:57 openstack-manila-csi-nodeplugin-lffkf drwxr-xr-x. 4 xiaocwan wheel 4096 Mar 26 19:57 openstack-manila-csi-nodeplugin-psdpd drwxr-xr-x. 4 xiaocwan wheel 4096 Mar 26 19:57 openstack-manila-csi-nodeplugin-r7ftc drwxr-xr-x. 4 xiaocwan wheel 4096 Mar 26 19:57 openstack-manila-csi-nodeplugin-zcbfw
It fixed by https://bugzilla.redhat.com/show_bug.cgi?id=1977389, so could be closed.
*** This bug has been marked as a duplicate of bug 1977389 ***