Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not use --client and --remote-config at the same time #1688

Open
1 task done
huynp1999 opened this issue Dec 15, 2023 · 1 comment
Open
1 task done

Can not use --client and --remote-config at the same time #1688

huynp1999 opened this issue Dec 15, 2023 · 1 comment

Comments

@huynp1999
Copy link

Please acknowledge the following before creating a ticket

Description of the bug:
Can not use --client and --remote-config at the same time. Fio only runs on the last host of host file.

Environment: Ubuntu 20.04.4

fio version: fio-3.16

Reproduction steps
Setup:

  • Client host: I have a host-file contains address of 2 servers:
192.168.1.10
192.168.1.11
  • Server host: I have a /home/huynnp/fio.job file on each server:
[global]
bs=4K
iodepth=128
direct=1
ioengine=libaio
group_reporting
time_based
runtime=500
name=rand-write
rw=randwrite

[job1]
filename=/dev/drbd100x

Execute fio on the client host:

fio --client hosts --remote-config /home/huynnp/fio.job

Above command will only run on the last host of host-file, which is 192.168.1.11.

@huynp1999
Copy link
Author

I'm trying to find an alternative way, but it does not seem to work:

...
[job1]
filename=/dev/drbd1000
client=192.168.1.10

[job2]
filename=/dev/drbd1001
client=192.168.1.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant