diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 79001d78..fcedcf15 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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); }