Skip to content

Commit

Permalink
add 'rebalance' to list of topcmds
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1490 f67b2e87-0811-0410-a7e0-dd94e48410d6
  • Loading branch information
dormando committed Sep 19, 2010
1 parent e6ddaa7 commit a276384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mogadm
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit a276384

Please sign in to comment.