]> git.proxmox.com Git - qemu-server.git/commitdiff
remove wrong comment
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Nov 2019 09:38:13 +0000 (10:38 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Nov 2019 09:38:15 +0000 (10:38 +0100)
the change to encode pending changes differently is not yet included in
qemu-server.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/QemuServer.pm

index 79001d78e09f61759a62a45f9fb6d5522cd2e724..fcedcf15dc2399f66316b22dbd7031c880b26bc7 100644 (file)
@@ -2740,9 +2740,6 @@ sub write_vm_config {
     &$cleanup_config($conf->{pending}, 1);
 
     foreach my $snapname (keys %{$conf->{snapshots}}) {
-       # TODO: we can allow snapshots with name 'pending' after PVE 7.0
-       # since pending section is namespaced with 'pve:'
-       # but for now, we should forbid it to avoid confusion in parser
        die "internal error: snapshot name '$snapname' is forbidden" if lc($snapname) eq 'pending';
        &$cleanup_config($conf->{snapshots}->{$snapname}, undef, $snapname);
     }