[pve-devel] [PATCH v7 qemu-server 01/10] qemuconfig: load_current_config : delete cloudinit value
Alexandre Derumier
aderumier at odiso.com
Wed Jun 22 13:51:57 CEST 2022
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/QemuConfig.pm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/PVE/QemuConfig.pm b/PVE/QemuConfig.pm
index cfef8d3..d912456 100644
--- a/PVE/QemuConfig.pm
+++ b/PVE/QemuConfig.pm
@@ -516,6 +516,14 @@ sub __snapshot_rollback_get_unused {
return $unused;
}
+sub load_current_config {
+ my ($class, $vmid, $current) = @_;
+
+ my $conf = $class->SUPER::load_current_config($vmid, $current);
+ delete $conf->{cloudinit};
+ return $conf;
+}
+
# END implemented abstract methods from PVE::AbstractConfig
1;
--
2.30.2
More information about the pve-devel
mailing list