
Arik Hadas has submitted this change and it was merged. Change subject: core: Fix of null arch of imported VMs ...................................................................... core: Fix of null arch of imported VMs When VDSM provides VM for possible import and architecture is `null`, it is changed to x86_64. The change is logged. This best effort solution allows us to * offer correct import target Cluster in frontend dialog * actually import the VM as architecture is required to be non-null in ImportVmCommandBase#validateVdsCluster validation method Change-Id: If393936b643d1b9ec6d61cd12d3b8a54873559e0 Signed-off-by: Jakub Niedermertl <jniederm@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java 1 file changed, 4 insertions(+), 5 deletions(-) Approvals: Jakub Niedermertl: Verified Jenkins CI: Passed CI tests Arik Hadas: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/57587 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If393936b643d1b9ec6d61cd12d3b8a54873559e0 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Jakub Niedermertl <jniederm@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jakub Niedermertl <jniederm@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>