X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Fworkunits%2Frbd%2Fkrbd_fallocate.sh;fp=src%2Fceph%2Fqa%2Fworkunits%2Frbd%2Fkrbd_fallocate.sh;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=05fc8a98c6409d45aed24c437bb4ebe728651316;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/qa/workunits/rbd/krbd_fallocate.sh b/src/ceph/qa/workunits/rbd/krbd_fallocate.sh deleted file mode 100755 index 05fc8a9..0000000 --- a/src/ceph/qa/workunits/rbd/krbd_fallocate.sh +++ /dev/null @@ -1,124 +0,0 @@ -#!/bin/bash - -# This documents the state of things as of 4.12-rc4. -# -# - fallocate -z deallocates because BLKDEV_ZERO_NOUNMAP hint is ignored by -# krbd -# -# - unaligned fallocate -z/-p appear to not deallocate -- see caveat #2 in -# linux.git commit 6ac56951dc10 ("rbd: implement REQ_OP_WRITE_ZEROES") - -set -ex - -# no blkdiscard(8) in trusty -function py_blkdiscard() { - local offset=$1 - - python <