2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-19 03:55:36 +00:00

Merge pull request #92 from aduffy19/nodeshellMan

Add [options] and -c description to nodeshell and nodemedia man
This commit is contained in:
Jarrod Johnson 2018-02-23 15:46:00 -05:00 committed by GitHub
commit 2e3cd53ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: