]> git.proxmox.com Git - qemu-server.git/commitdiff
check for qorum when starting a VM
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 8 Jan 2016 13:32:49 +0000 (14:32 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 10 Jan 2016 13:55:25 +0000 (14:55 +0100)
PVE/API2/Qemu.pm

index 07b9aa9ab320dba85069579fcfacf410a33e36e1..61e3eb2c1b8b61b6b2531e5a7d1364727b7b4374 100644 (file)
@@ -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 &&