pybind/mgr/mgr_module: fix calc_pg_upmaps

This was fixed in the object cleanup.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-11-02 16:18:03 -05:00
parent 26710f0a9b
commit ed442164d5

View File

@ -99,7 +99,7 @@ class OSDMap(ceph_module.BasePyOSDMap):
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):