Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. [s0s][INFO ] Running command: ceph --version
  2. [s0s][INFO ] ceph version 0.67.4 (ad85b8bfafea6232d64cb7ba76a8b6e8252fa0c7)
  3. root@hxs:~/ceph# ceph-deploy new h0s h1s s0s
  4. [ceph_deploy.new][DEBUG ] Creating new cluster named ceph
  5. [ceph_deploy.new][DEBUG ] Resolving host h0s
  6. [ceph_deploy.new][DEBUG ] Monitor h0s at 2001:620:0:6::11e
  7. [ceph_deploy.new][DEBUG ] Resolving host h1s
  8. [ceph_deploy.new][DEBUG ] Monitor h1s at 2001:620:0:6::11d
  9. [ceph_deploy.new][DEBUG ] Resolving host s0s
  10. [ceph_deploy.new][DEBUG ] Monitor s0s at 2001:620:0:6::11f
  11. [ceph_deploy.new][DEBUG ] Monitor initial members are ['h0s', 'h1s', 's0s']
  12. [ceph_deploy.new][DEBUG ] Monitor addrs are ['2001:620:0:6::11e', '2001:620:0:6::11d', '2001:620:0:6::11f']
  13. [ceph_deploy.new][DEBUG ] Creating a random mon key...
  14. [ceph_deploy.new][DEBUG ] Writing initial config to ceph.conf...
  15. [ceph_deploy.new][DEBUG ] Writing monitor keyring to ceph.mon.keyring...
  16. root@hxs:~/ceph# ceph-deploy mon create h0s
  17. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts h0s
  18. [ceph_deploy.mon][DEBUG ] detecting platform for host h0s ...
  19. [ceph_deploy.mon][INFO ] distro info: Ubuntu 13.10 saucy
  20. [h0s][DEBUG ] deploying mon to h0s
  21. [h0s][DEBUG ] remote hostname: h0s
  22. [h0s][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  23. [h0s][INFO ] creating path: /var/lib/ceph/mon/ceph-h0s
  24. [h0s][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-h0s/done
  25. [h0s][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-h0s/done
  26. [h0s][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-h0s.mon.keyring
  27. [h0s][INFO ] create the monitor keyring file
  28. [h0s][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i h0s --keyring /var/lib/ceph/tmp/ceph-h0s.mon.keyring
  29. [h0s][INFO ] ceph-mon: mon.noname-a [2001:620:0:6::11e]:6789/0 is local, renaming to mon.h0s
  30. [h0s][INFO ] ceph-mon: set fsid to 2e9c8c86-e98c-4379-a1f2-5565fab0a85c
  31. [h0s][INFO ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-h0s for mon.h0s
  32. [h0s][INFO ] unlinking keyring file /var/lib/ceph/tmp/ceph-h0s.mon.keyring
  33. [h0s][INFO ] create a done file to avoid re-doing the mon deployment
  34. [h0s][INFO ] create the init path if it does not exist
  35. [h0s][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=h0s
  36. root@hxs:~/ceph# ceph-deploy gatherkeys h0s
  37. [ceph_deploy.gatherkeys][DEBUG ] Checking h0s for /etc/ceph/ceph.client.admin.keyring
  38. [ceph_deploy.gatherkeys][WARNIN] Unable to find /etc/ceph/ceph.client.admin.keyring on ['h0s']
  39. [ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
  40. [ceph_deploy.gatherkeys][DEBUG ] Checking h0s for /var/lib/ceph/bootstrap-osd/ceph.keyring
  41. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['h0s']
  42. [ceph_deploy.gatherkeys][DEBUG ] Checking h0s for /var/lib/ceph/bootstrap-mds/ceph.keyring
  43. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['h0s']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement