[ceph-users] Re: Error EINVAL: check-host failed - Failed to add host

2024-06-05 Thread Eugen Block
Can you paste the output of: ls -l /var/lib/ceph/ on cephhost01? It says it can't write to that directory: Unable to write cephhost01:/var/lib/ceph/d5d1b7c6-232f-11ef-9ea1-a73759ab75e5/cephadm.2b9d7d139a9cb40289f2358faf49a109fc297c0a25 Which distro are you using? Zitat von isnraj...@yahoo.

[ceph-users] Re: Error EINVAL: check-host failed - Failed to add host

2024-06-05 Thread isnraju26
Yes looks it's issue related to SSH, but not sure where is the problem to fix this. root@cephhost01:~# cephadm --verbose check-host --expect-hostname cephhost01 cephadm ['--verbose', 'check-host', '--expect-host

[ceph-users] Re: Error EINVAL: check-host failed - Failed to add host

2024-06-05 Thread Eugen Block
It sounded like you were pointing towards the ssh key as a possible root cause, you didn't mention that it worked on other clusters. Then you'll need to compare the settings between a working host and the failing one, check the ceohadm.log for more details. You could also execute the check-h

[ceph-users] Re: Error EINVAL: check-host failed - Failed to add host

2024-06-04 Thread isnraju26
Thanks for the reply @Eugen Block Yes, there is some thing else is wrong in my server, but no clue why it's failing and what is the cause of boortstrap failure. I was able to bootstrap with ed keys in other server. ___ ceph-users mailing list -- ceph-

[ceph-users] Re: Error EINVAL: check-host failed - Failed to add host

2024-06-04 Thread Eugen Block
Hi, I think there's something else wrong with your setup, I could bootstrap a cluster without an issue with ed keys: ceph:~ # ssh-keygen -t ed25519 Generating public/private ed25519 key pair. ceph:~ # cephadm --image quay.io/ceph/ceph:v18.2.2 bootstrap --mon-ip [IP] [some more options] --s

[ceph-users] Re: Error EINVAL: check-host failed - Failed to add host

2024-05-29 Thread isnraju26
Please give some suggestion on this issue. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io