Sandro Bonazzola has uploaded a new change for review. Change subject: sos: collect /etc/rhevm ......................................................................
sos: collect /etc/rhevm Due to a bug in sos /etc/rhevm was not collected. This patch introduces a workaround by collecting its content. Change-Id: Iebee3f58a987921e7919a42810659f57cc96cae9 Bug-Url: https://bugzilla.redhat.com/1128738 Signed-off-by: Sandro Bonazzola <[email protected]> (cherry picked from commit f1ec62cd69e355d6acd1bcd47bbfa70b318a460c) --- M src/sos/plugins/ovirt.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector refs/changes/17/31417/1 diff --git a/src/sos/plugins/ovirt.py b/src/sos/plugins/ovirt.py index 528b042..81752d9 100644 --- a/src/sos/plugins/ovirt.py +++ b/src/sos/plugins/ovirt.py @@ -89,7 +89,7 @@ # Copy engine config files. self.addCopySpecs([ "/etc/ovirt-engine", - "/etc/rhevm", + "/etc/rhevm/*", "/etc/ovirt-engine-dwh", "/var/log/ovirt-engine", "/var/log/ovirt-engine-dwh", -- To view, visit http://gerrit.ovirt.org/31417 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iebee3f58a987921e7919a42810659f57cc96cae9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-log-collector Gerrit-Branch: ovirt-log-collector-3.5 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
