]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
zfspool: add blockers parameter to volume_snapshot_is_possible
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 12 Aug 2021 11:01:01 +0000 (13:01 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 8 Nov 2021 09:34:00 +0000 (10:34 +0100)
commit9a5d50950c040da2db0ea3ee275ec3670171b10f
tree10363ea2ff0b10500c53037b28fd4b3c214a427c
parentac5c1af57cffb79ba18c6141b96131e5790c4b2d
zfspool: add blockers parameter to volume_snapshot_is_possible

useful for rollback, so that only the required replication snapshots
can be removed, and it's possible to abort early without deleting any
replication snapshots if there are other non-replication snasphots
blocking rollback.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm
PVE/Storage/BTRFSPlugin.pm
PVE/Storage/Plugin.pm
PVE/Storage/ZFSPoolPlugin.pm