]> git.proxmox.com Git - qemu-server.git/commit
mirror monitor: rework periodic status reporting
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Apr 2021 17:39:41 +0000 (19:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Apr 2021 17:40:21 +0000 (19:40 +0200)
commit3b56383bdb9e3b7a82faec9e1c35e7857535f83c
tree6ece45a5387599d35e602d468d40703a4eea4394
parenta09b39f163499a8286ee6c8f2384ca7ef62dfc92
mirror monitor: rework periodic status reporting

orient on the backup output which got reworked for PVE 6.2/6.3

Avoid overwhelming the user with redundant information, and use human
readable units.

before:
> restore-drive-scsi5: transferred: 167772160 bytes remaining: 8422162432 bytes total: 8589934592 bytes progression: 1.95 % busy: 1 ready: 0

after:
> restore-drive-scsi0: transferred 720.0 MiB of 32.0 GiB (2.20%) in 12s

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm