[SOLVED] Snapshots get stucked like this

Hi,
please check if your thin pool is full, i.e. use the command lvs and check the Data% column for pve/data.

If there is enough space, please post the output of pveversion -v and configuration of the VM qm config 102 --current.
 
Hi,
please check if your thin pool is full, i.e. use the command lvs and check the Data% column for pve/data.

If there is enough space, please post the output of pveversion -v and configuration of the VM qm config 102 --current.

Hi, here is lvs:

data.png

and pveversion -v

Code:
proxmox-ve: 8.1.0 (running kernel: 6.2.16-19-pve)
pve-manager: 8.1.3 (running version: 8.1.3/b46aac3b42da5d15)
proxmox-kernel-helper: 8.1.0
pve-kernel-6.2: 8.0.5
pve-kernel-5.15: 7.4-4
proxmox-kernel-6.5: 6.5.11-6
proxmox-kernel-6.5.11-6-pve-signed: 6.5.11-6
proxmox-kernel-6.2.16-19-pve: 6.2.16-19
proxmox-kernel-6.2: 6.2.16-19
pve-kernel-6.2.16-5-pve: 6.2.16-6
pve-kernel-6.2.16-4-pve: 6.2.16-5
pve-kernel-6.2.16-3-pve: 6.2.16-3
pve-kernel-5.15.108-1-pve: 5.15.108-1
pve-kernel-5.15.107-2-pve: 5.15.107-2
pve-kernel-5.15.102-1-pve: 5.15.102-1
ceph: 17.2.7-pve1
ceph-fuse: 17.2.7-pve1
corosync: 3.1.7-pve3
criu: 3.17.1-2
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx7
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-4
libknet1: 1.28-pve1
libproxmox-acme-perl: 1.5.0
libproxmox-backup-qemu0: 1.4.1
libproxmox-rs-perl: 0.3.1
libpve-access-control: 8.0.7
libpve-apiclient-perl: 3.3.1
libpve-common-perl: 8.1.0
libpve-guest-common-perl: 5.0.6
libpve-http-server-perl: 5.0.5
libpve-network-perl: 0.9.5
libpve-rs-perl: 0.8.7
libpve-storage-perl: 8.0.5
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 5.0.2-4
lxcfs: 5.0.3-pve3
novnc-pve: 1.4.0-3
proxmox-backup-client: 3.1.2-1
proxmox-backup-file-restore: 3.1.2-1
proxmox-kernel-helper: 8.1.0
proxmox-mail-forward: 0.2.2
proxmox-mini-journalreader: 1.4.0
proxmox-widget-toolkit: 4.1.3
pve-cluster: 8.0.5
pve-container: 5.0.8
pve-docs: 8.1.3
pve-edk2-firmware: 4.2023.08-2
pve-firewall: 5.0.3
pve-firmware: 3.9-1
pve-ha-manager: 4.0.3
pve-i18n: 3.1.4
pve-qemu-kvm: 8.1.2-4
pve-xtermjs: 5.3.0-2
qemu-server: 8.0.10
smartmontools: 7.3-pve1
spiceterm: 3.3.0
swtpm: 0.8.0+pve1
vncterm: 1.8.0
zfsutils-linux: 2.2.0-pve4

Code:
root@proxmox:~# qm config 102 --current
agent: 1
bios: seabios
boot:
cores: 14
cpu: x86-64-v2-AES
machine: pc-q35-8.0
memory: 8192
meta: creation-qemu=8.0.2,ctime=1701468122
name: Win11TeshMachine
net0: virtio=B6:3F:6A:35:BA:2C,bridge=vmbr0
numa: 1
ostype: win11
parent: zalohaa
scsihw: virtio-scsi-single
smbios1: uuid=ceb5d5af-a238-4048-b433-16075533fe9e
sockets: 1
virtio0: local-lvm:vm-102-disk-1,discard=on,iothread=1,size=300G
vmgenid: eea335d7-88d6-4616-9ec5-819bfd0be25b
root@proxmox:~#
 
Last edited:
Find the solution:

1. show this by Volume group by using command : lvdisplay

2. remove this lv by: lvremove /dev/pve/vm-102-state-zalohaa

now the new snapshots works.
 
Last edited: