timeout when i delete snapshot

relaire

New Member
Jun 7, 2023
1
0
1
Hello,
I want to delete a snapshot on Proxmox version 7.3.4,but i have a timeout error. (qmp command 'blockdev-snapshot-delete-internal-sync' failed - got timeout).
Can i increase this timeout when i use

Code:
qm delsnapshot vmid snapname
?
 
Hi,

Can i increase this timeout when i use
No. Could you please post the VM config and your storage `/etc/pve/storage.cfg`?

And Could you add `--force` flag to the qm delsnapshot command you used, i.e.:
Bash:
qm delsnapshot vmid snapname --force