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:
@ -360,6 +360,7 @@ sub volume_snapshot_rollback {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# FIXME PVE 8.x remove $running parameter (needs APIAGE reset)
|
||||||
sub volume_snapshot_delete {
|
sub volume_snapshot_delete {
|
||||||
my ($cfg, $volid, $snap, $running) = @_;
|
my ($cfg, $volid, $snap, $running) = @_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user