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

Wolfgang Bumiller w.bumiller at proxmox.com
Tue Nov 28 16:16:27 CET 2017


applied 2/2
waiting for v2 of 1/2

On Fri, Nov 24, 2017 at 09:58:15AM +0100, Thomas Lamprecht wrote:
> 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