Advertisement
Guest User

Untitled

a guest
Oct 5th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. [global]
  2. log file = /var/log/ceph/$name.log
  3. pid file = /var/run/ceph/$name.pid
  4. debug ms = 1
  5.  
  6. [mon]
  7. mon data = /srv/ceph/mon/$name
  8. debug mon = 5
  9. debug paxos = 5
  10. debug auth = 5
  11.  
  12. [mon.storage1]
  13. host = storage1
  14. mon addr = 10.0.10.211:6789
  15. [mon.storage2]
  16. host = storage2
  17. mon addr = 10.0.10.245:6789
  18. [mds]
  19. mds data = /srv/ceph/mds/$name
  20. debug mds = 5
  21. debug mds balancer = 5
  22. debug mds log = 5
  23. debug mds migrator = 5
  24.  
  25. [mds.storage1]
  26. host = storage1
  27.  
  28. [mds.storage2]
  29. host = storage2
  30. [osd]
  31. osd data = /srv/ceph/osd/$name
  32. osd journal = /srv/ceph/osd/$name/journal
  33. osd journal size = 1000 ; journal size, in megabytes
  34.  
  35. debug osd = 5
  36. debug filestore = 5
  37. debug journal = 5
  38. debug monc = 5
  39.  
  40.  
  41. #filestore xattr use omap = true
  42. [osd.1]
  43. host = storage2
  44. [osd.0]
  45. host = storage1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement