mirror of
https://github.com/ceph/ceph
synced 2024-12-29 06:52:35 +00:00
Merge PR #32987 into master
* refs/pull/32987/head: qa/tasks/ceph_manager: make fix_pgp_num behave when no pool is found Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
d8a7c73a48
@ -761,6 +761,8 @@ class OSDThrasher(Thrasher):
|
||||
"""
|
||||
if pool is None:
|
||||
pool = self.ceph_manager.get_pool()
|
||||
if not pool:
|
||||
return
|
||||
force = False
|
||||
else:
|
||||
force = True
|
||||
|
Loading…
Reference in New Issue
Block a user