remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / ceph-tests / ceph-admin-commands.sh
diff --git a/src/ceph/qa/workunits/ceph-tests/ceph-admin-commands.sh b/src/ceph/qa/workunits/ceph-tests/ceph-admin-commands.sh
deleted file mode 100755 (executable)
index 4d850c3..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-#check ceph health
-ceph -s
-#list pools
-rados lspools
-#lisr rbd images
-ceph osd pool create rbd 128 128
-rbd ls
-#check that the monitors work
-ceph osd set nodown
-ceph osd unset nodown
-
-exit 0