From 2a40dc7005f887420cb45e40dbd0573bc9871a87 Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Thu, 26 Sep 2024 03:09:45 +0000 Subject: [PATCH] doc: document undrain -f, --force option in flux-resource(1) Problem: The `flux resource undrain` `--force` option is undocumented. Add it to the flux-resource(1) man page. --- doc/man1/flux-resource.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man1/flux-resource.rst b/doc/man1/flux-resource.rst index 0806e323a51c..c9475e311332 100644 --- a/doc/man1/flux-resource.rst +++ b/doc/man1/flux-resource.rst @@ -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* @@ -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 ------