Skip to content
Snippets Groups Projects
Commit 253ba78f authored by Raiford Storey's avatar Raiford Storey Committed by Iustin Pop
Browse files

Improve the description of node flags in man page


[iustin@google.com: slightly reworded the explanation for offline and
changed the commit message]
Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 7b3ac94d
No related branches found
No related tags found
No related merge requests found
......@@ -414,13 +414,18 @@
<varlistentry>
<term>drained</term>
<listitem>
<simpara>whether the node is drained or not</simpara>
<simpara>whether the node is drained or not; the cluster
still communicates with drained nodes but excludes them
from allocation operations</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>offline</term>
<listitem>
<simpara>whether the node is offline or not</simpara>
<simpara>whether the node is offline or not; if offline,
the cluster does not communicate with offline nodes;
useful for nodes that are not reachable in order to
avoid delays</simpara>
</listitem>
</varlistentry>
<varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment