Piotr Kliczewski has uploaded a new change for review.

Change subject: jsonrpc: Missing hostId parameter on reconstructMaster
......................................................................

jsonrpc: Missing hostId parameter on reconstructMaster

Vdsm json schema was not consistent with vdsm api and there was missing
hostId parameter.


Change-Id: Ibe40b9f054278a7ffe108efb0e2c5a60bf643b64
Signed-off-by: pkliczewski <piotr.kliczew...@gmail.com>
Bug-Url: https://bugzilla.redhat.com/1115466
---
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcVdsServer.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/11/29511/1

diff --git 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcVdsServer.java
 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcVdsServer.java
index 23d382c..3f651da 100644
--- 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcVdsServer.java
+++ 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcVdsServer.java
@@ -573,6 +573,7 @@
         // no lockPolicy and hostSpmId not needed can be removed from the 
interface
         JsonRpcRequest request =
                 new 
RequestBuilder("StoragePool.reconstructMaster").withParameter("storagepoolID", 
spUUID)
+                        .withParameter("hostId", hostSpmId)
                         .withParameter("name", poolName)
                         .withParameter("masterSdUUID", masterDom)
                         .withParameter("masterVersion", masterVersion)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe40b9f054278a7ffe108efb0e2c5a60bf643b64
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczew...@gmail.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to