diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 998e0aab..dd42538b 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -2507,6 +2507,8 @@ __PACKAGE__->register_method({ my $conf = PVE::QemuConfig->load_config($vmid); + PVE::QemuConfig->check_lock($conf); + die "checksum missmatch (file change by other user?)\n" if $digest && $digest ne $conf->{digest};