glyustb / mogilefs

Automatically exported from code.google.com/p/mogilefs
0 stars 0 forks source link

`mogadm rebalance policy` wipes config #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
$ mogadm rebalance policy --options="from_devices=95"
$ mogadm rebalance settings
             rebal_policy = from_devices=95
$ mogadm rebalance policy
$ mogadm rebalance settings
$ 

I inadvertently thought that "policy" with no args would dump out the policy 
itself, but instead it seems to wipe the policy (and any other settings that 
had existed, eg records from the previous run).

Original issue reported on code.google.com by bur...@gmail.com on 20 Sep 2012 at 5:01