From: Tamil Muthamizhan Date: Fri, 22 Apr 2016 22:25:46 +0000 (-0400) Subject: Signed-off-by: Tamil Muthamizhan X-Git-Tag: v11.0.0~856^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8710%2Fhead;p=ceph.git Signed-off-by: Tamil Muthamizhan renamed the workunit and test to reflect reality and for better clarity --- 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 000000000000..30e74cce5b56 --- /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