From a276384f86310d211b179fff4bac39b2002ba9e6 Mon Sep 17 00:00:00 2001 From: dormando Date: Sun, 19 Sep 2010 06:22:23 +0000 Subject: [PATCH] add 'rebalance' to list of topcmds git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1490 f67b2e87-0811-0410-a7e0-dd94e48410d6 --- mogadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mogadm b/mogadm index dd010a3..cf6772c 100755 --- a/mogadm +++ b/mogadm @@ -7,7 +7,7 @@ use Getopt::Long; use LWP::Simple; # FIXME: use of this makes 'mog check' hang too long when multiple things down use Socket; -my @topcmds = qw(check stats host device domain class slave fsck settings); +my @topcmds = qw(check stats host device domain class slave fsck rebalance settings); my $usage = { check => { des => "Check the state of the MogileFS world.",