Moti Asayag has posted comments on this change. Change subject: engine: Allow engine to configure management network ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ActivateVdsCommand.java Line 76: runVdsCommand(VDSCommandType.ActivateVds, new ActivateVdsVDSCommandParameters(getVdsId())); Line 77: setSucceeded(returnValue.getSucceeded()); Line 78: Line 79: if (getSucceeded()) { Line 80: if (FeatureSupported.setupNetworks(vds.getVdsGroupCompatibilityVersion())) { The host installation and the host activation are different flows, therefore information couldn't be shared between them. However i'll move the version check in this file into the createManagementNetwork. Line 81: createManagementNetworkIfRequired((VDS) returnValue.getReturnValue()); Line 82: } Line 83: Line 84: TransactionSupport.executeInNewTransaction(new TransactionMethod<Void>() { -- To view, visit http://gerrit.ovirt.org/14230 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iaf82e10481e595d690e7ce894283b4ed5b9b3269 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com> Gerrit-Reviewer: Martin Pavlik <xpavl...@gmail.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches