humble devassy has uploaded a new change for review. Change subject: sos: Patch to add sanlock.log in sos. ......................................................................
sos: Patch to add sanlock.log in sos. Currently the sanlock.log is missing from vdsm plugin of sos. This adds missing sanlock log to troubleshoot sanlock issues. Bug-Url:https://bugzilla.redhat.com/attachment.cgi?id=774659 Change-Id: Ibd2fe3d3cc447dc621f122d86a1a9b50f0aa6a4d Signed-off-by: Humble Chirammal <[email protected]> --- M vdsm/sos/vdsm.py.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/17001/1 diff --git a/vdsm/sos/vdsm.py.in b/vdsm/sos/vdsm.py.in index b2b73cb..63a028c 100644 --- a/vdsm/sos/vdsm.py.in +++ b/vdsm/sos/vdsm.py.in @@ -72,6 +72,7 @@ self.addCopySpec("@TRUSTSTORE@") self.addCopySpec("@HOOKSDIR@") self.addCopySpec("/var/log/ovirt.log") + self.addCopySpec("/var/log/sanlock.log") p = subprocess.Popen(['/usr/bin/pgrep', 'qemu-kvm'], stdout=subprocess.PIPE) out, err = p.communicate() -- To view, visit http://gerrit.ovirt.org/17001 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd2fe3d3cc447dc621f122d86a1a9b50f0aa6a4d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: humble devassy <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
