[pve-devel] [PATCH guest-common] vzdump: add explicit reminder for breaking schema change for PVE 7.0

Fabian Ebner f.ebner at proxmox.com
Fri Jan 15 13:59:30 CET 2021


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---

Stumbled upon this, cannot hurt to have an explicit reminder IMHO

 PVE/VZDump/Common.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/VZDump/Common.pm b/PVE/VZDump/Common.pm
index 389473b..0391706 100644
--- a/PVE/VZDump/Common.pm
+++ b/PVE/VZDump/Common.pm
@@ -174,6 +174,7 @@ my $confdesc = {
 	optional => 1,
 	default => 0,
     },
+    # FIXME: Remove with PVE 7.0
     size => {
 	type => 'integer',
 	description => "Unused, will be removed in a future release.",
-- 
2.20.1






More information about the pve-devel mailing list