Advertisement
Guest User

Untitled

a guest
Apr 19th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. [global]
  2. #auth cluster required = none
  3. #auth service required = none
  4. #auth client required = none
  5. auth supported = none
  6. #osd pool default size = 3
  7. #osd pool default pg num = 133
  8. #osd pool default pgp num = 133
  9.  
  10. [osd]
  11. #osd journal = /journal/
  12. osd journal size = 1000
  13. # uncomment the following line if you are mounting with ext4
  14. filestore xattr use omap = false
  15. journal dio = false
  16. filestore op threads = 1
  17.  
  18. [mon.a]
  19. host = ceph1
  20. mon addr = 10.2.0.128:6789
  21.  
  22. #[mon.b]
  23. # host = ceph2
  24. # mon addr = 10.2.0.147:6789
  25.  
  26. #[mon.c]
  27. # host = ceph3
  28. # mon addr = 10.2.0.130:6789
  29.  
  30. [osd.0]
  31. host = ceph2
  32. # data "/var/lib/ceph/osd/ceph-1"
  33. # osd journal "/journal/"
  34. [osd.1]
  35. host = ceph3
  36. # data "/var/lib/ceph/osd/ceph-3"
  37. osd journal /var/lib/ceph/osd/$cluster-$id/journal/journalold
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement