From 0fd358b877c611bf67c94b4a2dacbe65e17deae9 Mon Sep 17 00:00:00 2001 From: Tamil Muthamizhan Date: Fri, 22 Apr 2016 18:25:46 -0400 Subject: [PATCH] Signed-off-by: Tamil Muthamizhan renamed the workunit and test to reflect reality and for better clarity --- qa/workunits/ceph-tests/ceph-admin-commands.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 qa/workunits/ceph-tests/ceph-admin-commands.sh 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 -- 2.47.3