Advertisement
Guest User

Untitled

a guest
Jun 27th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [global]
  2. fsid = 1f5b1bd6-f4db-457a-809d-8134cca419ed
  3. mon_initial_members = osd, mon
  4. mon_host = 88.214.247.68,88.214.247.70
  5. auth_cluster_required = none
  6. auth_service_required = none
  7. auth_client_required = none
  8. public_network = 88.214.247.64/26
  9. cluster_network = 10.110.254.0/24
  10. osd_pool_default_size = 2 # Write an object 2 times
  11. osd_pool_default_min_size = 1 # Allow writing 1 copy in a degraded state
  12. osd_pool_default_pg_num = 128
  13. osd_pool_default_pgp_num = 128
  14. osd_crush_chooseleaf_type = 1
  15.  
  16.  
  17. [client]
  18.  
  19. rbd cache = true
  20. rbd cache size = 67108864 # (64MB)
  21. rbd cache max dirty = 50331648 # (48MB)
  22. rbd cache target dirty = 33554432 # (32MB)
  23. rbd cache max dirty age = 2
  24. rbd cache writethrough until flush = true
  25. admin socket = /var/run/ceph/rbd-client-$pid.asok
  26. [osd]
  27.  
  28. osd data = /var/lib/ceph/osd/ceph-$id
  29. osd journal = /var/lib/ceph/osd/ceph-$id/journal
  30. #osd journal size = 10000
  31. osd journal size = 0
  32. osd mkfs type = xfs
  33. osd mkfs options xfs = "-f -i size=2048"
  34. osd mount options_xfs = "rw,noatime,inode64,logbsize=250k"
  35. osd disk threads = 1
  36. osd max backfills = 2
  37. osd recovery max active = 1
  38. #filestore xattr use omap = true
  39. filestore max sync interval = 30
  40. filestore min sync interval = 29
  41. filestore queue max ops = 10000
  42. filestore op threads = 16
  43. osd op threads = 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement