Omer Frenkel has posted comments on this change.
Change subject: getAllTasksList\Status with spUUID retrieves info only if host
is the SPM
......................................................................
Patch Set 11: (3 inline comments)
....................................................
File
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/vdscommands/GetTaskListCommandParameters.java
Line 9: private Version compatbilityVersion;
Line 10:
Line 11: public GetTaskListCommandParameters() {
Line 12: storagePoolId = null;
Line 13: compatbilityVersion = null;
no reason to explicitly set to null, its default behavior
Line 14: }
Line 15:
Line 16: public GetTaskListCommandParameters(Guid vdsId) {
Line 17: super(vdsId);
Line 15:
Line 16: public GetTaskListCommandParameters(Guid vdsId) {
Line 17: super(vdsId);
Line 18: storagePoolId = null;
Line 19: compatbilityVersion = null;
same here, or call this(,,)
Line 20: }
Line 21:
Line 22: public GetTaskListCommandParameters(Guid vdsId, Guid spUUID,
Version compatibilityVersion) {
Line 23: super(vdsId);
....................................................
File
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsBrokerCommand.java
Line 1635: if (storagePool != null) {
Line 1636: return storagePool.getcompatibility_version();
Line 1637: } else {
Line 1638: log.errorFormat(
Line 1639: "IrsBroker::getStoragePoolClusterLevel:: Could
not find master domain for pool {0} !!!",
i think this message is not related to the error, also no reason to mention the
package, it will be there already
Line 1640: getParameters().getStoragePoolId());
Line 1641: return null;
Line 1642: }
Line 1643: }
--
To view, visit http://gerrit.ovirt.org/13450
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iff7d8db4e4ad6b3f809085aff7216ac8a457b633
Gerrit-PatchSet: 11
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Barak Azulay <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: liron aravot <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches