Skip to content

Commit

Permalink
teach mogstats what rebal queue is
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed Dec 31, 2010
1 parent 7f38e6f commit 67678a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mogstats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Getopt::Long;

# FIXME: decide how to share constants between utils and server.
use constant ENDOFTIME => 2147483647;
my %QUEUES = ( 1 => 'FSCK_QUEUE' );
my %QUEUES = ( 1 => 'FSCK_QUEUE', 2 => 'REBAL_QUEUE' );
my %valid_stats = map { $_ => 1 } qw/devices fids files domains replication replication-queue delete-queue general-queues all/;

my $DBH_CACHE = '';
Expand Down

0 comments on commit 67678a5

Please sign in to comment.