Change in vdsm[master]: sos plugin: collect /var/lib/vdsm

danken at redhat.com danken at redhat.com
Thu Mar 5 14:48:01 UTC 2015


Dan Kenigsberg has uploaded a new change for review.

Change subject: sos plugin: collect /var/lib/vdsm
......................................................................

sos plugin: collect /var/lib/vdsm

ovirt-3.5's vdsm started placing important persistent information under
/var/lib/vdsm. This information should be collected for post-mortem
debug.

Change-Id: I9f79e02dacd790d6ed8b1f5bea52674af5330c5e
Signed-off-by: Dan Kenigsberg <danken at redhat.com>
Related-To: https://bugzilla.redhat.com/1195989
---
M vdsm/sos/vdsm.py.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/18/38418/1

diff --git a/vdsm/sos/vdsm.py.in b/vdsm/sos/vdsm.py.in
index 7ee4819..d3a5c38 100644
--- a/vdsm/sos/vdsm.py.in
+++ b/vdsm/sos/vdsm.py.in
@@ -88,6 +88,7 @@
         self._addVdsmRunDir()
         self.addCopySpec("@TRUSTSTORE@")
         self.addCopySpec("@HOOKSDIR@")
+        self.addCopySpec("@VDSMLIBDIR@")
         self.addCopySpec("/var/log/ovirt.log")
         self.addCopySpec("/var/log/sanlock.log")
         p = subprocess.Popen(['/usr/bin/pgrep', 'qemu-kvm'],


-- 
To view, visit https://gerrit.ovirt.org/38418
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f79e02dacd790d6ed8b1f5bea52674af5330c5e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>


More information about the vdsm-patches mailing list