unfortunately veeam related, but:
VMs get locked after rollbacking a snapshot .
Code:
Looks like the source of the problem is veeam. This happens on all our proxmox vms which are backuped with veeam.
Doesn't matter if startet or not snapshot time, and if the snapshot was before or after the backup
The machine gets locked. qm unlock "vmid" and it starts at the last state.
so to problems here:
- how to prohibit that the error is produced (think this has to be done by veeam)
- how to clean the mess up
VMs get locked after rollbacking a snapshot .
Code:
Code:
qemu-img: Could not apply snapshot 'tt': Device has active dirty bitmaps
Looks like the source of the problem is veeam. This happens on all our proxmox vms which are backuped with veeam.
Doesn't matter if startet or not snapshot time, and if the snapshot was before or after the backup
The machine gets locked. qm unlock "vmid" and it starts at the last state.
so to problems here:
- how to prohibit that the error is produced (think this has to be done by veeam)
- how to clean the mess up