Eli Mesika has submitted this change and it was merged. Change subject: core: Failed to run VM with boot order of CD and DISK ......................................................................
core: Failed to run VM with boot order of CD and DISK Adding a new property isRunOnceVm to VM BE that is set to true when a VM is running with dynamic parameters. This way we can clearly distinguish between Run Once and a regular Run command. In Run Once, Cd/Floppy and boot order are taken from the dynamic parameters. In Run , Cd/Floppy and boot order are taken from DB (vm_device) Change-Id: I04df87e234a588f37f837cb47be9c6efb425fbd6 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmOnceCommand.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilder.java 3 files changed, 12 insertions(+), 2 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved Doron Fediuck: Looks good to me, approved Moti Asayag: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/3894 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I04df87e234a588f37f837cb47be9c6efb425fbd6 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
