forked from intel/virtual-storage-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cluster.manifest.vm
60 lines (49 loc) · 1.54 KB
/
.cluster.manifest.vm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[storage_class]
#7200_rpm_sata
10krpm_sas
#ssd_test
#ssd_cached_7200rpm_sata
#ssd_cached_10krpm_sas
#7200RPM_SATA_OBJECT
#7200RPM_SATA_BLOCK
[storage_group]
#format: [storage group name] [user friendly storage group name] [storage class]
performance High_Performance_Disk 10krpm_sas
#high_performance High_Performance_SSD ssd
#capacity Economy_Disk 7200_rpm_sata
#value_performance High_Performance_Disk_with_ssd_cached_Acceleration ssd_cached_10krpm_sas
#value_capacity Capacity_Disk_with_ssd_cached_Acceleration ssd_cached_7200rpm_sata
[cluster]
cluster_a
[file_system]
xfs
[management_addr]
192.168.123.0/24
[ceph_public_addr]
192.168.124.0/24
[ceph_cluster_addr]
192.168.125.0/24
[settings]
storage_group_near_full_threshold 65
storage_group_full_threshold 85
ceph_near_full_threshold 75
ceph_full_threshold 90
pg_count_factor 100
heartbeat_interval 10
osd_heartbeat_interval 12
osd_heartbeat_grace 40
[ec_profiles]
#format: [profile-name] [path-to-plugin] [plugin-name] [pg_num value] [json format key/value]
#the key/value strings should not have spaces
default_profile /usr/lib64/ceph/erasure-code jerasure 3 {"k":2,"m":1,"technique":"reed_sol_van"}
#profile_name2 /usr/lib64/ceph/erasure-code jerasure 6 {"k":4,"m":2,"technique":"reed_sol_van"}
[cache_tier_defaults]
ct_hit_set_count 1
ct_hit_set_period_s 3600
ct_target_max_mem_mb 1000000
ct_target_dirty_ratio 0.4
ct_target_full_ratio 0.8
ct_target_max_capacity_gb 1000
ct_target_max_objects 1000000
ct_target_min_flush_age_m 10
ct_target_min_evict_age_m 20