Skip to content

Commit

Permalink
pybind/mgr/mgr_module: fix calc_pg_upmaps
Browse files Browse the repository at this point in the history
This was fixed in the object cleanup.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Nov 2, 2017
1 parent 26710f0 commit ed44216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/mgr_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_pools_by_take(self, take):
def calc_pg_upmaps(self, inc,
max_deviation=.01, max_iterations=10, pools=[]):
return self._calc_pg_upmaps(
inc._handle,
inc,
max_deviation, max_iterations, pools)

def map_pool_pgs_up(self, poolid):
Expand Down

0 comments on commit ed44216

Please sign in to comment.