Mike Kolesnik has posted comments on this change. Change subject: engine: Edit Network and apply to hosts at once ......................................................................
Patch Set 5: (1 comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/dc/UpdateNetworkCommand.java Line 196: public ValidationResult networkNotUsedByRunningVms() { Line 197: List<VM> runningVms = new ArrayList<>(); Line 198: Line 199: for (VM vm : getVms()) { Line 200: if (vm.getStatus() != VMStatus.Down) { It covers more cases when the network can be safely synced. Line 201: runningVms.add(vm); Line 202: } Line 203: } Line 204: -- To view, visit http://gerrit.ovirt.org/22053 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iec04c7fb0c29ba6f61b7d788a9c3917f5d46554e Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches