memory consumptions limitsa
This commit is contained in:
2073
ceph-deploy-ceph.log
2073
ceph-deploy-ceph.log
File diff suppressed because it is too large
Load Diff
35
ceph.conf
35
ceph.conf
@@ -1,8 +1,9 @@
|
|||||||
[global]
|
[global]
|
||||||
fsid = 29ef4020-303a-4b2e-aa24-a1e20e5ba21c
|
fsid = 29ef4020-303a-4b2e-aa24-a1e20e5ba21c
|
||||||
#ms_bind_ipv6 = true
|
#ms_bind_ipv6 = true
|
||||||
mon_initial_members = pine01, pine02
|
mon_initial_members = pine01, pine02, pine03
|
||||||
mon_host = 192.168.10.160, 192.168.10.161
|
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_cluster_required = cephx
|
||||||
auth_service_required = cephx
|
auth_service_required = cephx
|
||||||
auth_client_required = cephx
|
auth_client_required = cephx
|
||||||
@@ -12,16 +13,24 @@ osd pool default pg num = 8
|
|||||||
osd pool default pgp num = 8
|
osd pool default pgp num = 8
|
||||||
osd pool default size = 2 # Write an object 3 times.
|
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 pool default min size = 1 # Allow writing two copies in a degraded state.
|
||||||
osd max backfills = 2
|
osd max backfills = 1
|
||||||
|
#50mb / 5mb / 64mb
|
||||||
|
osd_memory_target = 536870912 #512Mb
|
||||||
|
bluestore_cache_autotune = false
|
||||||
|
bluestore_cache_size = 52428800
|
||||||
|
bluestore_cache_size_hdd = 5242880
|
||||||
|
bluestore_cache_size_ssd = 5242880
|
||||||
|
bluestore_cache_kv_max = 67108864
|
||||||
|
|
||||||
[mon.pine01]
|
|
||||||
host = pine01
|
|
||||||
address = 192.168.10.160:6789
|
|
||||||
|
|
||||||
[mon.pine02]
|
#[mon.pine01]
|
||||||
host = pine02
|
# host = pine01
|
||||||
address = 192.168.10.161:6789
|
# address = 192.168.10.160:6789
|
||||||
|
#
|
||||||
[mon.riot01]
|
#[mon.pine02]
|
||||||
host = riot01
|
# host = pine02
|
||||||
address = 192.168.10.164:6789
|
# address = 192.168.10.161:6789
|
||||||
|
#
|
||||||
|
#[mon.riot01]
|
||||||
|
# host = riot01
|
||||||
|
# address = 192.168.10.164:6789
|
||||||
|
|||||||
Reference in New Issue
Block a user