From 98cbd0f47ed951e5a6e9a117a0cf38c240273c78 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 8 Jan 2016 14:32:49 +0100 Subject: [PATCH] check for qorum when starting a VM --- PVE/API2/Qemu.pm | 2 ++ 1 file changed, 2 insertions(+) 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 &&