• J
    migration: Usable time statistics without requiring NTP · aa9f1395
    Jiri Denemark 提交于
    virDomainGetJobStats is able to report statistics of a completed
    migration, however to get usable downtime and total time statistics both
    hosts have to keep synchronized time. To provide at least some
    estimation of the times even when NTP daemons are not running on both
    hosts we can just ignore the time needed to transfer a migration cookie
    to the destination host. The result will be also inaccurate but a bit
    more predictable. The total/down time will just be at least what we
    report.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1213434
    aa9f1395
qemu_domain.h 16.7 KB