alohamora

ceph-conf

May 30th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [global]
  2. osd_pool_default_pgp_num = 4096
  3. auth_service_required = cephx
  4. auth_client_required = cephx
  5. osd_pool_default_pg_num = 4096
  6. auth_cluster_required = cephx
  7. public_network = 192.168.100.0/24
  8. cluster_network = 192.168.1.0/24
  9. #log_file = /ceph/pocfe1-ib/log/ceph/$cluster-$name.log
  10. fsid = 009d3518-e60d-4f74-a26d-c08c1976263c
  11.  
  12. [mon]
  13. debut_mon = 5
  14. mon_addr = 192.168.100.101,192.168.100.110,192.168.100.114
  15. mon_host = storage0101-ib,storage0110-ib,storage0114-ib
  16. mon_clock_drift_allowed = 0.15
  17. mon_initial_members = storage0101-ib
  18. mon_clock_drift_warn_backoff = 30
  19.  
  20. [mon.storage0114-ib]
  21. mon_addr = 192.168.100.114:6789
  22. host = storage0114-ib
  23.  
  24. [mon.storage0110-ib]
  25. mon_addr = 192.168.100.110:6789
  26. host = storage0110-ib
  27.  
  28. [mon.storage0101-ib]
  29. mon_addr = 192.168.100.101:6789
  30. host = storage0101-ib
  31.  
  32. [client.radosgw.gateway]
  33. keyring = /etc/ceph/ceph.client.radosgw.keyring
  34. host = pocfe1-ib
  35. rgw_print_continue = false
  36. log_file = /var/log/ceph/client.radosgw.gateway.log
  37. rgw_socket_path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
  38. rgw ops log rados = true
  39. rgw enable ops log = true
  40.  
  41. [osd]
  42. osd_pool_default_crush_rule = 0
  43. osd_pool_default_size = 2
  44. osd_pool_default_min_size = 1
  45. debug_osd = 20
  46. osd_mkfs_type = xfs
  47. osd_journal_size = 2048
Advertisement
Add Comment
Please, Sign In to add comment