Advertisement
Guest User

Ceph-Deploy key issues

a guest
Sep 4th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. [global]
  2. fsid = 3992151c-cba6-4e2b-b258-050c0384f000
  3. mon initial members = ceph01-p, ceph02-p, ceph03-p
  4. mon host = 172.20.0.108,172.20.0.109,172.20.0.110
  5. auth supported = cephx
  6. osd journal size = 1024
  7. filestore xattr use omap = true
  8.  
  9. ceph-deploy --overwrite-conf mon create ceph01-p ceph02-p ceph03-p
  10. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts ceph01-p ceph02-p ceph03-p
  11. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph01-p ...
  12. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  13. [ceph01-p][DEBUG ] deploying mon to ceph01-p
  14. [ceph01-p][DEBUG ] remote hostname: ceph01-i
  15. [ceph01-p][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  16. [ceph01-p][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph01-i/done
  17. [ceph01-p][INFO ] create a done file to avoid re-doing the mon deployment
  18. [ceph01-p][INFO ] create the init path if it does not exist
  19. [ceph01-p][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=ceph01-i
  20. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph02-p ...
  21. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  22. [ceph02-p][DEBUG ] deploying mon to ceph02-p
  23. [ceph02-p][DEBUG ] remote hostname: ceph02-i
  24. [ceph02-p][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  25. [ceph02-p][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph02-i/done
  26. [ceph02-p][INFO ] create a done file to avoid re-doing the mon deployment
  27. [ceph02-p][INFO ] create the init path if it does not exist
  28. [ceph02-p][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=ceph02-i
  29. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph03-p ...
  30. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  31. [ceph03-p][DEBUG ] deploying mon to ceph03-p
  32. [ceph03-p][DEBUG ] remote hostname: ceph03-i
  33. [ceph03-p][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  34. [ceph03-p][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph03-i/done
  35. [ceph03-p][INFO ] create a done file to avoid re-doing the mon deployment
  36. [ceph03-p][INFO ] create the init path if it does not exist
  37. [ceph03-p][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=ceph03-i
  38. root@a1-p:/home/ryade/ceph# ceph-deploy gatherkeys ceph01-p
  39. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph01-p for /etc/ceph/ceph.client.admin.keyring
  40. [ceph_deploy.gatherkeys][WARNIN] Unable to find /etc/ceph/ceph.client.admin.keyring on ['ceph01-p']
  41. [ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
  42. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph01-p for /var/lib/ceph/bootstrap-osd/ceph.keyring
  43. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['ceph01-p']
  44. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph01-p for /var/lib/ceph/bootstrap-mds/ceph.keyring
  45. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-mds/ceph.keyring on ['ceph01-p']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement