diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 07b9aa9a..61e3eb2c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1571,6 +1571,8 @@ __PACKAGE__->register_method({ } } + PVE::Cluster::check_cfs_quorum(); + my $storecfg = PVE::Storage::config(); if (PVE::HA::Config::vm_is_ha_managed($vmid) && !$stateuri &&