I'm using shared storage backed by NFS with VMs using qcow2 and I'm hitting wall trying to track the size of a given snapshot. Using qemu-img I can see the snapshot but the VM_SIZE all show as 0B. I can definitely see the size of the disk growing from my tests ( writing mutliple 1GB files from /dev/urandom). Am I missing something or is just the way it is with qcow2 + NFS?
As a bonus question, once a snapshot is deleted I don't see the space released. Example being in my above tests, after creating a snapshot, writing 10GB in files then rolling back, the vm disk size remains the same.
As a bonus question, once a snapshot is deleted I don't see the space released. Example being in my above tests, after creating a snapshot, writing 10GB in files then rolling back, the vm disk size remains the same.