Kobi Ianko has posted comments on this change. Change subject: restapi: add QoS RESTful interface for storage QoS ......................................................................
Patch Set 5: (1 comment) http://gerrit.ovirt.org/#/c/27097/5/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterResource.java File backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterResource.java: Line 103: * Get the storage pool (i.e. datacenter entity) associated with the given Line 104: * cluster. Line 105: */ Line 106: @SuppressWarnings("unchecked") Line 107: public static StoragePool getStoragePool(DataCenter dataCenter, AbstractBackendResource parent) { +1 Line 108: StoragePool pool = null; Line 109: if (dataCenter.isSetId()) { Line 110: String id = dataCenter.getId(); Line 111: pool = parent.getEntity(StoragePool.class, VdcQueryType.GetStoragePoolById, -- To view, visit http://gerrit.ovirt.org/27097 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1a9af59277b50554531522802f19046c0051d82f Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Kobi Ianko <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Ori Liel <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
