Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. root@hxs:~/ceph# ceph-deploy mon create h0s
  2. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts h0s
  3. [ceph_deploy.mon][DEBUG ] detecting platform for host h0s ...
  4. [ceph_deploy.mon][INFO ] distro info: Ubuntu 13.10 saucy
  5. [h0s][DEBUG ] deploying mon to h0s
  6. [h0s][DEBUG ] remote hostname: h0s
  7. [h0s][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  8. [h0s][INFO ] creating path: /var/lib/ceph/mon/ceph-h0s
  9. [h0s][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-h0s/done
  10. [h0s][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-h0s/done
  11. [h0s][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-h0s.mon.keyring
  12. [h0s][INFO ] create the monitor keyring file
  13. [h0s][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i h0s --keyring /var/lib/ceph/tmp/ceph-h0s.mon.keyring
  14. [h0s][INFO ] ceph-mon: mon.noname-a [2001:620:0:6::11e]:6789/0 is local, renaming to mon.h0s
  15. [h0s][INFO ] ceph-mon: set fsid to 8297477a-6f23-4bd1-8d0e-e06a21d8f097
  16. [h0s][INFO ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-h0s for mon.h0s
  17. [h0s][INFO ] unlinking keyring file /var/lib/ceph/tmp/ceph-h0s.mon.keyring
  18. [h0s][INFO ] create a done file to avoid re-doing the mon deployment
  19. [h0s][INFO ] create the init path if it does not exist
  20. [h0s][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=h0s
  21. root@hxs:~/ceph# ceph-deploy gatherkeys h0s
  22. [ceph_deploy.gatherkeys][DEBUG ] Checking h0s for /etc/ceph/ceph.client.admin.keyring
  23. [ceph_deploy.gatherkeys][WARNIN] Unable to find /etc/ceph/ceph.client.admin.keyring on ['h0s']
  24. [ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
  25. [ceph_deploy.gatherkeys][DEBUG ] Checking h0s for /var/lib/ceph/bootstrap-osd/ceph.keyring
  26. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['h0s']
  27. [ceph_deploy.gatherkeys][DEBUG ] Checking h0s for /var/lib/ceph/bootstrap-mds/ceph.keyring
  28. [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