Advertisement
ChrRaible

ceph -a start

Apr 27th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. === mon.0 ===
  2. Starting Ceph mon.0 on ceph0...
  3. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  4. ** testing and review. Do not trust it with important data. **
  5. starting mon.0 rank 0 at 10.1.9.45:6789/0 mon_data /data/mon0 fsid 336e1bde-1b0b-1b1f-c478-08c32d22266e
  6. === mon.1 ===
  7. Starting Ceph mon.1 on ceph1...
  8. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  9. ** testing and review. Do not trust it with important data. **
  10. starting mon.1 rank 1 at 10.1.9.46:6789/0 mon_data /data/mon1 fsid 336e1bde-1b0b-1b1f-c478-08c32d22266e
  11. === mon.2 ===
  12. Starting Ceph mon.2 on ceph2...
  13. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  14. ** testing and review. Do not trust it with important data. **
  15. starting mon.2 rank 2 at 10.1.9.47:6789/0 mon_data /data/mon2 fsid 336e1bde-1b0b-1b1f-c478-08c32d22266e
  16. === mds.ceph0 ===
  17. Starting Ceph mds.ceph0 on ceph0...
  18. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  19. ** testing and review. Do not trust it with important data. **
  20. starting mds.ceph0 at 0.0.0.0:6800/5280
  21. === mds.ceph1 ===
  22. Starting Ceph mds.ceph1 on ceph1...
  23. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  24. ** testing and review. Do not trust it with important data. **
  25. starting mds.ceph1 at 0.0.0.0:6800/3467
  26. === osd.0 ===
  27. Starting Ceph osd.0 on ceph0...
  28. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  29. ** testing and review. Do not trust it with important data. **
  30. starting osd0 at 0.0.0.0:6801/5396 osd_data /data/osd0 /data/osd0/journal
  31. === osd.1 ===
  32. Starting Ceph osd.1 on ceph1...
  33. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  34. ** testing and review. Do not trust it with important data. **
  35. starting osd1 at 0.0.0.0:6801/3497 osd_data /data/osd1 /data/osd1/journal
  36. === osd.2 ===
  37. Starting Ceph osd.2 on ceph2...
  38. ** WARNING: Ceph is still under heavy development, and is only suitable for **
  39. ** testing and review. Do not trust it with important data. **
  40. starting osd2 at 0.0.0.0:6800/2558 osd_data /data/osd2 /data/osd2/journal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement