]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fs: move into the ceph-fuse mount before doing a test
authorGreg Farnum <gfarnum@redhat.com>
Tue, 27 Jan 2015 22:50:29 +0000 (14:50 -0800)
committerGreg Farnum <gfarnum@redhat.com>
Tue, 27 Jan 2015 23:00:06 +0000 (15:00 -0800)
Fixes: #10465
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
suites/fs/basic/tasks/cfuse_workunit_suites_truncate_delay.yaml

index f3efafa2e9dadaf7307f7032591fc7450e4e13a2..681b667a1d6972a53dae0130071d63693d4c1bec 100644 (file)
@@ -10,6 +10,7 @@ tasks:
 - ceph-fuse:
 - exec:
     client.0:
+      - cd $TESTDIR/mnt.*
       - dd if=/dev/zero of=./foo count=100
       - sleep 2
       - truncate --size 0 ./foo