]> git.proxmox.com Git - qemu-server.git/commit
fix #3424: api: snapshot delete: wait for active replication
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 23 Feb 2022 12:03:59 +0000 (13:03 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 15 Mar 2022 11:06:21 +0000 (12:06 +0100)
commitfdbbed2facb0efb2ddba4318e9a689bb4d91adbe
tree0dc1eb1fca33e8bca969d0ca7d15c4b0e1141249
parent7979bbcd434631945e0640991970f14c9f5349cc
fix #3424: api: snapshot delete: wait for active replication

A to-be-deleted snapshot might be actively used by replication,
resulting in a not (or only partially) removed snapshot and locked
(snapshot-delete) VM. Simply wait a few seconds for any ongoing
replication.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/API2/Qemu.pm