]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_ceph_daemon.sh: stupid test script
authorSage Weil <sage@redhat.com>
Thu, 26 Sep 2019 21:46:49 +0000 (16:46 -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 [new file with mode: 0755]

diff --git a/test_ceph_daemon.sh b/test_ceph_daemon.sh
new file mode 100755 (executable)
index 0000000..705aa8c
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/bash -ex
+
+fsid=0a464092-dfd0-11e9-b903-002590e526e8
+
+for f in `podman ps | awk '{print $1}' | grep -v CONT ` ; do podman kill $f ; done
+for f in `systemctl | grep ceph | awk '{print $1}'` ; do systemctl stop $f ; systemctl disable $f ; done
+
+rm -rf /var/lib/ceph/$fsid/*
+rm -rf /var/log/ceph/$fsid/*
+
+../src/ceph-daemon bootstrap \
+                  --fsid $fsid \
+                  --mon-ip 10.3.64.23 \
+                  --output-keyring k \
+                  --output-conf c
+chmod 644 k c
+
+bin/ceph -c c -k k -s