diff --git a/confluent_client/bin/nodestorage b/confluent_client/bin/nodestorage index 8b4e0aeb..d892bc05 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] [hotspare|jbod|unconfigured]', + usage='Usage: %prog [show|create|delete|diskset] [hotspare|jbod|unconfigured] [options]', 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 fcadb9d4..8f89acc9 100644 --- a/confluent_client/doc/man/nodestorage.ronn +++ b/confluent_client/doc/man/nodestorage.ronn @@ -32,6 +32,15 @@ indicated by `-d` to either be `unconfigured`, `jbod`, or `hotspare`. volumes, or selecting a volume for delete. Default behavior is to use implementation provided default +* `-z **STRIPSIZE**`, `--stripsizes=**STRIPSIZE**`: + Comma separated list of stripsizes to use when creating volumes. + This value is in kilobytes. The default behavior is to allow the + storage controller to decide + +* `-m **NUMNODES**`, `--maxnodes=**NUMNODES**`: + Specify a maximum number of nodes to configure storage on, prompting + if over the threshold + ## EXAMPLES * Deleting the volume `somedata`: