Actions

ProxMox

From Rabbi Blog

Revision as of 09:11, 14 August 2026 by Rabbi Bob (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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'