mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
parent
26710f0a9b
commit
ed442164d5
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user