Advertisement
Guest User

Untitled

a guest
Sep 11th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.56 KB | None | 0 0
  1. $ ceph-deploy mon create ceph-server
  2. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts ceph-server
  3. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph-server ...
  4. [ceph_deploy.mon][INFO  ] distro info: Ubuntu 12.04 precise
  5. [ceph-server][DEBUG ] deploying mon to ceph-server
  6. [ceph-server][DEBUG ] remote hostname: thePenguinAllianceBenevolentSupremeDictatorForLifeAndBeyond
  7. [ceph-server][INFO  ] write cluster configuration to /etc/ceph/{cluster}.conf
  8. [ceph-server][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-thePenguinAllianceBenevolentSupremeDictatorForLifeAndBeyond/done
  9. [ceph-server][INFO  ] create a done file to avoid re-doing the mon deployment
  10. [ceph-server][INFO  ] create the init path if it does not exist
  11. [ceph-server][INFO  ] Running command: initctl emit ceph-mon cluster=ceph id=thePenguinAllianceBenevolentSupremeDictatorForLifeAndBeyond
  12. $ ceph-deploy gatherkeys ceph-server
  13. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph-server for /etc/ceph/ceph.client.admin.keyring
  14. [ceph_deploy.gatherkeys][WARNIN] Unable to find /etc/ceph/ceph.client.admin.keyring on ['ceph-server']
  15. [ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
  16. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph-server for /var/lib/ceph/bootstrap-osd/ceph.keyring
  17. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['ceph-server']
  18. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph-server for /var/lib/ceph/bootstrap-mds/ceph.keyring
  19. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['ceph-server']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement