[ceph-users] Re: Issue with ceph-ansible installation, No such file or directory

2020-06-30 Thread Mason-Williams, Gabryel (DLSLtd,RAL,LSCI)
Hello, I have added to the https://github.com/ceph/ceph-ansible/issues/4955 issue how I solved this problem, in short, it requires you to set the PATH inside of the environment keyword in all relevant files to something like: environment: CEPH_VOLUME_DEBUG: 1 CEPH_CO

[ceph-users] Re: Newbie question - how do I add more monitors?

2020-04-24 Thread Mason-Williams, Gabryel (DLSLtd,RAL,LSCI)
Hello Chris, When using ceph deploy I use `ceph-deploy mon create $HOSTNAME` that then should add that host to the cluster as a monitor. Here is a link to the documentation: https://docs.ceph.com/docs/master/rados/deployment/ceph-deploy-mon/ Hope that helps Kind regards Gabryel Mason-Willia