When you restore a backup image from a VM that has more than one disk, the new restored disk images are not showing the real size of the original disk. It shows the size of the first disk of the VM (vda). The qemu-img output shows the right size for the disk.
To Reproduce
1-Configure backups for a given VM with more than one disk (vda and vdb).
2-Create a backup.
3-Restore the hole backup image, or individual disks for the 2nd disk of the VM.
4-The size of the new image from the 2nd disk (vdb) will show the size of the first disk and not the size of the 2nd original disk.
Original VM:
Restored VM:
HINT: Possible error on remotes/datastore/rsync/stat.
Description
When you restore a backup image from a VM that has more than one disk, the new restored disk images are not showing the real size of the original disk. It shows the size of the first disk of the VM (
vda
). Theqemu-img
output shows the right size for the disk.To Reproduce
1-Configure backups for a given VM with more than one disk (
vda
andvdb
). 2-Create a backup. 3-Restore the hole backup image, or individual disks for the 2nd disk of the VM. 4-The size of the new image from the 2nd disk (vdb
) will show the size of the first disk and not the size of the 2nd original disk.Original VM:
Restored VM:
HINT: Possible error on
remotes/datastore/rsync/stat
.Expected behavior
The 2nd disk showing its real size.
Details
Additional context
Add any other context about the problem here.
Progress Status