From a58366f4603ab5ffe04a67e9a6850f2299cbf7c1 Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Fri, 4 Jun 2021 15:49:25 +0200 Subject: [PATCH] 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 --- src/PVE/VZDump/Common.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm index bc38343..f325850 100644 --- a/src/PVE/VZDump/Common.pm +++ b/src/PVE/VZDump/Common.pm @@ -181,14 +181,6 @@ my $confdesc = { optional => 1, 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 => { type => 'integer', description => "Limit I/O bandwidth (KBytes per second).",