Skip to content

Commit

Permalink
doc: document undrain -f, --force option in flux-resource(1)
Browse files Browse the repository at this point in the history
Problem: The `flux resource undrain` `--force` option is undocumented.

Add it to the flux-resource(1) man page.
  • Loading branch information
grondo committed Sep 26, 2024
1 parent c0b0684 commit 2a40dc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/man1/flux-resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SYNOPSIS
| **flux** **resource** **drain** [*-n*] [*-o* *FORMAT*] [*-i* *TARGETS*]
| **flux** **resource** **drain** [*-f*] [*-u*] [*targets*] [*reason*]
| **flux** **resource** **undrain** *targets*
| **flux** **resource** **undrain** [*-f*] *targets*
| **flux** **resource** **reload** [-f] [--xml] *path*
Expand Down Expand Up @@ -313,6 +313,10 @@ Undrain the nodes specified by the *targets* argument (IDSET or HOSTLIST).

This command is restricted to the Flux instance owner.

.. option:: -f, --force

Do not fail if any of the *targets* are not drained.

reload
------

Expand Down

0 comments on commit 2a40dc7

Please sign in to comment.