diff --git a/confluent_client/bin/nodestorage b/confluent_client/bin/nodestorage index 862417e1..8b4e0aeb 100644 --- a/confluent_client/bin/nodestorage +++ b/confluent_client/bin/nodestorage @@ -186,7 +186,7 @@ funmap = { def main(): argparser = OptParser( - usage='Usage: %prog [show|create|delete|diskset]', + usage='Usage: %prog [show|create|delete|diskset] [hotspare|jbod|unconfigured]', epilog='', ) argparser.add_option('-r', '--raidlevel', type='int', diff --git a/confluent_client/doc/man/nodestorage.ronn b/confluent_client/doc/man/nodestorage.ronn index 0bb1bee6..fcadb9d4 100644 --- a/confluent_client/doc/man/nodestorage.ronn +++ b/confluent_client/doc/man/nodestorage.ronn @@ -3,12 +3,15 @@ nodestorage(8) -- Examine/Modify storage configuration of a node ## SYNOPSIS -`nodestorage [show|create|delete] [options]` +`nodestorage [show|create|delete|diskset] [options] [hotspare|jbod|unconfigured]` ## DESCRIPTION `nodestorage` provides access to the remote storage configuration of -the noderange. +the noderange. The `show` subcommand will show current storage configuration, +`create` can be used to create new arrays or volumes, `delete` can be used to +remove volumes and arrays, and `diskset` can modify the usage of disks +indicated by `-d` to either be `unconfigured`, `jbod`, or `hotspare`. ## OPTIONS * `-r` **RAIDLEVEL**, `--raidlevel`=**RAIDLEVEL**: