Advertisement
alohamora

ceph monitor addition-2

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