From 45ff8eca8b52f0256019010c0841a0877f800ff4 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 12 Sep 2014 10:38:24 +0100 Subject: [ovirt] ensure /etc/rhevm is collected The path /etc/rhevem may be a symbolic link. Include a trailing slash in the copy spec to ensure it is collectes. Based on a suggestion from Sandro Bonazzola. Signed-off-by: Bryn M. Reeves --- 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 38bc542a..0ea16f65 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", -- cgit