[pve-devel] [PATCH manager 2/2] ceph: create pool: check for quorum at start

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Nov 24 09:58:15 CET 2017


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 PVE/API2/Ceph.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm
index c9abe092..b46f22bb 100644
--- a/PVE/API2/Ceph.pm
+++ b/PVE/API2/Ceph.pm
@@ -1598,6 +1598,7 @@ __PACKAGE__->register_method ({
     code => sub {
 	my ($param) = @_;
 
+	PVE::Cluster::check_cfs_quorum();
 	PVE::CephTools::check_ceph_inited();
 
 	my $pve_ckeyring_path = PVE::CephTools::get_config('pve_ckeyring_path');
-- 
2.11.0





More information about the pve-devel mailing list