Advertisement
Guest User

Untitled

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