Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 676 Bytes

collect_quobyte_csi_logs.md

File metadata and controls

23 lines (15 loc) · 676 Bytes

Quobyte CSI logs collector

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.

  1. Get the log_collector utility script on any node with working kubectl

    wget https://raw.githubusercontent.com/quobyte/quobyte-csi/master/log_collector \
     && chmod +x log_collector
     
  2. Run the log_collector

    ./log_collector
  3. Logs can be found under the directory ./csi_logs for analysis.

  4. Script also generates the tar of ./csi_logs as quobyte_csi_logs.tar.gz. Please upload the tar with Quobyte support ticket.