Advertisement
Guest User

Untitled

a guest
Sep 4th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. ceph-deploy --overwrite-conf mon create ceph01-p ceph02-p ceph03-p
  2. [ceph_deploy.mon][DEBUG ] Deploying mon, cluster ceph hosts ceph01-p ceph02-p ceph03-p
  3. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph01-p ...
  4. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  5. [ceph01-p][DEBUG ] deploying mon to ceph01-p
  6. [ceph01-p][DEBUG ] remote hostname: ceph01-p
  7. [ceph01-p][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  8. [ceph01-p][INFO ] creating path: /var/lib/ceph/mon/ceph-ceph01-p
  9. [ceph01-p][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph01-p/done
  10. [ceph01-p][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph01-p/done
  11. [ceph01-p][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph01-p.mon.keyring
  12. [ceph01-p][INFO ] create the monitor keyring file
  13. [ceph01-p][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i ceph01-p --keyring /var/lib/ceph/tmp/ceph-ceph01-p.mon.keyring
  14. [ceph01-p][INFO ] ceph-mon: mon.noname-a 172.20.0.108:6789/0 is local, renaming to mon.ceph01-p
  15. [ceph01-p][INFO ] ceph-mon: set fsid to 3992151c-cba6-4e2b-b258-050c0384f000
  16. [ceph01-p][INFO ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph01-p for mon.ceph01-p
  17. [ceph01-p][INFO ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph01-p.mon.keyring
  18. [ceph01-p][INFO ] create a done file to avoid re-doing the mon deployment
  19. [ceph01-p][INFO ] create the init path if it does not exist
  20. [ceph01-p][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=ceph01-p
  21. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph02-p ...
  22. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  23. [ceph02-p][DEBUG ] deploying mon to ceph02-p
  24. [ceph02-p][DEBUG ] remote hostname: ceph02-p
  25. [ceph02-p][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  26. [ceph02-p][INFO ] creating path: /var/lib/ceph/mon/ceph-ceph02-p
  27. [ceph02-p][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph02-p/done
  28. [ceph02-p][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph02-p/done
  29. [ceph02-p][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph02-p.mon.keyring
  30. [ceph02-p][INFO ] create the monitor keyring file
  31. [ceph02-p][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i ceph02-p --keyring /var/lib/ceph/tmp/ceph-ceph02-p.mon.keyring
  32. [ceph02-p][INFO ] ceph-mon: mon.noname-b 172.20.0.109:6789/0 is local, renaming to mon.ceph02-p
  33. [ceph02-p][INFO ] ceph-mon: set fsid to 3992151c-cba6-4e2b-b258-050c0384f000
  34. [ceph02-p][INFO ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph02-p for mon.ceph02-p
  35. [ceph02-p][INFO ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph02-p.mon.keyring
  36. [ceph02-p][INFO ] create a done file to avoid re-doing the mon deployment
  37. [ceph02-p][INFO ] create the init path if it does not exist
  38. [ceph02-p][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=ceph02-p
  39. [ceph_deploy.mon][DEBUG ] detecting platform for host ceph03-p ...
  40. [ceph_deploy.mon][INFO ] distro info: Ubuntu 12.04 precise
  41. [ceph03-p][DEBUG ] deploying mon to ceph03-p
  42. [ceph03-p][DEBUG ] remote hostname: ceph03-p
  43. [ceph03-p][INFO ] write cluster configuration to /etc/ceph/{cluster}.conf
  44. [ceph03-p][INFO ] creating path: /var/lib/ceph/mon/ceph-ceph03-p
  45. [ceph03-p][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-ceph03-p/done
  46. [ceph03-p][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-ceph03-p/done
  47. [ceph03-p][INFO ] creating keyring file: /var/lib/ceph/tmp/ceph-ceph03-p.mon.keyring
  48. [ceph03-p][INFO ] create the monitor keyring file
  49. [ceph03-p][INFO ] Running command: ceph-mon --cluster ceph --mkfs -i ceph03-p --keyring /var/lib/ceph/tmp/ceph-ceph03-p.mon.keyring
  50. [ceph03-p][INFO ] ceph-mon: mon.noname-c 172.20.0.110:6789/0 is local, renaming to mon.ceph03-p
  51. [ceph03-p][INFO ] ceph-mon: set fsid to 3992151c-cba6-4e2b-b258-050c0384f000
  52. [ceph03-p][INFO ] ceph-mon: created monfs at /var/lib/ceph/mon/ceph-ceph03-p for mon.ceph03-p
  53. [ceph03-p][INFO ] unlinking keyring file /var/lib/ceph/tmp/ceph-ceph03-p.mon.keyring
  54. [ceph03-p][INFO ] create a done file to avoid re-doing the mon deployment
  55. [ceph03-p][INFO ] create the init path if it does not exist
  56. [ceph03-p][INFO ] Running command: initctl emit ceph-mon cluster=ceph id=ceph03-p
  57. root@a1-p:/home/ryade/ceph# ceph-deploy gatherkeys ceph01-p
  58. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph01-p for /etc/ceph/ceph.client.admin.keyring
  59. [ceph_deploy.gatherkeys][WARNIN] Unable to find /etc/ceph/ceph.client.admin.keyring on ['ceph01-p']
  60. [ceph_deploy.gatherkeys][DEBUG ] Have ceph.mon.keyring
  61. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph01-p for /var/lib/ceph/bootstrap-osd/ceph.keyring
  62. [ceph_deploy.gatherkeys][WARNIN] Unable to find /var/lib/ceph/bootstrap-osd/ceph.keyring on ['ceph01-p']
  63. [ceph_deploy.gatherkeys][DEBUG ] Checking ceph01-p for /var/lib/ceph/bootstrap-mds/ceph.keyring
  64. [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