diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 454cd4aa..f5e757a5 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -2940,6 +2940,9 @@ __PACKAGE__->register_method({ eval { PVE::Storage::vdisk_free($storecfg, $volid); }; warn $@ if $@; } + + PVE::Firewall::remove_vmfw_conf($newid); + die "clone failed: $err"; }