]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
authorTamil Muthamizhan <tamil@magna002.ceph.redhat.com>
Fri, 22 Apr 2016 22:25:46 +0000 (18:25 -0400)
committerYuri Weinstein <yweinste@redhat.com>
Mon, 25 Apr 2016 17:48:58 +0000 (10:48 -0700)
  renamed the workunit and test to reflect reality and for better clarity

(cherry picked from commit 0fd358b877c611bf67c94b4a2dacbe65e17deae9)

qa/workunits/ceph-tests/ceph-admin-commands.sh [new file with mode: 0755]

diff --git a/qa/workunits/ceph-tests/ceph-admin-commands.sh b/qa/workunits/ceph-tests/ceph-admin-commands.sh
new file mode 100755 (executable)
index 0000000..30e74cc
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+#check ceph health
+ceph -s
+#list pools
+rados lspools
+#lisr rbd images
+rbd ls
+#check that the monitors work
+ceph osd set nodown
+ceph osd unset nodown
+
+exit 0