rancher / support-bundle-kit

A toolkit to generate and analyze the support bundles for Kubernetes and Kubernetes-native applications
Apache License 2.0
17 stars 28 forks source link

fix: collector-longhorn #77

Closed c3y1huang closed 1 year ago

c3y1huang commented 1 year ago

~Fix 1: https://github.com/longhorn/longhorn/issues/6338 Including archived syslog files is significantly inflating the size of the support bundle and is meaningless. We will only gather the most recent log entries that are not too far ago from the incident.~

Fix 2: https://github.com/longhorn/longhorn/issues/6544 Currently, the support bundle only collects syslog from /var/log/syslog. Without collecting from /var/log/messages we are overlooking the syslog collection for some Longhorn-supported operating systems, such as SUSE.