Skip to content

Commit 8263bd3

Browse files
author
Mark Allen
committed
Add handoff; remove cluster members
1 parent e69636b commit 8263bd3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

rel/files/riak-admin

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ usage() {
2929
echo " aae-status | diag | stat | status | transfer-limit | reformat-indexes |"
3030
echo " top [-interval N] [-sort reductions|memory|msg_q] [-lines N] |"
3131
echo " downgrade-objects | security | bucket-type | repair-2i |"
32-
echo " search | services | ensemble-status }"
32+
echo " search | services | ensemble-status | handoff }"
3333
}
3434

3535
stat_admin()
@@ -308,7 +308,7 @@ cluster_admin()
308308
node_up_check
309309
$NODETOOL rpc riak_core_console command $SCRIPT cluster status
310310
;;
311-
partitions|members|partition)
311+
partitions|partition)
312312
node_up_check
313313
$NODETOOL rpc riak_core_console command $SCRIPT cluster $@
314314
;;
@@ -349,10 +349,6 @@ Status and information commands:
349349
status Display a concise summary of node membership
350350
availability and ring ownership.
351351
352-
members [--all] Print each valid cluster member nodename.
353-
If '--all' print all members regardless of
354-
current status.
355-
356352
partitions [--node=<node>] Print primary, secondary and stopped
357353
partition indices and ids for the current
358354
node, or for the specified node.

0 commit comments

Comments
 (0)