]> git.proxmox.com Git - qemu-server.git/commit - PVE/VZDump/QemuServer.pm
Display volume size in log when doing a volume backup
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 20 Dec 2016 10:33:01 +0000 (11:33 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Dec 2016 09:25:13 +0000 (10:25 +0100)
commit0db93c2d8a9b1276740f43c5c0f127042d60b8bd
tree7cc5ee9eb0262dfc9bffba14022ff6dc8e9cf64d
parent3a65f4c9de2ff26af8105d9ebdc362dc1095f6bb
Display volume size in log when doing a volume backup

Output before this patch
INFO: include disk 'scsi0' 'file=pve4tank:vm-402-disk-1'

Output after this patch:
INFO: include disk 'scsi0' 'file=pve4tank:vm-402-disk-1' 64G

we're mainly intersted by the volume size here, it was requested in #351
PVE/VZDump/QemuServer.pm