blob: 76bee411c432d26576e38594691645fb308901b0 (
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
|
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:
- 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:
set_heap_property tcmalloc.max_total_thread_cache_bytes 67108864:
set_heap_property tcmalloc.max_total_thread_cache_bytes 33554432:
|