Hi Cephers,
I am trying to install ceph-Jewel for a 3 node cluster with monitors on each 
host.

I have followed: http://docs.ceph.com/docs/master/start/quick-start-preflight/
                                 
http://docs.ceph.com/docs/master/start/quick-ceph-deploy/

While creating mon using command:  "ceph-deploy mon create-initial",  it shows

[ceph_deploy.mon][WARNIN] mon.shambhucephnode2 monitor is not yet in quorum, 
tries left: 4
[ceph_deploy.mon][WARNIN] waiting 10 seconds before retrying
[shambhucephnode2][INFO  ] Running command: sudo ceph --cluster=ceph 
--admin-daemon /var/run/ceph/ceph-mon.shambhucephnode2.asok mon_status
[ceph_deploy.mon][WARNIN] mon.shambhucephnode2 monitor is not yet in quorum, 
tries left: 3
[ceph_deploy.mon][WARNIN] waiting 10 seconds before retrying
[shambhucephnode2][INFO  ] Running command: sudo ceph --cluster=ceph 
--admin-daemon /var/run/ceph/ceph-mon.shambhucephnode2.asok mon_status
[ceph_deploy.mon][WARNIN] mon.shambhucephnode2 monitor is not yet in quorum, 
tries left: 2
[ceph_deploy.mon][WARNIN] waiting 15 seconds before retrying
[shambhucephnode2][INFO  ] Running command: sudo ceph --cluster=ceph 
--admin-daemon /var/run/ceph/ceph-mon.shambhucephnode2.asok mon_status
[ceph_deploy.mon][WARNIN] mon.shambhucephnode2 monitor is not yet in quorum, 
tries left: 1
[ceph_deploy.mon][WARNIN] waiting 20 seconds before retrying
[ceph_deploy.mon][ERROR ] Some monitors have still not reached quorum:
[ceph_deploy.mon][ERROR ] shambhucephnode2
[ceph_deploy.mon][ERROR ] shambhucephnode0
[ceph_deploy.mon][ERROR ] shambhucephnode1

====================================================================
Configuration:
Node OS:
~/my-cluster$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.5 LTS
Release:        14.04
Codename:       trusty

shambhucephnode:~/my-cluster$ ceph -v
ceph version 10.2.7 (50e863e0f4bc8f4b9e31156de690d765af245185)

shambhucephnode:~/my-cluster$ ceph-deploy --version
1.5.37

shambhucephnode:~/my-cluster$ cat ceph.conf
[global]
fsid = 95858ab8-73d6-42e7-9393-c67de2e12840
mon_initial_members = shambhucephnode0, shambhucephnode1, shambhucephnode2
mon_host = 10.187.52.95,10.187.52.93,10.187.52.96
auth_cluster_required = none
auth_service_required = none
auth_client_required = none
osd pool default size = 2
public network = 172.16.1.12/24

Anyone knows how to solve this ?

Thanks,
Shambhu Rajak


_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to