Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [global]
  2. fsid = 9408202f-c63f-42a1-9431-217147c64e01
  3. mon_initial_members = n1
  4. mon_host = 10.20.20.11
  5. auth_cluster_required = cephx
  6. auth_service_required = cephx
  7. auth_client_required = cephx
  8. osd_pool_default_size = 2
  9. public_network = 10.20.20.0/24
  10.  
  11. [mon]
  12. mon osd min down reports = 3
  13. mon osd min down reporters = 2
  14. mon osd adjust heartbeat grace = false
  15. mon osd adjust down out interval = false
  16. mon osd report timeout = 4
  17.  
  18.  
  19. [osd]
  20. osd heartbeat interval = 1
  21. osd mon heartbeat interval = 1
  22. osd mon report interval min = 1
  23. osd mon report interval max = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement