[pve-devel] [PATCH qemu-server 0/1] Harmonize log format with disk transfer, add percentage

helmo at initfour.nl helmo at initfour.nl
Wed Apr 22 22:04:12 CEST 2020


From: Herman van Rink <rink at initfour.nl>

While migrating a VM we show a percentage on the lines about disk status. but not for memory transfer.
And the structure of these lines is different.

Current output for disk live migration:

<date> drive-scsi1: transferred: 84934656 bytes remaining: 988807168 bytes total: 1073741824 bytes progression: 7.91 % busy: 1 ready: 0

Current output for memory live migration:

<date> migration status: active (transferred 8848355802, remaining 89157632), total 16794853376)


I suggest changing memory status lines to:

<date> migration status: active transferred: 57004010 bytes remaining: 818606080 bytes total: 1091379200 bytes progression: 5.22 %


It could do with a clear separator between the fields but that's another discussion ;)


Herman van Rink (1):
  Harmonize log format with disk transfer, add percentage

 PVE/QemuMigrate.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.17.1




More information about the pve-devel mailing list