Change in ovirt-engine[master]: core: make migrate commands non-transactive

Arik Hadas has submitted this change and it was merged. Change subject: core: make migrate commands non-transactive ...................................................................... core: make migrate commands non-transactive Patch 94e48a02 removed the global transaction during RunVmCommand. Global transactions should also be removed from the migrate commands for the same reasons and because it prevents us from migrating multiple VMs from different hosts to the same host while one of the migrations is in its execute phase or start a VM on a host while another VM is migrating to that host and the migration is in its execute phase. Change-Id: I4894ebd5f062174f9780926a0ce6b499fcc0fc7b Bug-Url: https://bugzilla.redhat.com/1064931 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InternalMigrateVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmToServerCommand.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/MigrateVDSCommand.java 4 files changed, 25 insertions(+), 23 deletions(-) Approvals: Roy Golan: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/24799 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4894ebd5f062174f9780926a0ce6b499fcc0fc7b Gerrit-PatchSet: 19 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
ahadas@redhat.com