Skip to content

Commit

Permalink
test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
NitzanMordhai committed Feb 2, 2024
1 parent 5561e28 commit 4f274e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/tasks/ceph_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,9 @@ def choose_action(self):
(minin, minout, minlive, mindead, chance_down))
actions = []
if thrash_hosts:
self.log("check thrash_hosts")
if len(self.in_osds) > minin:
self.log("check thrash_hosts: in_osds > minin")
actions.append((self.out_host, 1.0,))
elif len(self.in_osds) > minin:
actions.append((self.out_osd, 1.0,))
Expand Down

0 comments on commit 4f274e1

Please sign in to comment.