Change in ovirt-engine[ovirt-engine-3.6]: engine: Adding NIC to VM fails because boot order is used by...

Tal Nisan has submitted this change and it was merged. Change subject: engine: Adding NIC to VM fails because boot order is used by another device ...................................................................... engine: Adding NIC to VM fails because boot order is used by another device When nics are plugged/unplugged, the device boot order on the vm and in the db can get out of sync. This is not a problem during these operations, as the boot order is only relevant during vm startup, but it can cause a duplicated boot order to be submitted when a new device is created. As the boot order is not relevant during these operations, it is safe to assing no boot order to the device. Change-Id: Ib874807e395007a799dc5ff3eb2fd67b218137c6 Signed-off-by: Marcin Mirecki <mmirecki@redhat.com> Bug-Url: https://bugzilla.redhat.com/1216929 (cherry picked from commit 41ea7b4a52a5d39d3b6809d11689b4d6f0643b72) --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/HotPlugNicVDSCommand.java 1 file changed, 0 insertions(+), 4 deletions(-) Approvals: Marcin Mirecki: Verified Alona Kaplan: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/47811 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib874807e395007a799dc5ff3eb2fd67b218137c6 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
tnisan@redhat.com