Log collector gathers logs from all the Quobyte CSI containers in single place for analysis. It also generates tar that can be uploaded with support ticket.
Get the log_collector utility script on any node with working kubectl
wget https://raw.githubusercontent.com/quobyte/quobyte-csi/master/log_collector.sh \
&& chmod +x log_collector.sh
Run the log_collector
DRIVER_NAMESPACE="<quobyte-csi-driver-namespace>" ./log_collector.sh
For example, if the Quobyte CSI driver is deployed in quobyte-ns
then you need to run
DRIVER_NAMESPACE="quobyte-ns" ./log_collector.sh
Logs can be found under the directory ./csi_logs
for analysis.
Script also generates the tar of ./csi_logs
as quobyte_csi_logs.tar.gz
.
Please upload the tar with Quobyte support ticket.