]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/VZDump.pm
vzdump: remove deprecated size parameter
[pve-manager.git] / PVE / VZDump.pm
index 40ce01dd0528e50f895bc7e4aef27772190b0de8..8213ed665155eeb0f3313bcaa564ab7141b81092 100644 (file)
@@ -1241,10 +1241,6 @@ sub verify_vzdump_parameters {
 
     $param->{all} = 1 if (defined($param->{exclude}) && !$param->{pool});
 
-    warn "option 'size' is deprecated and will be removed in a future " .
-        "release, please update your script/configuration!\n"
-       if defined($param->{size});
-
     return if !$check_missing;
 
     raise_param_exc({ vmid => "property is missing"})