Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 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.  
  10. [osd]
  11. #osd data = /var/lib/ceph/osd/ceph-$id
  12. #osd journal size = 11000
  13. #osd mkfs type = xfs
  14. #osd mkfs options xfs = -f
  15.  
  16. filestore xattr use omap = true
  17. filestore min sync interval = 10
  18. filestore max sync interval = 15
  19. filestore queue max ops = 25000
  20. filestore queue max bytes = 10485760
  21. filestore queue committing max ops = 5000
  22. filestore queue committing max bytes = 10485760000
  23.  
  24. journal max write bytes = 1073714824
  25. journal max write entries = 10000
  26. journal queue max ops = 50000
  27. journal queue max bytes = 10485760000
  28.  
  29. osd max write size = 512
  30. osd client message size cap = 2147483648
  31. osd deep scrub stride = 131072
  32. osd op threads = 8
  33. osd disk threads = 4
  34. osd map cache size = 1024
  35. osd map cache bl size = 128
  36. #osd mount options xfs = "rw,noexec,nodev,noatime,nodiratime,nobarrier"
  37. osd recovery op priority = 4
  38. osd recovery max active = 10
  39. osd max backfills = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement