Skip to content

Commit 41dc3a3

Browse files
committed
doc: document rediscover option in flux-config-resource(5)
Problem: The resource.rediscover config key is not documented. Document it in flux-config-resource(5).
1 parent 610f962 commit 41dc3a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/man5/flux-config-resource.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ noverify
7575
(optional) If true, disable the draining of nodes when there is a
7676
discrepancy between configured resources and HWLOC-probed resources.
7777

78+
rediscover
79+
(optional) If true, force rediscovery of resources using HWLOC, rather
80+
then using the R and HWLOC XML from the enclosing instance.
81+
7882
Note that updates to the resource table are ignored until the next Flux
7983
restart.
8084

t/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ TESTSCRIPTS = \
179179
t2313-resource-acquire.t \
180180
t2314-resource-monitor.t \
181181
t2315-resource-system.t \
182-
t2315-resource-rediscover.t \
182+
t2316-resource-rediscover.t \
183183
t2350-resource-list.t \
184184
t2351-resource-status-input.t \
185185
t2352-resource-cmd-config.t \

0 commit comments

Comments
 (0)