Advertisement
alohamora

ceph monitor addition

Oct 14th, 2013
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. [root@ceph-client my-cluster]# ceph-deploy mon create ceph-node2
  2. [ceph_deploy.cli][INFO ] Invoked (1.2.7): /usr/bin/ceph-deploy mon create ceph-node2
  3. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts ceph-node2
  4. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph-node2 ...
  5. [ceph_deploy.sudo_pushy][DEBUG ] will use a remote connection without sudo
  6. [ceph_deploy.mon][INFO ] distro info: CentOS 6.4 Final
  7. [ceph-node2][DEBUG ] determining if provided host has same hostname in remote
  8. [ceph-node2][DEBUG ] deploying mon to ceph-node2
  9. [ceph-node2][DEBUG ] remote hostname: ceph-node2
  10. [ceph-node2][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  11. [ceph-node2][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph-node2/done
  12. [ceph-node2][INFO ] create a done file to avoid re-doing the mon deployment
  13. [ceph-node2][INFO ] create the init path if it does not exist
  14. [ceph-node2][INFO ] locating `service` executable...
  15. [ceph-node2][INFO ] found `service` executable: /sbin/service
  16. [ceph-node2][INFO ] Running command: /sbin/service ceph -c /etc/ceph/ceph.conf start mon.ceph-node2
  17. [ceph-node2][DEBUG ] === mon.ceph-node2 ===
  18. [ceph-node2][DEBUG ] Starting Ceph mon.ceph-node2 on ceph-node2...
  19. [ceph-node2][DEBUG ] failed: 'ulimit -n 32768; /usr/bin/ceph-mon -i ceph-node2 --pid-file /var/run/ceph/mon.ceph-node2.pid -c /etc/ceph/ceph.conf '
  20. [ceph-node2][DEBUG ] Starting ceph-create-keys on ceph-node2...
  21. [ceph-node2][WARNIN] No data was received after 7 seconds, disconnecting...
  22. [ceph-node2][INFO ] Running command: ceph --admin-daemon /var/run/ceph/ceph-mon.ceph-node2.asok mon_status
  23. [ceph-node2][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
  24. [ceph-node2][WARNIN] monitor: mon.ceph-node2, might not be running yet
  25. [ceph-node2][INFO ] Running command: ceph --admin-daemon /var/run/ceph/ceph-mon.ceph-node2.asok mon_status
  26. [ceph-node2][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
  27. [ceph-node2][WARNIN] ceph-node2 is not defined in `mon initial members`
  28. [ceph-node2][WARNIN] monitor ceph-node2 does not exist in monmap
  29. [ceph-node2][WARNIN] neither `public_addr` nor `public_network` keys are defined for monitors
  30. [ceph-node2][WARNIN] monitors may not be able to form quorum
  31. [root@ceph-client my-cluster]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement