Merge pull request #59855 from NitzanMordhai/wip-nitzan-expected-failure-wait-osd-down

qa/tasks/ceph: wait the osds down before start check the logs

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
Yuri Weinstein 2024-11-06 07:33:58 -08:00 committed by GitHub
commit 80c29ae812
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 20 deletions

View File

@ -19,6 +19,20 @@ overrides:
- \(MGR_DOWN\)
- slow request
- \(MON_MSGR2_NOT_ENABLED\)
- \(OSD_DOWN\)
- \(OSD_HOST_DOWN\)
- \(POOL_APP_NOT_ENABLED\)
- OSD_DOWN
- mons down
- mon down
- MON_DOWN
- out of quorum
- PG_DEGRADED
- Reduced data availability
- Degraded data redundancy
- OSDMAP_FLAGS
- OSD_ROOT_DOWN
conf:
global:
enable experimental unrecoverable data corrupting features: "*"
@ -30,4 +44,3 @@ roles:
- mgr.x
- osd.0
- osd.1
- osd.2

View File

@ -18,9 +18,6 @@ tasks:
mon:
mon_warn_on_insecure_global_id_reclaim: false
mon_warn_on_insecure_global_id_reclaim_allowed: false
log-ignorelist:
- Not found or unloadable
- evicting unresponsive client
- exec:
osd.0:
- ceph osd require-osd-release quincy
@ -30,14 +27,3 @@ overrides:
conf:
mon:
mon warn on osd down out interval zero: false
log-ignorelist:
- \(POOL_APP_NOT_ENABLED\)
- OSD_DOWN
- mons down
- mon down
- MON_DOWN
- out of quorum
- PG_DEGRADED
- Reduced data availability
- Degraded data redundancy
- OSDMAP_FLAGS

View File

@ -3,14 +3,13 @@ meta:
install upgrade ceph/-x on cluster
restart : mons, osd.*
tasks:
- print: "**** start install.upgrade of nodes"
- install.upgrade:
mon.a:
- exec:
osd.0:
- ceph osd require-osd-release quincy
all:
- print: "**** done install.upgrade of nodes"
- print: "**** start ceph.restart of all osds"
- ceph.restart:
daemons: [mon.a,mgr.x,osd.0,osd.1,osd.2]
daemons: [osd.0,osd.1,osd.2]
mon-health-to-clog: false
wait-for-healthy: false
wait-for-osds-up: false