Ramesh N has uploaded a new change for review.

Change subject: gluster: fix help test for glusterVolumehealInfo in  vdsClient
......................................................................

gluster: fix help test for glusterVolumehealInfo in  vdsClient

There is a format issue with the help text for glusterVolumehealInfo
in vdsClient. Fixing it by correcting the object structure returned.

Change-Id: I968be7224bb230f35e785c9f80853daf223f3cef
Bug-Url: https://bugzilla.redhat.com/1367817
Signed-off-by: Ramesh Nachimuthu <rnach...@redhat.com>
---
M client/vdsClientGluster.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/80/63480/1

diff --git a/client/vdsClientGluster.py b/client/vdsClientGluster.py
index 0863d66..2f54053 100644
--- a/client/vdsClientGluster.py
+++ b/client/vdsClientGluster.py
@@ -1274,7 +1274,7 @@
          'glusterVolumeHealInfo': (
              serv.do_glusterVolumeHealInfo,
              ('[volumeName=<volume_name>]\n\t'
-              '<volume_name> is existing volume name '
+              '<volume_name> is existing volume name ',
               'lists self-heal info for the gluster volume'
               ))
          }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I968be7224bb230f35e785c9f80853daf223f3cef
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <rnach...@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