Change in vdsm[master]: sos: collect permissions of /etc/vdsm/

lyarwood at redhat.com lyarwood at redhat.com
Wed Jul 24 14:53:55 UTC 2013


Lee Yarwood has uploaded a new change for review.

Change subject: sos: collect permissions of /etc/vdsm/
......................................................................

sos: collect permissions of /etc/vdsm/

sos is not correctly preserving permissions of collected
files (BZ#888724). Until this is fixed we need to gather
the output of ls -lR against /etc/vdsm.

Change-Id: Ibaac81d83c6f8c92e16bf65fa2859ccb7e02f5f4
Bug-Url:https://bugzilla.redhat.com/show_bug.cgi?id=987931
Signed-off-by: Lee Yarwood <lyarwood 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/87/17287/1

diff --git a/vdsm/sos/vdsm.py.in b/vdsm/sos/vdsm.py.in
index 63a028c..a62f305 100644
--- a/vdsm/sos/vdsm.py.in
+++ b/vdsm/sos/vdsm.py.in
@@ -81,6 +81,7 @@
             self.addCopySpec("/proc/%s/cmdline" % pid)
             self.addCopySpec("/proc/%s/status" % pid)
             self.addCopySpec("/proc/%s/mountstats" % pid)
+        self.collectExtOutput("/bin/ls -lR /etc/vdsm")
         self.collectExtOutput("/bin/ls -l /var/log/core")
         self.collectExtOutput(
             "/bin/su vdsm -s /bin/sh -c '/usr/bin/tree -l @VDSMREPO@'")


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaac81d83c6f8c92e16bf65fa2859ccb7e02f5f4
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