]> git.proxmox.com Git - pve-guest-common.git/commitdiff
vzdump: remove deprecated size parameter
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 4 Jun 2021 13:49:25 +0000 (15:49 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 8 Jun 2021 12:57:31 +0000 (14:57 +0200)
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>
src/PVE/VZDump/Common.pm

index bc38343550fe916bb9eadd97264cff82a7d658dd..f32585024791d65c3f2a7127aa651c6ee630adce 100644 (file)
@@ -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).",