Advertisement
Guest User

Untitled

a guest
Feb 5th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. robin@robin-cephadmin:~$ ceph-deploy mon create robin-cephnode2
  2. [ceph_deploy.cli][INFO ] Invoked (1.3.4): /usr/bin/ceph-deploy mon create robin-cephnode2
  3. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts robin-cephnode2
  4. [ceph_deploy.mon][DEBUG ] detecting platform for host robin-cephnode2 ...
  5. [robin-cephnode2][DEBUG ] connected to host: robin-cephnode2
  6. [robin-cephnode2][DEBUG ] detect platform information from remote host
  7. [robin-cephnode2][DEBUG ] detect machine type
  8. [ceph_deploy.mon][INFO ] distro info: debian 7.3 wheezy
  9. [robin-cephnode2][DEBUG ] determining if provided host has same hostname in remote
  10. [robin-cephnode2][DEBUG ] get remote short hostname
  11. [robin-cephnode2][DEBUG ] deploying mon to robin-cephnode2
  12. [robin-cephnode2][DEBUG ] get remote short hostname
  13. [robin-cephnode2][DEBUG ] remote hostname: robin-cephnode2
  14. [robin-cephnode2][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  15. [robin-cephnode2][DEBUG ] create the mon path if it does not exist
  16. [robin-cephnode2][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-robin-cephnode2/done
  17. [robin-cephnode2][DEBUG ] create a done file to avoid re-doing the mon deployment
  18. [robin-cephnode2][DEBUG ] create the init path if it does not exist
  19. [robin-cephnode2][DEBUG ] locating the `service` executable...
  20. [robin-cephnode2][INFO ] Running command: sudo /usr/sbin/service ceph -c /etc/ceph/ceph.conf start mon.robin-cephnode2
  21. [robin-cephnode2][DEBUG ] === mon.robin-cephnode2 ===
  22. [robin-cephnode2][DEBUG ] Starting Ceph mon.robin-cephnode2 on robin-cephnode2...
  23. [robin-cephnode2][DEBUG ] failed: 'ulimit -n 32768; /usr/bin/ceph-mon -i robin-cephnode2 --pid-file /var/run/ceph/mon.robin-cephnode2.pid -c /etc/ceph/ceph.conf '
  24. [robin-cephnode2][DEBUG ] Starting ceph-create-keys on robin-cephnode2...
  25. [robin-cephnode2][WARNIN] No data was received after 7 seconds, disconnecting...
  26. [robin-cephnode2][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.robin-cephnode2.asok mon_status
  27. [robin-cephnode2][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
  28. [robin-cephnode2][WARNIN] monitor: mon.robin-cephnode2, might not be running yet
  29. [robin-cephnode2][INFO ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.robin-cephnode2.asok mon_status
  30. [robin-cephnode2][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
  31. [robin-cephnode2][WARNIN] robin-cephnode2 is not defined in `mon initial members`
  32. [robin-cephnode2][WARNIN] monitor robin-cephnode2 does not exist in monmap
  33. [robin-cephnode2][WARNIN] neither `public_addr` nor `public_network` keys are defined for monitors
  34. [robin-cephnode2][WARNIN] monitors may not be able to form quorum
  35. Exception KeyError: (3,) in <function remove at 0xe9baa0> ignored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement