diff --git a/ceph.conf b/ceph.conf index d6ca1fe..015b4d4 100644 --- a/ceph.conf +++ b/ceph.conf @@ -1,8 +1,10 @@ [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 +#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 @@ -13,7 +15,7 @@ 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 -osd max backfill scan max = 128 +#osd max backfill scan max = 128 #50mb / 5mb / 64mb mon_osd_cache_size_min = 134217728 #default 128Mb osd_memory_target = 134217728 #128 Mb/ 5 sata ports @@ -24,4 +26,20 @@ bluestore_cache_size = 52428800 bluestore_cache_size_hdd = 5242880 bluestore_cache_size_ssd = 5242880 #bluestore_cache_kv_max = 67108864 -rocksdb_cache_size = 5242880 +#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