10 Feb
2020
10 Feb
'20
6:59 p.m.
Thanks for the quick reply! I am using the cephadm package. I just wasn't aware that of the user that was created as part of the package install. My /etc/sudoers.d/cephadm seems to be incorrect. It gives root permission to /usr/bin/cephadm, but cephadm is installed in /usr/sbin. That is easily fixed though. I added a "cephadm ALL=NOPASSWD: /usr/sbin/cephadm --image * bootstrap *", and ran "sudo /usr/sbin/cephadm --image ceph/daemon-base:latest-master-devel bootstrap --mon-ip 10.8.13.121" as the cephadm user, but still got the "execnet.gateway_bootstrap.HostNotFound" error. Is there documentation somewhere on how to bootstrap using the cephadm user?