Skip to content

Commit

Permalink
add rebalance reset command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando authored and Jonathan Steinert committed Sep 28, 2010
1 parent c8d4026 commit 40336ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/MogileFS/Admin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,11 @@ sub rebalance_stop {
return $self->{backend}->do_request("rebalance_stop", {});
}

sub rebalance_reset {
my MogileFS::Admin $self = shift;
return $self->{backend}->do_request("rebalance_reset", {});
}

sub rebalance_set_policy {
my MogileFS::Admin $self = shift;

Expand Down

0 comments on commit 40336ff

Please sign in to comment.