Change in vdsm[master]: sos: Patch to add sanlock.log in sos.

hchiramm at redhat.com hchiramm at redhat.com
Wed Jul 17 11:26:28 UTC 2013


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 <hchiramm at redhat.com>
---
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 <hchiramm at redhat.com>


More information about the vdsm-patches mailing list