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:
Ilya Dryomov 2016-09-02 20:41:58 +02:00
parent cda292c9d6
commit 311a450163
2 changed files with 12 additions and 1 deletions

View File

@ -1 +0,0 @@
../../../../clusters/fixed-1.yaml

View 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]