Daniel Erez has posted comments on this change. Change subject: core: adding option to not connect host to inactive domains servers ......................................................................
Patch Set 5: (1 comment) http://gerrit.ovirt.org/#/c/27522/5/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/ConnectHostToStoragePoolServersParameters.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/ConnectHostToStoragePoolServersParameters.java: Line 5: Line 6: public class ConnectHostToStoragePoolServersParameters extends HostStoragePoolParametersBase { Line 7: private boolean connectToInactiveDomains; Line 8: Line 9: public ConnectHostToStoragePoolServersParameters(VDS vds, boolean connectToInactiveDomains) { please remove redundant ctrs Line 10: super(vds); Line 11: this.connectToInactiveDomains = connectToInactiveDomains; Line 12: } Line 13: -- To view, visit http://gerrit.ovirt.org/27522 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7cdde23f8513afa119af6eeff0a02e77c43395f3 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Ar <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[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
