ProxMox: Difference between revisions
From Rabbi Blog
Created page with " =Troubleshooting= ==Locked Snapshots== * Sometimes a snapshot doesn't go as planned (especially when you stop it) and the VM gets locked. <pre> qm listsnapshot 102 qm unlock 102 qm delsnapshot 102 SNAPSHOTNAME --force ## is it away: zfs list -t snapshot -o name -s creation | grep -E '(^|/)vm-102-disk-0@|(^|/)vm-102-state-|102' </pre> Category:ProxMox" |
mNo edit summary |
||
| Line 15: | Line 15: | ||
[[Category:ProxMox]] | [[Category:ProxMox]] | ||
[[Category:Weblog-2026-07]] | |||
Latest revision as of 19:00, 15 August 2026
Troubleshooting
Locked Snapshots
- Sometimes a snapshot doesn't go as planned (especially when you stop it) and the VM gets locked.
qm listsnapshot 102 qm unlock 102 qm delsnapshot 102 SNAPSHOTNAME --force ## is it away: zfs list -t snapshot -o name -s creation | grep -E '(^|/)vm-102-disk-0@|(^|/)vm-102-state-|102'