Vered Volansky has uploaded a new change for review.

Change subject: vdsm: Fix diskReplicateFinish call description
......................................................................

vdsm: Fix diskReplicateFinish call description

vdsClient diskReplicateFinish had the same description as Start.
Changed "Start" to "Finish".

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=901606
Change-Id: I5b644540c5845d7377f50c379460c8ab5868ee9b
Signed-off-by: Vered Volansky <[email protected]>
---
M vdsm_cli/vdsClient.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/77/11377/1

diff --git a/vdsm_cli/vdsClient.py b/vdsm_cli/vdsClient.py
index 9a95901..fefc209 100644
--- a/vdsm_cli/vdsClient.py
+++ b/vdsm_cli/vdsClient.py
@@ -2382,7 +2382,7 @@
         'diskReplicateFinish': (serv.diskReplicateFinish,
                                 ('<vmId> <spUUID> <sdUUID> <imgUUID> <volUUID>'
                                  ' <dstSdUUID>',
-                                 'Start live replication to the destination '
+                                 'Finish live replication to the destination '
                                  'domain'
                                  )),
     }


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

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

Reply via email to