Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. ceph-deploy --overwrite-conf mon create ceph-node2-osd
  2. [ceph_deploy.cli][INFO ] Invoked (1.2.7): /usr/bin/ceph-deploy --overwrite-conf mon create ceph-node2-osd
  3. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts ceph-node2-osd
  4. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph-node2-osd ...
  5. [ceph_deploy.sudo_pushy][DEBUG ] will use a remote connection with sudo
  6. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  7. [ceph-node2-osd][DEBUG ] determining if provided host has same hostname in remote
  8. [ceph-node2-osd][DEBUG ] deploying mon to ceph-node2-osd
  9. [ceph-node2-osd][DEBUG ] remote hostname: ceph-node2-osd
  10. [ceph-node2-osd][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  11. [ceph-node2-osd][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph-node2-osd/done
  12. [ceph-node2-osd][INFO ] create a done file to avoid re-doing the mon deployment
  13. [ceph-node2-osd][INFO ] create the init path if it does not exist
  14. [ceph-node2-osd][INFO ] locating `service` executable...
  15. [ceph-node2-osd][INFO ] found `service` executable: /usr/sbin/service
  16. [ceph-node2-osd][INFO ] Running command: sudo initctl emit ceph-mon cluster=ceph id=ceph-node2-osd
  17. [ceph-node2-osd][INFO ] Running command: sudo ceph --admin-daemon /var/run/ceph/ceph-mon.ceph-node2-osd.asok mon_status
  18. [ceph-node2-osd][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
  19. [ceph-node2-osd][WARNIN] monitor: mon.ceph-node2-osd, might not be running yet
  20. [ceph-node2-osd][INFO ] Running command: sudo ceph --admin-daemon /var/run/ceph/ceph-mon.ceph-node2-osd.asok mon_status
  21. [ceph-node2-osd][ERROR ] admin_socket: exception getting command descriptions: [Errno 2] No such file or directory
  22. [ceph-node2-osd][WARNIN] ceph-node2-osd is not defined in `mon initial members`
  23. [ceph-node2-osd][WARNIN] monitor ceph-node2-osd does not exist in monmap
  24. [ceph-node2-osd][WARNIN] neither `public_addr` nor `public_network` keys are defined for monitors
  25. [ceph-node2-osd][WARNIN] monitors may not be able to form quorum
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement