]> git.proxmox.com Git - pve-container.git/commitdiff
delete correct parent key
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 25 May 2016 08:05:18 +0000 (10:05 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 25 May 2016 08:15:49 +0000 (10:15 +0200)
src/PVE/VZDump/LXC.pm

index ea91043f44ea7a902506eeff1b36eeec52766fdb..7b22f0acdd3b36c2f387e0b149a7f13344f6ab23 100644 (file)
@@ -278,7 +278,7 @@ sub assemble {
     my $conf = PVE::LXC::Config->load_config($vmid);
     delete $conf->{lock};
     delete $conf->{snapshots};
-    delete $conf->{'pve.parent'};
+    delete $conf->{parent};
 
     PVE::Tools::file_set_contents("$tmpdir/etc/vzdump/pct.conf", PVE::LXC::Config::write_pct_config("/lxc/$vmid.conf", $conf));