1. [global]
    2. fsid = 059f27e8-a23f-4587-9033-3e3679d03b31
    3. mon_host = 10.10.20.102, 10.10.20.101, 10.10.20.100
    4. auth cluster required = cephx
    5. auth service required = cephx
    6. auth client required = cephx
    7. osd pool default size = 3
    8. osd pool default min size = 1
    9. public network = 10.10.20.0/24
    10. cluster network = 10.10.20.0/24
    11. max open files = 131072
    12. [mon]
    13. mon data = /var/lib/ceph/mon/ceph-$id
    14. [osd]
    15. osd data = /var/lib/ceph/osd/ceph-$id
    16. osd journal size = 20000
    17. osd mkfs type = xfs
    18. osd mkfs options xfs = -f
    19. filestore xattr use omap = true
    20. filestore min sync interval = 10
    21. filestore max sync interval = 15
    22. filestore queue max ops = 25000
    23. filestore queue max bytes = 10485760
    24. filestore queue committing max ops = 5000
    25. filestore queue committing max bytes = 10485760000
    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. osd max write size = 512
    31. osd client message size cap = 2147483648
    32. osd deep scrub stride = 131072
    33. osd op threads = 8
    34. osd disk threads = 4
    35. osd map cache size = 1024
    36. osd map cache bl size = 128
    37. osd mount options xfs = "rw,noexec,nodev,noatime,nodiratime,nobarrier"
    38. osd recovery op priority = 4
    39. osd recovery max active = 10
    40. osd max backfills = 4
    41. [client]
    42. rbd cache = true
    43. rbd cache size = 268435456
    44. rbd cache max dirty = 134217728
    45. rbd cache max dirty age = 5