mirror of
https://github.com/ceph/ceph
synced 2025-02-09 03:49:38 +00:00
Otherwise we get this error: 2020-10-30T03:57:44.256 INFO:teuthology.run_tasks:Running task exec... 2020-10-30T03:57:44.265 INFO:teuthology.task.exec:Executing custom commands... 2020-10-30T03:57:44.266 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi095.front.sepia.ceph.com 2020-10-30T03:57:44.266 INFO:teuthology.orchestra.run.smithi095:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd $TESTDIR/mnt.* && dd if=/dev/zero of=./foo count=100' 2020-10-30T03:57:44.380 INFO:teuthology.orchestra.run.smithi095.stderr:bash: line 0: cd: too many arguments From: /ceph/teuthology-archive/pdonnell-2020-10-30_02:26:51-fs-master-distro-basic-smithi/5573179/teuthology.log Fixes: https://tracker.ceph.com/issues/23718 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
15 lines
344 B
YAML
15 lines
344 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
ms_inject_delay_probability: 1
|
|
ms_inject_delay_type: osd
|
|
ms_inject_delay_max: 5
|
|
client_oc_max_dirty_age: 1
|
|
tasks:
|
|
- exec:
|
|
client.0:
|
|
- cd $TESTDIR/mnt.0 && dd if=/dev/zero of=./foo count=100
|
|
- sleep 2
|
|
- cd $TESTDIR/mnt.0 && truncate --size 0 ./foo
|