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:
parent
d324720d4b
commit
eaff3616f8
@ -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) = @_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user