Hello,
I have updated to Proxmox 9 not long ago and I was really excited to test out the snapshot feature available with LVM and LVM-Thin backed storage. The problem is..... it's not really working.
The scenario:
I have a Proxmox node (running 9.0.10) with two LVM storages:
I have created a dummy machine on one of the storages. VM's config:
I was under the impression that I can snapshot this machine, as it uses an LVM storage. When I go under VM -> Snapshots -> I'm greeted by The current guest configuration does not support taking new snapshots
What am I doing wrong?
Thanks in advance!
I have updated to Proxmox 9 not long ago and I was really excited to test out the snapshot feature available with LVM and LVM-Thin backed storage. The problem is..... it's not really working.
The scenario:
I have a Proxmox node (running 9.0.10) with two LVM storages:
Code:
lvm: LOCAL_VOL4TB
vgname LOCAL_VOL4TB
content rootdir,images
nodes ZRH-GWL-TTA001-CS01
shared 0
lvm: LOCAL_VOL16TB
vgname LOCAL_VOL16TB
content rootdir,images
nodes ZRH-GWL-TTA001-CS01
shared 0
I have created a dummy machine on one of the storages. VM's config:
Code:
boot: order=scsi0;ide2;net0
cores: 1
cpu: x86-64-v2-AES
ide2: none,media=cdrom
memory: 2048
meta: creation-qemu=10.0.2,ctime=1758185438
name: Test-Snapshot
net0: virtio=BC:24:11:9F:6E:0F,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: LOCAL_VOL16TB:vm-102-disk-0,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=330380b1-c3e1-4dde-8bbe-79608063a86b
sockets: 1
vmgenid: ff913763-1e55-4c97-a07f-a930b6e6f10c
I was under the impression that I can snapshot this machine, as it uses an LVM storage. When I go under VM -> Snapshots -> I'm greeted by The current guest configuration does not support taking new snapshots
What am I doing wrong?
Thanks in advance!