[ceph-users] ceph-deploy create-initial errors out with "Some monitors have still not reached quorum"

2015-12-31 Thread Maruthi Seshidhar
fore retrying [ceph_deploy.mon][ERROR ] Some monitors have still not reached quorum: [ceph_deploy.mon][ERROR ] ceph-mon2 [ceph_deploy.mon][ERROR ] ceph-mon3 [ceph_deploy.mon][ERROR ] ceph-mon1 I tried enlisting 192168.10.x IPs for mon_host in the ceph.conf file, but still monitors are not joining the quorum. On all nodes the /etc/hosts file is $ cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 10.31.141.75 ceph-mgmt 10.31.141.76 ceph-mon1 10.31.141.77 ceph-mon2 10.31.141.78 ceph-mon3 #192.168.10.2 ceph-mgmt #192.168.10.3 ceph-mon1 #192.168.10.4 ceph-mon2 #192.168.10.5 ceph-mon3 192.168.10.6 ceph-node1 192.168.10.7 ceph-node2 192.168.10.8 ceph-node3 192.168.10.9 ceph-node4 [ceph@ceph-mgmt ceph-cluster]$ cat ceph.conf [global] fsid = 5448338e-aa85-4251-9e27-e38f35bd4b34 mon_initial_members = ceph-mon1, ceph-mon2, ceph-mon3 #mon_host = 192.168.10.3,192.168.10.4,192.168.10.5 mon_host = 10.31.141.76, 10.31.141.77, 10.31.141.78 auth_cluster_required = none auth_service_required = none auth_client_required = none #auth_cluster_required = cephx #auth_service_required = cephx #auth_client_required = cephx filestore_xattr_use_omap = true public network = 10.31.141.0/23 cluster network = 192.168.10.0/24 Thanks, Maruthi Seshidhar ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Re: [ceph-users] ceph-deploy create-initial errors out with "Some monitors have still not reached quorum"

2015-12-31 Thread Maruthi Seshidhar
:46 AM, Wade Holler wrote: > I assume you have tested with firewalld disabled ? > > Best Regards > Wade > On Thu, Dec 31, 2015 at 9:13 PM Maruthi Seshidhar < > maruthi.seshid...@gmail.com> wrote: > >> hi fellow users, >> >> I am setting up a ceph

Re: [ceph-users] ceph-deploy create-initial errors out with "Some monitors have still not reached quorum"

2016-01-04 Thread Maruthi Seshidhar
Thank you Martin, Yes, "nslookup " was not working. After configuring DNS on all nodes, the nslookup issue got sorted out. But the "some monitors have still not reach quorun" issue was still seen. I was using user "ceph" for ceph deployment. The user "ceph" is reserved for ceph internal use. Afte