[pve-devel] applied: [PATCH manager 1/4] ceph: change check if installed to ceph mon binary

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Jan 10 14:55:14 CET 2019


On 1/10/19 1:54 PM, Tim Marx wrote:
> Signed-off-by: Tim Marx <t.marx at proxmox.com>
> ---
>  PVE/Ceph/Tools.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/Ceph/Tools.pm b/PVE/Ceph/Tools.pm
> index 6c7e7c1f..0ada98cf 100644
> --- a/PVE/Ceph/Tools.pm
> +++ b/PVE/Ceph/Tools.pm
> @@ -99,7 +99,7 @@ sub check_ceph_installed {
>  sub check_ceph_inited {
>      my ($noerr) = @_;
>  
> -    return undef if !check_ceph_installed('ceph_bin', $noerr);
> +    return undef if !check_ceph_installed('ceph_mon', $noerr);
>  
>      if (! -f $pve_ceph_cfgpath) {
>  	die "pveceph configuration not initialized\n" if !$noerr;
> 

applied, thanks!




More information about the pve-devel mailing list