• T
    qemu: disk migration verbose progress · 108ca333
    Tom Vijlbrief 提交于
    A virsh command like:
    
    migrate --live --copy-storage-all Guest qemu+ssh://user@host/system
    --persistent --verbose
    
    shows
    
    Migration: [  0 %]
    
    during the storage copy and does not start counting
    until the ram transfer starts
    
    Fix this by scraping optional disk transfer status, and adding it
    into the progress meter.
    108ca333
AUTHORS 8.5 KB