aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/report/plugins/ceph_common.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sos/report/plugins/ceph_common.py b/sos/report/plugins/ceph_common.py
index c4af6fe3..105fd8c4 100644
--- a/sos/report/plugins/ceph_common.py
+++ b/sos/report/plugins/ceph_common.py
@@ -48,7 +48,7 @@ class Ceph_Common(Plugin, RedHatPlugin, UbuntuPlugin):
self.add_file_tags({
'.*/ceph.conf': 'ceph_conf',
- '/var/log/ceph/ceph.log.*': 'ceph_log',
+ '/var/log/ceph(.*)?/ceph.log.*': 'ceph_log',
})
if not all_logs:
@@ -57,8 +57,8 @@ class Ceph_Common(Plugin, RedHatPlugin, UbuntuPlugin):
self.add_copy_spec("/var/log/calamari",)
self.add_copy_spec([
- "/var/log/ceph/ceph.log",
- "/var/log/ceph/ceph.audit.log*",
+ "/var/log/ceph/**/ceph.log",
+ "/var/log/ceph/**/ceph.audit.log*",
"/var/log/calamari/*.log",
"/etc/ceph/",
"/etc/calamari/",