Skip to content

Commit

Permalink
Merge branch 'fio_client_server_doc_fix' of https://github.com/pcpart…
Browse files Browse the repository at this point in the history
…picker/fio

* 'fio_client_server_doc_fix' of https://github.com/pcpartpicker/fio:
  Update docs to clarify how to pass job options in client mode
  • Loading branch information
vincentkfu committed Sep 20, 2023
2 parents e2c5f17 + 702e3f3 commit a142e0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HOWTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5105,6 +5105,9 @@ is the connect string, and `remote-args` and `job file(s)` are sent to the
server. The `server` string follows the same format as it does on the server
side, to allow IP/hostname/socket and port strings.

Note that all job options must be defined in job files when running fio as a
client. Any job options specified in `remote-args` will be ignored.

Fio can connect to multiple servers this way::

fio --client=<server1> <job file(s)> --client=<server2> <job file(s)>
Expand Down
3 changes: 3 additions & 0 deletions fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -4838,6 +4838,9 @@ is the connect string, and `remote\-args' and `job file(s)' are sent to the
server. The `server' string follows the same format as it does on the server
side, to allow IP/hostname/socket and port strings.
.P
Note that all job options must be defined in job files when running fio as a
client. Any job options specified in `remote\-args' will be ignored.
.P
Fio can connect to multiple servers this way:
.RS
.P
Expand Down

0 comments on commit a142e0d

Please sign in to comment.