Irit Goihman has uploaded a new change for review.

Change subject: sos report: removed call to vdsClient getVGList
......................................................................

sos report: removed call to vdsClient getVGList

getVGList has been deprecated and will be fully removed in the future
so the call to it is useless

Change-Id: I2c39da7b1b87dd00be3e4302e8f7d7dba76faf0d
Signed-off-by: Irit Goihman <igoih...@redhat.com>
---
M vdsm/sos/vdsm.py.in
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/13/60613/1

diff --git a/vdsm/sos/vdsm.py.in b/vdsm/sos/vdsm.py.in
index d3a5c38..b173426 100644
--- a/vdsm/sos/vdsm.py.in
+++ b/vdsm/sos/vdsm.py.in
@@ -118,7 +118,6 @@
         self.collectExtOutput(vdsclient + "getVdsStats")
         self.collectExtOutput(vdsclient + "getAllVmStats")
         self.collectExtOutput(vdsclient + "list")
-        self.collectExtOutput(vdsclient + "getVGList")
         self.collectExtOutput(vdsclient + "getDeviceList")
         self.collectExtOutput(vdsclient + "getAllTasksInfo")
         self.collectExtOutput(vdsclient + "getAllTasksStatuses")


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c39da7b1b87dd00be3e4302e8f7d7dba76faf0d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Irit Goihman <igoih...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to