Piotr Kliczewski has uploaded a new change for review.

Change subject: core: trailing spaces removed from dstSdUUID
......................................................................

core: trailing spaces removed from dstSdUUID

Image.move fails due to trailing spaces in dstSdUUID. Removing them
fixes marshalling issue.

Bug-Url: https://bugzilla.redhat.com/1126531
Change-Id: I7d6b2b51a4f65fa23c1723e262a58deabaeaea83
Signed-off-by: pkliczewski <[email protected]>
---
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcIIrsServer.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/32359/1

diff --git 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcIIrsServer.java
 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcIIrsServer.java
index 9b6c6f2..b74c465 100644
--- 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcIIrsServer.java
+++ 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcIIrsServer.java
@@ -412,7 +412,7 @@
                 new RequestBuilder("Image.move").withParameter("imageID", 
imgGUID)
                         .withParameter("storagepoolID", spUUID)
                         .withParameter("storagedomainID", srcDomUUID)
-                        .withParameter("dstSdUUID  ", dstDomUUID)
+                        .withParameter("dstSdUUID", dstDomUUID)
                         .withParameter("operation", op)
                         .withParameter("postZero", postZero)
                         .withParameter("force", force)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d6b2b51a4f65fa23c1723e262a58deabaeaea83
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Piotr Kliczewski <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to