On 12.09.2014 13:57, Zero Uno wrote:
Hi,
I just resized the disk image of a virtual machine by following the
recommended virt-resize procedure.
The enlarged disk is working fine, and the size is correctly detected
and used in the virtual machine.
But "virsh vol-info /path/to/imagefile" still shows the old size and
allocation. Is there a way to "fix" this, i.e. making virsh aware of the
new size?
virsh pool-refresh $pool
may help, where $pool is the name that volume resides in.
Michal