]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
krbd/unmap: put client.0 on a separate remote
authorIlya Dryomov <idryomov@gmail.com>
Fri, 2 Sep 2016 18:41:58 +0000 (20:41 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 3 Sep 2016 19:21:45 +0000 (21:21 +0200)
Otherwise a pre-single-major kernel override is a headache,
particularly with non-standard yaml configs.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
suites/krbd/unmap/clusters/fixed-1.yaml [deleted symlink]
suites/krbd/unmap/clusters/separate-client.yaml [new file with mode: 0644]

diff --git a/suites/krbd/unmap/clusters/fixed-1.yaml b/suites/krbd/unmap/clusters/fixed-1.yaml
deleted file mode 120000 (symlink)
index 435ea3c..0000000
+++ /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 (file)
index 0000000..d4bd8f7
--- /dev/null
@@ -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]