Dan Kenigsberg has submitted this change and it was merged. Change subject: Report downtime for each live migration ......................................................................
Report downtime for each live migration Libvirt reports how much time the VM was off-line via jobStats. We fetch the "downtime" key which returns the correct time, but the source and dest hosts need to be in sync. "downtime_net" key returns the similar results, but the hosts do not need to be in sync. See http://libvirt.org/html/libvirt-libvirt-domain.html#VIR_DOMAIN_JOB_DOWNTIME_NET and http://libvirt.org/html/libvirt-libvirt-domain.html#VIR_DOMAIN_JOB_DOWNTIME for the difference between the two. This patch change the call from downtime to downtime_net. Change-Id: Ie1cf80f5d41dadc95b814ea567e5c313ac6f25e2 Bug-Url: https://bugzilla.redhat.com/970711 Signed-off-by: Shahar Havivi <[email protected]> Reviewed-on: https://gerrit.ovirt.org/41415 Tested-by: Shahar Havivi <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Continuous-Integration: Jenkins CI --- M vdsm/virt/migration.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Shahar Havivi: Verified Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/41415 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie1cf80f5d41dadc95b814ea567e5c313ac6f25e2 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
