Skip to content

Instantly share code, notes, and snippets.

/-

Created June 29, 2016 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/141fc0630bec34c4c4cef8c79c389585 to your computer and use it in GitHub Desktop.
Save anonymous/141fc0630bec34c4c4cef8c79c389585 to your computer and use it in GitHub Desktop.
[global]
rbd_default_features = 3
fsid = 96557a27-26e8-4283-8347-923959317541
mon_initial_members = ceph00, ceph01, ceph02
mon_host = 10.10.16.10,10.10.16.11,10.10.16.12
auth_cluster_required = cephx
auth_service_required = cephx
auth_client_required = cephx
public network = 10.10.16.0/22
cluster network = 192.168.10.0/24
filestore max sync interval = 5
filestore journal parallel = true
[mon]
mon osd full ratio = .80
mon osd nearfull ratio = .70
[osd]
osd find best info ignore history les = 1
osd pool default size = 2
osd mount options xfs = rw, noatime, inode64, logbufs=8
osd mkfs options xfs = -f -d agcount=24
osd journal size = 10000
osd pool default size = 3
osd pool default min size = 2
osd pool default pg num = 128
osd pool default pgp num = 128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment