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

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