Hello there!
I recently found about Proxmox and completely migrated my VirtualBox VMs into it. Really cool to work with Proxmox!
I often perform snapshots to have the ability to revert back very quickly, because I use some of my VMs for testing purposes and like everyone sometimes I either make mistakes loll or install/remove stuff that turned out not to be the way to go.
I have 2 types of VMs (no containers) right now as we speak. One type runs Windows 11 and the other runs Linux-based VMs.
On the Linux VMs, I can take snapshots no problem.
On the Windows VMs, I cannot. The famous "The current guest configuration does not support taking new snapshots" msg shows up in the Snapshots section.
In search for an answer and fix, I read the following:
https://pve.proxmox.com/wiki/Storage
https://forum.proxmox.com/threads/t...-does-not-support-taking-new-snapshots.82444/
https://forum.proxmox.com/threads/e...-does-not-support-taking-new-snapshots.86849/
https://forum.proxmox.com/threads/t...-does-not-support-taking-new-snapshots.73944/
None of the above answer "clearly" my situation. Or I'm too dumb to understand.
My Storage configuration is as follow:
My snapshot-enabled Linux VM is as follow (took one as an example):
My Windows VM config is as follow:
According to https://pve.proxmox.com/wiki/Storage, a Directory storage with QCOW2 disk should allow snapshots. And it does on my Linux VMs. But not Windows... and then I noticed the following tpmstate0: local:100/vm-100-disk-2.raw,size=16896,version=v2.0
Is it possible the reason why I cannot take snapshots on my Windows VMs is cuz the TPM State disk is RAW and not QCOW2?
If yes, how can I allow snapshots from there?
If no, then what prevents me from taking snapshots on this VM?
Thanks!
I recently found about Proxmox and completely migrated my VirtualBox VMs into it. Really cool to work with Proxmox!
I often perform snapshots to have the ability to revert back very quickly, because I use some of my VMs for testing purposes and like everyone sometimes I either make mistakes loll or install/remove stuff that turned out not to be the way to go.
I have 2 types of VMs (no containers) right now as we speak. One type runs Windows 11 and the other runs Linux-based VMs.
On the Linux VMs, I can take snapshots no problem.
On the Windows VMs, I cannot. The famous "The current guest configuration does not support taking new snapshots" msg shows up in the Snapshots section.
In search for an answer and fix, I read the following:
https://pve.proxmox.com/wiki/Storage
https://forum.proxmox.com/threads/t...-does-not-support-taking-new-snapshots.82444/
https://forum.proxmox.com/threads/e...-does-not-support-taking-new-snapshots.86849/
https://forum.proxmox.com/threads/t...-does-not-support-taking-new-snapshots.73944/
None of the above answer "clearly" my situation. Or I'm too dumb to understand.
My Storage configuration is as follow:
Code:
# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content images,iso,backup
shared 0
My snapshot-enabled Linux VM is as follow (took one as an example):
Code:
# qm config 101
agent: 1,fstrim_cloned_disks=1
bios: seabios
boot:
cores: 2
hotplug: disk,usb
localtime: 0
memory: 5000
meta: creation-qemu=6.1.0,ctime=1639951077
name: Garuda-Dr460nized
net0: virtio=FA:0C:AF:7B:71:10,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local:101/vm-101-disk-0.qcow2,discard=on,size=40G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=450970f5-2b61-4268-8947-aba825bb07cc,manufacturer=Q3J1Y2lhbA==,base64=1
sockets: 1
spice_enhancements: foldersharing=1,videostreaming=all
vga: qxl,memory=64
vmgenid: 3f2c1c22-e516-4028-818e-363cee488172
My Windows VM config is as follow:
Code:
# qm config 100
agent: 1,fstrim_cloned_disks=1
bios: seabios
boot: order=ide2;ide0
cores: 2
efidisk0: local:100/vm-100-disk-1.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K
ide0: local:100/vm-100-disk-0.qcow2,discard=on,size=70G,ssd=1
ide2: none,media=cdrom
machine: pc-q35-6.1
memory: 5000
meta: creation-qemu=6.1.0,ctime=1639847268
name: Windows
net0: e1000=3E:0D:F8:87:EB:92,bridge=vmbr0,firewall=1
numa: 0
ostype: win11
scsihw: virtio-scsi-single
smbios1: uuid=e6cf1ba3-5910-5e36-8468-6f7b071cf7e7
sockets: 1
spice_enhancements: foldersharing=1,videostreaming=all
tpmstate0: local:100/vm-100-disk-2.raw,size=16896,version=v2.0
vga: qxl,memory=64
vmgenid: 74d4bba3-bf66-4d86-af8a-e17241c4fe51
According to https://pve.proxmox.com/wiki/Storage, a Directory storage with QCOW2 disk should allow snapshots. And it does on my Linux VMs. But not Windows... and then I noticed the following tpmstate0: local:100/vm-100-disk-2.raw,size=16896,version=v2.0
Is it possible the reason why I cannot take snapshots on my Windows VMs is cuz the TPM State disk is RAW and not QCOW2?
If yes, how can I allow snapshots from there?
If no, then what prevents me from taking snapshots on this VM?
Thanks!