1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

fs: fix up dd testing again

We need to change into the directory during the same shell session as we actually
run the dd...

Fixes: 

Backport: hammer, giant, firefly, dumpling

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
Greg Farnum 2015-03-20 17:09:02 -07:00
parent 62f1d8d5db
commit 8aeacaa59f

View File

@ -10,7 +10,6 @@ tasks:
- ceph-fuse:
- exec:
client.0:
- cd $TESTDIR/mnt.*
- dd if=/dev/zero of=./foo count=100
- cd $TESTDIR/mnt.* && dd if=/dev/zero of=./foo count=100
- sleep 2
- truncate --size 0 ./foo
- cd $TESTDIR/mnt.* && truncate --size 0 ./foo