Skip to content

Instantly share code, notes, and snippets.

@paul-stratoscale
Created June 28, 2016 20:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save paul-stratoscale/4f8c6ed9d56fab0ade21b84b6debe7d4 to your computer and use it in GitHub Desktop.
Save paul-stratoscale/4f8c6ed9d56fab0ade21b84b6debe7d4 to your computer and use it in GitHub Desktop.
/etc/ceph/ceph.conf
[global]
fsid = 9d7bcefd-8073-4b50-82c6-b874865539d9
mon_initial_members = node-3
mon_host = 192.168.1.1
auth_cluster_required = cephx
auth_service_required = cephx
auth_client_required = cephx
filestore_xattr_use_omap = true
log_to_syslog_level = info
log_to_syslog = True
osd_pool_default_size = 2
osd_pool_default_min_size = 1
osd_pool_default_pg_num = 64
public_network = 192.168.1.0/24
log_to_syslog_facility = LOG_LOCAL0
osd_journal_size = 2048
auth_supported = cephx
osd_pool_default_pgp_num = 64
osd_mkfs_type = xfs
cluster_network = 192.168.1.0/24
osd_recovery_max_active = 1
osd_max_backfills = 1
mon_pg_warn_max_per_osd = 0
[client]
rbd_cache_writethrough_until_flush = True
rbd_cache = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment