Change in vdsm[master]: Add sanlock debug info to sosreport.

lyarwood at redhat.com lyarwood at redhat.com
Thu Nov 29 21:47:07 UTC 2012


Lee Yarwood has uploaded a new change for review.

Change subject: Add sanlock debug info to sosreport.
......................................................................

Add sanlock debug info to sosreport.

Collect log_dump and status output from sanlock.

Change-Id: Ieb02a8b87d24b503ddf6238c09d28e93242d3f56
Signed-off-by: Lee Yarwood <lyarwood at redhat.com>
---
M vdsm/sos/vdsm.py.in
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/89/9589/1

diff --git a/vdsm/sos/vdsm.py.in b/vdsm/sos/vdsm.py.in
index 5f09f8d..04ad7fc 100644
--- a/vdsm/sos/vdsm.py.in
+++ b/vdsm/sos/vdsm.py.in
@@ -90,6 +90,8 @@
         self.collectExtOutput("/usr/bin/iostat")
         self.collectExtOutput("/sbin/iscsiadm -m node")
         self.collectExtOutput("/sbin/iscsiadm -m session")
+        self.collectExtOutput("/sbin/sanlock client log_dump")
+        self.collectExtOutput("/sbin/sanlock client status -D")
         sslopt = ['', '-s '][config.getboolean('vars', 'ssl')]
         vdsclient = "/usr/bin/vdsClient " + sslopt + "0 "
         self.collectExtOutput(vdsclient + "getVdsCapabilities")


--
To view, visit http://gerrit.ovirt.org/9589
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb02a8b87d24b503ddf6238c09d28e93242d3f56
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Lee Yarwood <lyarwood at redhat.com>


More information about the vdsm-patches mailing list