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: #10861 Backport: hammer, giant, firefly, dumpling Signed-off-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
parent
62f1d8d5db
commit
8aeacaa59f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user