Yes, the VM is active.
In this moment the disk name seems to be without the final "he" letters....Seems to be an issue between my keyboard and chair :-)
[root@ovmsrv07 ~]# qemu-img check /dev/5ed04196-87f1-480e-9fee-9dd450a3b53b/9af3574d-dc83-485f -b906-0970ad09b660
No errors were found on the image.
41734/491520 = 8.49% allocated, 3.86% fragmented, 0.00% compressed clusters
Image end offset: 2736128000So you have 2.5 G image in 33G lv?
If this is internal volume, you can reduce it to the next powerof 128m - 2688mIf this is active volume, you want to leave empty space at the end.since you are using 4G extent size, you can reduce it to 6784m.To reduce the lv:1. Move storage domain to maintenance2. Check again the image end offset using qemu-img checklvchange -ay vg-name/lv-nameqemu-img check /dev/vg-name/lv-namelvchange -an vg-name/lv-name2. use lvreduce (update the size if needed)lvreduce -L 2688m vg-name/lv-name3. Actvate the storage domainWe are working now on integrating this into the flowslike cold and live merge.Nir