mirror of
https://github.com/ceph/ceph
synced 2025-02-03 17:03:51 +00:00
311a450163
Otherwise a pre-single-major kernel override is a headache, particularly with non-standard yaml configs. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
13 lines
303 B
YAML
13 lines
303 B
YAML
# fixed-1.yaml, but with client.0 on a separate target
|
|
overrides:
|
|
ceph-deploy:
|
|
conf:
|
|
global:
|
|
osd pool default size: 2
|
|
osd crush chooseleaf type: 0
|
|
osd pool default pg num: 128
|
|
osd pool default pgp num: 128
|
|
roles:
|
|
- [mon.a, osd.0, osd.1, osd.2]
|
|
- [client.0]
|