[pve-devel] [RFC guest-common v3 11/22] abstract config: do not copy fleecing images entry for snapshot

Fiona Ebner f.ebner at proxmox.com
Thu Apr 11 11:29:32 CEST 2024


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

RFC because belongs to the optional "improved cleanup"-part of the
series. See qemu-server patches for more info.

 src/PVE/AbstractConfig.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/PVE/AbstractConfig.pm b/src/PVE/AbstractConfig.pm
index a286b13..a2ed142 100644
--- a/src/PVE/AbstractConfig.pm
+++ b/src/PVE/AbstractConfig.pm
@@ -684,6 +684,7 @@ sub __snapshot_copy_config {
 	next if $k eq 'lock';
 	next if $k eq 'digest';
 	next if $k eq 'description';
+	next if $k eq 'fleecing-images';
 	next if $k =~ m/^unused\d+$/;
 
 	$dest->{$k} = $source->{$k};
-- 
2.39.2





More information about the pve-devel mailing list