Tomas Jelinek has submitted this change and it was merged. Change subject: core: Reset emulated machines after architecture changing ......................................................................
core: Reset emulated machines after architecture changing After PPC patches, cluster received a new parameter, the architecture one. As it affects the parameter "emulated machine", when a change occurs on CPU name, which results in an architecture change, the parameter "emulated machine" must be updated. This patch introduces the change to set the cluster to reset this parameter when adding the first host. Important: It will happen only with empty clusters, since there are validations when changing CPU name for other architecture. Change-Id: I1d400b8d475f63e720ad88ad00116aea9720f7ba Signed-off-by: Leonardo Bianconi <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/UpdateVdsGroupCommand.java 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Tomas Jelinek: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/22652 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1d400b8d475f63e720ad88ad00116aea9720f7ba Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vitor de Lima <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
