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

Alona Kaplan 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 --- 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; Passed CI tests -- To view, visit https://gerrit.ovirt.org/47607 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib874807e395007a799dc5ff3eb2fd67b218137c6 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
alkaplan@redhat.com