mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
6d88dbb374
Several commands did not yet have man pages, address this documentation issue.
26 lines
532 B
Markdown
26 lines
532 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.
|
|
|
|
|
|
## 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`
|
|
|