mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
krbd/unmap: put client.0 on a separate remote
Otherwise a pre-single-major kernel override is a headache, particularly with non-standard yaml configs. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
cda292c9d6
commit
311a450163
@ -1 +0,0 @@
|
||||
../../../../clusters/fixed-1.yaml
|
12
suites/krbd/unmap/clusters/separate-client.yaml
Normal file
12
suites/krbd/unmap/clusters/separate-client.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# 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]
|
Loading…
Reference in New Issue
Block a user