From: Ilya Dryomov Date: Fri, 2 Sep 2016 18:41:58 +0000 (+0200) Subject: krbd/unmap: put client.0 on a separate remote X-Git-Tag: v11.1.1~58^2^2~112^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=311a450163cf31d26cdd585faf8e306b19731bb1;p=ceph.git 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 --- diff --git a/suites/krbd/unmap/clusters/fixed-1.yaml b/suites/krbd/unmap/clusters/fixed-1.yaml deleted file mode 120000 index 435ea3c7546..00000000000 --- a/suites/krbd/unmap/clusters/fixed-1.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file diff --git a/suites/krbd/unmap/clusters/separate-client.yaml b/suites/krbd/unmap/clusters/separate-client.yaml new file mode 100644 index 00000000000..d4bd8f71ff9 --- /dev/null +++ b/suites/krbd/unmap/clusters/separate-client.yaml @@ -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]