Guest User

Untitled

a guest
Jul 14th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. [global]
  2. fsid = adb9fb36-5986-4409-8c90-514a67305695
  3. mon_initial_members = ceph-mon-1, ceph-mon-2, ceph-mon-3
  4. mon_host = 10.250.250.4,10.250.250.5,10.250.250.6
  5. auth_cluster_required = cephx
  6. auth_service_required = cephx
  7. auth_client_required = cephx
  8. osd pool default size = 3
  9. mon osd adjust heartbeat grace = false
  10. mon osd adjust down out interval = false
  11.  
  12. [osd]
  13. #osd data = /var/lib/ceph/osd/ceph-$id
  14. #osd journal size = 11000
  15. #osd mkfs type = xfs
  16. #osd mkfs options xfs = -f
  17.  
  18. filestore xattr use omap = true
  19. filestore min sync interval = 10
  20. filestore max sync interval = 15
  21. filestore queue max ops = 25000
  22. filestore queue max bytes = 10485760
  23. filestore queue committing max ops = 5000
  24. filestore queue committing max bytes = 10485760000
  25.  
  26. journal max write bytes = 1073714824
  27. journal max write entries = 10000
  28. journal queue max ops = 50000
  29. journal queue max bytes = 10485760000
  30.  
  31. osd max write size = 512
  32. osd client message size cap = 2147483648
  33. osd deep scrub stride = 131072
  34. osd op threads = 8
  35. osd disk threads = 4
  36. osd map cache size = 1024
  37. osd map cache bl size = 128
  38. #osd mount options xfs = "rw,noexec,nodev,noatime,nodiratime,nobarrier"
  39. osd recovery op priority = 4
  40. osd recovery max active = 10
  41. osd max backfills = 4
Add Comment
Please, Sign In to add comment