[pve-devel] applied: [PATCH v2 storage] lvm plugin: fix locking for rollback when using CLI
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Nov 20 15:06:14 CET 2025
On Thu, 20 Nov 2025 11:17:30 +0100, Fiona Ebner wrote:
> Doing a rollback via CLI on an LVM storage with 'saferemove' and
> 'snapshot-as-volume-chain' would run into a locking issue, because
> the forked zero-out worker would try to acquire the lock while the
> main CLI task is still inside the locked section for
> volume_snapshot_rollback_locked(). The same issue does not happen when
> the rollback is done via UI. The reason for this can be found in the
> note regarding fork_worker():
>
> [...]
Applied, thanks!
[1/1] lvm plugin: fix locking for rollback when using CLI
commit: 5001f0326951bec23336bc768a951f4983d0a94a
More information about the pve-devel
mailing list