Keith Robertson has uploaded a new change for review.

Change subject: sos: Follow symbolic links with tree command
......................................................................

sos: Follow symbolic links with tree command

Change-Id: I5e09dcc9dc228be22f83ccb15a8aaae453001b7c
Signed-off-by: Keith Robertson <[email protected]>
---
M vdsm/sos/vdsm.py.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/86/12386/1

diff --git a/vdsm/sos/vdsm.py.in b/vdsm/sos/vdsm.py.in
index d7b9651..b2b73cb 100644
--- a/vdsm/sos/vdsm.py.in
+++ b/vdsm/sos/vdsm.py.in
@@ -82,7 +82,7 @@
             self.addCopySpec("/proc/%s/mountstats" % pid)
         self.collectExtOutput("/bin/ls -l /var/log/core")
         self.collectExtOutput(
-            "/bin/su vdsm -s /bin/sh -c '/usr/bin/tree @VDSMREPO@'")
+            "/bin/su vdsm -s /bin/sh -c '/usr/bin/tree -l @VDSMREPO@'")
         self.collectExtOutput(
             "/bin/su vdsm -s /bin/sh -c '/bin/ls -lR @VDSMREPO@'")
         self.collectExtOutput("/sbin/lvm vgs -v -o +tags")


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e09dcc9dc228be22f83ccb15a8aaae453001b7c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Keith Robertson <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to