5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-08 21:18:06 +03:00

snapshot delete: add reminder to drop $running parameter with PVE 8.x

For the rationale, see:
https://lists.proxmox.com/pipermail/pve-devel/2022-December/055273.html

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-01-12 08:27:37 +01:00
parent d324720d4b
commit eaff3616f8

View File

@ -360,6 +360,7 @@ sub volume_snapshot_rollback {
}
}
# FIXME PVE 8.x remove $running parameter (needs APIAGE reset)
sub volume_snapshot_delete {
my ($cfg, $volid, $snap, $running) = @_;