Dan Kenigsberg has submitted this change and it was merged. Change subject: Live Merge: Simplify pivot flow ......................................................................
Live Merge: Simplify pivot flow The pivot part of a Live Merge can be made a synchronous operation which simplifies our flows. We're already doing cleanup in a thread so just do the pivot and wait for it (very short) to complete and then continue directly to the volume chain sync part of the cleanup. This is much simpler than doing the pivot and waiting another sample interval to try the sync portion. Change-Id: I5e6a9ea7096b5d81f418754d411f135450bf572e Signed-off-by: Adam Litke <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31849 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Federico Simoncelli <[email protected]> --- M vdsm/virt/vm.py 1 file changed, 42 insertions(+), 39 deletions(-) Approvals: Adam Litke: Verified Federico Simoncelli: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/31849 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5e6a9ea7096b5d81f418754d411f135450bf572e Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
