[sos-devel] [PATCH] sos: collect /etc/rhevm

Sandro Bonazzola sbonazzo at redhat.com
Tue Aug 12 07:01:33 UTC 2014


Due to a bug in sos /etc/rhevm was not collected.
This patch introduces a workaround by collecting its
content.

Change-Id: I6e932f7a20bbc11ab70319f3a6a69592078ea3bf
Related-To: https://bugzilla.redhat.com/1128830
Bug-Url: https://bugzilla.redhat.com/1128738
Signed-off-by: Sandro Bonazzola <sbonazzo at redhat.com>
---
 sos/plugins/ovirt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sos/plugins/ovirt.py b/sos/plugins/ovirt.py
index 38bc542..d13e540 100644
--- a/sos/plugins/ovirt.py
+++ b/sos/plugins/ovirt.py
@@ -85,7 +85,7 @@ class Ovirt(Plugin, RedHatPlugin):
         # Copy engine config files.
         self.add_copy_specs([
             "/etc/ovirt-engine",
-            "/etc/rhevm",
+            "/etc/rhevm/*",
             "/etc/ovirt-engine-dwh",
             "/var/log/ovirt-engine",
             "/var/log/ovirt-engine-dwh",
-- 
1.8.3.1




More information about the sos-devel mailing list