From: Tamil Muthamizhan Date: Wed, 27 Apr 2016 00:34:52 +0000 (-0700) Subject: Signed-off-by: Tamil Muthamizhan X-Git-Tag: v10.2.01~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96b3726d74cb7bbcacdd22e0ab0fe233e4c4d829;p=ceph.git Signed-off-by: Tamil Muthamizhan s/ceph-deploy/ceph-tests, hence removing ceph-deploy folder --- diff --git a/qa/workunits/ceph-deploy/ceph-deploy_hello_world.sh b/qa/workunits/ceph-deploy/ceph-deploy_hello_world.sh deleted file mode 100755 index 30e74cce5b56..000000000000 --- a/qa/workunits/ceph-deploy/ceph-deploy_hello_world.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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