mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-08-15 01:31:20 +00:00
vzdump: remove deprecated size parameter
It was deprecated for a long time (before it got move to guest-common) already, and there also was a deprecation warning when passed as a CLI option. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
71066e627e
commit
a58366f460
@ -181,14 +181,6 @@ my $confdesc = {
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
default => 0,
|
default => 0,
|
||||||
},
|
},
|
||||||
# FIXME: Remove with PVE 7.0
|
|
||||||
size => {
|
|
||||||
type => 'integer',
|
|
||||||
description => "Unused, will be removed in a future release.",
|
|
||||||
optional => 1,
|
|
||||||
minimum => 500,
|
|
||||||
default => 1024,
|
|
||||||
},
|
|
||||||
bwlimit => {
|
bwlimit => {
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
description => "Limit I/O bandwidth (KBytes per second).",
|
description => "Limit I/O bandwidth (KBytes per second).",
|
||||||
|
Loading…
Reference in New Issue
Block a user