Skip to content

Commit

Permalink
fix mogadm rebalance policy setting.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1491 f67b2e87-0811-0410-a7e0-dd94e48410d6
  • Loading branch information
dormando committed Sep 19, 2010
1 parent a276384 commit 8e338c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mogadm
Expand Up @@ -969,7 +969,7 @@ sub cmd_rebalance_policy {
my $mogadm = mogadm();
my $args = shift;

my $res = $mogadm->rebalance_set_policy(policy => $args->{options})
my $res = $mogadm->rebalance_set_policy($args->{options})
or fail($mogadm->errstr);

ok("changed policy setting");
Expand Down

0 comments on commit 8e338c6

Please sign in to comment.