Skip to content

Commit ec62a8b

Browse files
committed
doc: document flux-dump's new --maxreqs option
Problem: The new --maxreqs option in flux-dump is not documented. Add it to flux-dump(1).
1 parent 298e057 commit ec62a8b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/man1/flux-dump.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ OPTIONS
7676
store. This may be slightly faster, depending on how frequently the same
7777
content blobs are referenced by multiple keys.
7878

79+
.. option:: --maxreqs=N
80+
81+
Speed up :program:`flux-dump` by increasing the number of
82+
concurrent lookup requests that can be made. When the dump is
83+
large, this could create a heavy burden on the KVS and should not
84+
be used unless the system is quiescent or it is an emergency.
85+
Defaults to 2.
86+
7987
.. option:: --ignore-failed-read
8088

8189
If KVS metadata is encountered that references nonexistent blobrefs

doc/test/spell.en.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,3 +1007,4 @@ cpusets
10071007
sproc
10081008
testsuite
10091009
sharness
1010+
maxreqs

0 commit comments

Comments
 (0)