diff options
-rw-r--r-- | sos/plugins/lustre.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sos/plugins/lustre.py b/sos/plugins/lustre.py index b3d47c28..98ca09f6 100644 --- a/sos/plugins/lustre.py +++ b/sos/plugins/lustre.py @@ -51,4 +51,8 @@ class Lustre(Plugin, RedHatPlugin): self.get_params("quota", ["osd-*.*.quota_slave." + "{info,limit_*,acct_*}"]) + # Grab emergency ring buffer dumps + if self.get_option("all_logs"): + self.add_copy_spec("/tmp/lustre-log.*") + # vim: set et ts=4 sw=4 : |