From: Tamil Muthamizhan Date: Tue, 26 Apr 2016 23:13:28 +0000 (-0700) Subject: Signed-off-by: Tamil Muthamizhan X-Git-Tag: v11.0.0~814 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cafe8825ecccc3be5e97a676d1c8429484277334;p=ceph.git Signed-off-by: Tamil Muthamizhan removed ceph-deploy folder, as its been already replaced with ceph-tests. --- 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 30e74cce5b5..00000000000 --- 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