From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- src/ceph/qa/workunits/direct_io/big.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 src/ceph/qa/workunits/direct_io/big.sh (limited to 'src/ceph/qa/workunits/direct_io/big.sh') diff --git a/src/ceph/qa/workunits/direct_io/big.sh b/src/ceph/qa/workunits/direct_io/big.sh deleted file mode 100755 index 43bd6d7..0000000 --- a/src/ceph/qa/workunits/direct_io/big.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -ex - -echo "test large (16MB) dio write" -dd if=/dev/zero of=foo.big bs=16M count=1 oflag=direct - -echo OK -- cgit 1.2.3-korg