]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_ceph_daemon.sh: test deploy mds too
authorSage Weil <sage@redhat.com>
Fri, 27 Sep 2019 19:56:43 +0000 (14:56 -0500)
committerSage Weil <sage@redhat.com>
Wed, 2 Oct 2019 12:11:12 +0000 (07:11 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
test_ceph_daemon.sh

index 701319911e5becb4418f88b3f0a3bd337dafe983..126da073b41dd3059d90a2e30a47506af612db17 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash -ex
 
-fsid=0a464092-dfd0-11e9-b903-002590e526e8
+fsid=2a833e3f-53e4-49a7-a7a0-bd89d193ab62
 
 ../src/ceph-daemon rm-cluster --fsid $fsid --force
 
@@ -36,5 +36,17 @@ bin/ceph -c c -k k auth get-or-create mgr.y \
                   --keyring k-mgr.y \
                   --config c
 
+# mds.{k,j}
+for id in k j; do
+    bin/ceph -c c -k k auth get-or-create mds.$id \
+            mon 'allow profile mds' \
+            mgr 'allow profile mds' \
+            osd 'allow *' \
+            mds 'allow *' > k-mds.$id
+    ../src/ceph-daemon deploy --name mds.$id \
+                      --fsid $fsid \
+                      --keyring k-mds.$id \
+                      --config c
+done
 
 bin/ceph -c c -k k -s