Ergebnis Clonezilla-Restore LVM konventionell --------------------------------------------- Gut: Ohne Fehler soweit durchgelaufen + die Gäste starten ebenfalls: root@kvmhost1:~# virsh list --all Id Name Status ---------------------------------- - win10test ausgeschaltet - winxptest1 ausgeschaltet root@kvmhost1:~# virsh start win10test Domain 'win10test' started root@kvmhost1:~# virsh start winxptest1 Domain 'winxptest1' started root@kvmhost1:~# virsh list --all Id Name Status ---------------------------- 1 win10test laufend 2 winxptest1 laufend root@kvmhost1:~# _ Dagegen ein Problem: root@kvmhost1:~# lvcreate -s -n win10test_ss -L 10G kvmhd/win10test Volume group "kvmhd" has insufficient free space (179 extents): 2560 required. root@kvmhost1:~# lvdisplay --- Logical volume --- LV Path /dev/kvmhd/win10test LV Name win10test VG Name kvmhd LV UUID Kv6eLM-dT42-P1TQ-ml0I-xGA2-qaB0-MKJYYB LV Write Access read/write LV Creation host, time kvmhost1, 2024-07-03 08:51:03 +0200 LV Status available # open 0 LV Size <599.54 GiB Current LE 153481 Segments 2 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:0 --- Logical volume --- LV Path /dev/kvmhd/winxptest LV Name winxptest VG Name kvmhd LV UUID RxjPxm-CEAc-P1Y7-jQYi-U49e-JGJ4-MbBaQK LV Write Access read/write LV Creation host, time kvmhost1, 2024-07-03 08:51:33 +0200 LV Status available # open 1 LV Size <187.36 GiB Current LE 47963 Segments 2 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:1 root@kvmhost1:~# vgdisplay --- Volume group --- VG Name kvmhd System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 11 VG Access read/write VG Status resizable MAX LV 0 Cur LV 2 Open LV 1 Max PV 0 Cur PV 1 Act PV 1 VG Size <787.59 GiB PE Size 4.00 MiB Total PE 201623 Alloc PE / Size 201444 / 786.89 GiB Free PE / Size 179 / 716.00 MiB VG UUID X0OSBF-kuHI-Nixr-YdCF-QAmo-U6Ss-4RtCfo root@kvmhost1:~# _ Clonezilla hat statt der Original-LV-Grösse einfach den gesamten Plattenplatz verwendet, womit in diesem Fall das Anlegen eines Snapshots nicht mehr möglich ist.