run a bench
This commit is contained in:
71
ceph.conf
71
ceph.conf
@@ -1,52 +1,21 @@
|
||||
[global]
|
||||
fsid = f33952a3-e074-458b-9ce8-e0e035a2f8c4
|
||||
log to file = false
|
||||
#ms_bind_ipv6 = true
|
||||
mon_initial_members = pine01, pine02
|
||||
mon_host = [v2:192.168.10.160:3300,v1:192.168.10.160:6789], [v2:192.168.10.161:3300,v1:192.168.10.161:6789]
|
||||
#mon_initial_members = pine01, pine02, pine03
|
||||
#mon_host = [v2:192.168.10.160:3300,v1:192.168.10.160:6789], [v2:192.168.10.161:3300,v1:192.168.10.161:6789], [v2:192.168.10.19:3300,v1:192.168.10.19:6789]
|
||||
auth_cluster_required = cephx
|
||||
auth_service_required = cephx
|
||||
auth_client_required = cephx
|
||||
#auth cluster required = none
|
||||
#auth service required = none
|
||||
#auth client required = none
|
||||
public network = 192.168.10.0/24
|
||||
cluster network = 10.255.255.0/27
|
||||
osd pool default pg num = 8
|
||||
osd pool default pgp num = 8
|
||||
osd pool default size = 2 # Write an object 3 times.
|
||||
osd pool default min size = 1 # Allow writing two copies in a degraded state.
|
||||
osd max backfills = 1
|
||||
mon pg warn min per osd = 10
|
||||
#50mb / 5mb / 64mb
|
||||
mon memory target = 1073741824
|
||||
mon_osd_cache_size_min = 134217728 #default 128Mb
|
||||
osd_memory_target = 134217728 #128 Mb/ 5 sata ports
|
||||
osd_memory_base = 134217728 #128 Mb/ 5 sata ports
|
||||
osd_memory_cache_min = 67108864 #64Mb
|
||||
bluestore_cache_autotune = true
|
||||
bluestore_cache_size = 52428800
|
||||
bluestore_cache_size_hdd = 5242880
|
||||
bluestore_cache_size_ssd = 5242880
|
||||
#bluestore_cache_kv_max = 67108864
|
||||
#rocksdb_cache_size = 5242880
|
||||
|
||||
#LOGGING off
|
||||
#debug ms = 0/0
|
||||
#
|
||||
#[mon]
|
||||
# debug mon = 0/0
|
||||
# debug paxos = 0/0
|
||||
# debug auth = 0/0
|
||||
#
|
||||
#[osd]
|
||||
# debug osd = 0/0
|
||||
# debug filestore = 0/0
|
||||
# debug journal = 0
|
||||
# debug monc = 0/0
|
||||
#
|
||||
#[mds]
|
||||
# debug mds = 0
|
||||
# debug mds balancer = 0
|
||||
[global]
|
||||
debug_ms = 1/1
|
||||
fsid = f33952a3-e074-458b-9ce8-e0e035a2f8c4
|
||||
mon_host = [v2:192.168.10.160:3300,v1:192.168.10.160:6789], [v2:192.168.10.161:3300,v1:192.168.10.161:6789]
|
||||
mon_initial_members = pine01, pine02
|
||||
|
||||
[mds]
|
||||
debug_mds = 1
|
||||
debug_mds_balancer = 1
|
||||
|
||||
[mon]
|
||||
debug_auth = 1/1
|
||||
debug_mon = 1/1
|
||||
debug_paxos = 1/1
|
||||
|
||||
[osd]
|
||||
debug_filestore = 1/1
|
||||
debug_journal = 1
|
||||
debug_monc = 1/1
|
||||
debug_osd = 1/1
|
||||
|
||||
Reference in New Issue
Block a user