alohamora

ceph.conf

May 21st, 2014
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [global]
  2. auth cluster required = cephx
  3. auth service required = cephx
  4. auth client required = cephx
  5. fsid = 009d3518-e60d-4f74-a26d-c08c1976263c
  6. cluster network = 192.168.1.0/24
  7. public network = 192.168.100.0/24
  8.  
  9. osd pool default pg num = 4096
  10. osd pool default pgp num = 4096
  11. #osd op thread timeout = 300
  12. #osd op complaint time = 300
  13. #osd recovery op priority = 60
  14. #osd recovery delay start = 30
  15. #osd recovery max active = 1
  16. #osd default notify timeout = 360
  17. #filestore op thread suicide timeout = 360
  18. #filestore op thread timeout = 180
  19.  
  20.  
  21. [mon]
  22. mon initial members = storage0101-ib
  23. mon host = storage0101-ib,storage0110-ib,storage0115-ib,storage0114-ib
  24. mon addr = 192.168.100.101,192.168.100.110,192.168.100.115,192.168.100.114
  25.  
  26. mon clock drift allowed = 0.15
  27. mon clock drift warn backoff = 30
  28. #debug mon = 20
  29.  
  30. [mon.storage0101-ib]
  31. host = storage0101-ib
  32. mon addr = 192.168.100.101:6789
  33.  
  34. [mon.storage0110-ib]
  35. host = storage0110-ib
  36. mon addr = 192.168.100.110:6789
  37.  
  38. [mon.storage0115-ib]
  39. host = storage0115-ib
  40. mon addr = 192.168.100.115:6789
  41.  
  42. [mon.storage0114-ib]
  43. host = storage0114-ib
  44. mon addr = 192.168.100.114:6789
  45. ###############-OSD_DEFINATION_STARTS_HERE-###############
  46.  
  47. [osd]
  48. osd pool default size = 2
  49. osd pool default min size = 1
  50. osd pool default crush rule = 0
  51.  
  52. osd mkfs type = xfs
  53. osd journal size = 2048
  54. debug osd = 20
  55. debug ms = 1
Advertisement
Add Comment
Please, Sign In to add comment