Skip to content

Commit

Permalink
Update fio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Sep 13, 2024
1 parent d401259 commit d9fefcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisa/tools/fio.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,10 @@ def _get_command( # noqa: C901
verify_dump: bool = False,
verify_fatal: bool = False,
verify: str = "",
ioengine: IoEngine = IoEngine.NONE,
ioengine: IoEngine = IoEngine.LIBAIO,
) -> str:
if isinstance(self.node.os, BSD):
ioengine = IoEngine.POSIXAIO
elif ioengine == IoEngine.NONE:
ioengine = IoEngine.LIBAIO

cmd = (
f"--ioengine={ioengine.value} --filename={filename} "
Expand Down

0 comments on commit d9fefcf

Please sign in to comment.