Fix an issue in 'upgrade-mon-osd-mds.yaml' under nautilus-x/parallel test.
The 'wait-for-healthy' check should not be performed after all the osds
are upgraded since the 'require-osd-release' warning comes into effect
leading to test failure. This check is delayed until after the
'require-osd-release' flag is set to 'octopus'.
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
duration: 60
- ceph.restart:
daemons: [osd.8, osd.9, osd.10, osd.11]
- wait-for-healthy: true
+ wait-for-healthy: false
+ wait-for-osds-up: true
- sleep:
duration: 60
- ceph.restart:
daemons: [rgw.*]
- wait-for-healthy: true
+ wait-for-healthy: false
+ wait-for-osds-up: true
- sleep:
duration: 60