Skip to content

Commit

Permalink
Update fio version from 2.2.9 to 2.2.11
Browse files Browse the repository at this point in the history
Also removes fio-version option from yaml since its redundant and if required can be specified in
overrides

Signed-off-by: Vasu Kulkarni <[email protected]>
  • Loading branch information
vasukulkarni committed Nov 10, 2015
1 parent cf6ddc8 commit 5ba70c8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion suites/krbd/rbd/tasks/rbd_fio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ tasks:
- ceph: null
- rbd_fio:
client.0:
fio-version: 2.2.9
fio-io-size: 90%
formats: [2]
features: [[layering],[striping]]
Expand Down
1 change: 0 additions & 1 deletion suites/krbd/thrash/workloads/rbd_fio.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tasks:
- rbd_fio:
client.0:
fio-version: 2.2.9
fio-io-size: 90%
formats: [2]
features: [[layering],[striping]]
Expand Down
1 change: 0 additions & 1 deletion suites/rbd/librbd/workloads/rbd_fio.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tasks:
- rbd_fio:
client.0:
fio-version: 2.2.9
fio-io-size: 80%
formats: [2]
features: [[layering],[layering,exclusive-lock,object-map]]
Expand Down
2 changes: 1 addition & 1 deletion tasks/rbd_fio.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run_fio(remote, config, rbd_test_dir):

formats=[1,2]
features=[['layering'],['striping'],['exclusive-lock','object-map']]
fio_version='2.2.9'
fio_version='2.2.11'
if config.get('formats'):
formats=config['formats']
if config.get('features'):
Expand Down

0 comments on commit 5ba70c8

Please sign in to comment.