mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
279f622026
OPTIONS section has been updated to match the output from noderemove -h
31 lines
651 B
Markdown
31 lines
651 B
Markdown
noderemove(8) -- Remove nodes from the confluent management service
|
|
===================================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`noderemove <noderange>`
|
|
|
|
## DESCRIPTION
|
|
|
|
`noderemove` simply removes the given noderange from the confluent database.
|
|
|
|
## OPTIONS
|
|
|
|
* `-m`, `--maxnodes`:
|
|
Specify a maximum number of nodes to delete, prompting if over the
|
|
threshold
|
|
|
|
## EXAMPLES
|
|
|
|
* Remove two racks each with 4 nodes:
|
|
`# noderemove r1u1-r2u4`
|
|
`r1u4: deleted`
|
|
`r1u1: deleted`
|
|
`r1u2: deleted`
|
|
`r1u3: deleted`
|
|
`r2u4: deleted`
|
|
`r2u3: deleted`
|
|
`r2u2: deleted`
|
|
`r2u1: deleted`
|
|
|