Heyy i could not figure out if dynamic disk size(hard disk size according to contents which expands and contracts dynamically) is supported in libvirt or not. If yes what are the appropriate parameters to be passed on in virt-install.
Thanks in advance,
Jatin kumar
try command
virsh domblkinfo <domain> <path-to-block-device>For example, you have a windows guest that uses a 10GB file /data/winxp.img as disk device:
You can try command
qemu-imgif you want to do this job to your disk file without libvirt running:Refer to this API doc for detail info