blob: 0d88e6f2a38712949571e088618df96f98fb21b7 (
plain)
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
|
roles:
- - mon.a
- mgr.x
- osd.0
- osd.1
- client.a
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
tasks:
- install:
- ceph:
log-ignorelist:
- \(POOL_APP_NOT_ENABLED\)
- admin_socket:
osd.0:
version:
git_version:
help:
config show:
config help:
config set bluestore_csum_type xxhash64:
perf dump:
perf schema:
get_heap_property tcmalloc.max_total_thread_cache_byte || dump_metrics memory:
set_heap_property tcmalloc.max_total_thread_cache_bytes 67108864 || dump_metrics memory:
set_heap_property tcmalloc.max_total_thread_cache_bytes 33554432 || dump_metrics memory:
|