disable debug
This commit is contained in:
43
ceph.conf
43
ceph.conf
@@ -1,13 +1,16 @@
|
||||
[global]
|
||||
fsid = f33952a3-e074-458b-9ce8-e0e035a2f8c4
|
||||
#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]
|
||||
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
|
||||
@@ -27,19 +30,21 @@ bluestore_cache_size_hdd = 5242880
|
||||
bluestore_cache_size_ssd = 5242880
|
||||
#bluestore_cache_kv_max = 67108864
|
||||
#rocksdb_cache_size = 5242880
|
||||
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
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user