2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-16 04:39:16 +00:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Jarrod Johnson 2018-02-26 15:49:54 -05:00
commit 74e34f874c
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: