another one bit the dust

This commit is contained in:
2020-03-18 18:06:52 +01:00
parent 18e16a967a
commit 37defb05be
9 changed files with 15 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
[global]
fsid = 2ad12020-b1fe-4b3d-aab7-c62a6e605bc1
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]
@@ -14,10 +14,13 @@ 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
#50mb / 5mb / 64mb
osd_memory_target = 268435456 #256Mb / 5 sata ports
bluestore_cache_autotune = false
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
#bluestore_cache_kv_max = 67108864
rocksdb_cache_size = 5242880