From: Tamil Muthamizhan Date: Fri, 22 Apr 2016 22:25:46 +0000 (-0400) Subject: Signed-off-by: Tamil Muthamizhan X-Git-Tag: v10.2.01~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77fdbf1747d73fd809607efd3325cc38b2fbafc0;p=ceph.git Signed-off-by: Tamil Muthamizhan renamed the workunit and test to reflect reality and for better clarity (cherry picked from commit 0fd358b877c611bf67c94b4a2dacbe65e17deae9) --- diff --git a/qa/workunits/ceph-tests/ceph-admin-commands.sh b/qa/workunits/ceph-tests/ceph-admin-commands.sh new file mode 100755 index 00000000000..30e74cce5b5 --- /dev/null +++ b/qa/workunits/ceph-tests/ceph-admin-commands.sh @@ -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