Taylor, Stephen (st053q) 791b0de5ee [ceph-osd] Fix post-apply job failure related to fault tolerance
A recent change to wait_for_pods() to allow for fault tolerance
appears to be causing wait_for_pgs() to fail and exit the post-
apply script prematurely in some cases. The existing
wait_for_degraded_objects() logic won't pass until pods and PGs
have recovered while the noout flag is set, so the pod and PG
waits can simply be removed.

Change-Id: I5fd7f422d710c18dee237c0ae97ae1a770606605
2020-11-24 06:30:37 -07:00
..