Signed-off-by: Tim Marx <t.m...@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;
-- 
2.11.0

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to