Signed-off-by: Fiona Ebner <f.eb...@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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel