]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
authorTamil Muthamizhan <tmuthamizhan@MacBook-Air.local>
Wed, 27 Apr 2016 00:34:52 +0000 (17:34 -0700)
committerTamil Muthamizhan <tmuthamizhan@MacBook-Air.local>
Wed, 27 Apr 2016 00:34:52 +0000 (17:34 -0700)
s/ceph-deploy/ceph-tests, hence removing ceph-deploy folder

qa/workunits/ceph-deploy/ceph-deploy_hello_world.sh [deleted file]

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 (executable)
index 30e74cc..0000000
+++ /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