2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Add [options] and -c description to nodeshell and nodemedia man

This commit is contained in:
Amanda Duffy 2018-02-23 14:26:40 -05:00
parent ff0ab4086a
commit 4cc80f6c40
2 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,7 @@ nodemedia(8) -- Manage server remote media
## SYNOPSIS
`nodemedia <noderange> [attach|detachall|list|upload] <media>`
`nodemedia <noderange> [attach|detachall|list|upload] [options] <media>`
## DESCRIPTION
@ -31,6 +31,11 @@ BMCs map a virtual USB device to that url. Content is loaded on demand, and
as such that URL is referenced potentially once for every IO operation that
the host platform attempts.
## OPTIONS
* `-c`:
Specify the maximum number of instances to run concurrently.
## EXAMPLES
* Listing currently mounted media:
`# nodemedia s1-s4 list`

View File

@ -3,7 +3,7 @@ nodeshell(8) -- Execute command on many nodes in a noderange through ssh
## SYNOPSIS
`nodeshell <noderange> <command to execute on each node>`
`nodeshell <noderange> [options] <command to execute on each node>`
## DESCRIPTION
@ -12,6 +12,11 @@ accepts and interpolates confluent attribute expressions as documented in
nodeattribexpressions(5). `nodeshell` provides stdout as stdout and stderr
as stderr, unlike psh which combines all stdout and stderr into stdout.
## OPTIONS
* `-c`:
Specify the maximum number of instances to run concurrently.
## EXAMPLES
* Running `echo hi` on for nodes: