mirror of
https://github.com/ceph/ceph
synced 2025-02-05 18:03:54 +00:00
qa/tasks/rgw/upgrade: don't restart the entire cluster at once
and also whitelist 'wrongly marked me down' Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
52d8f0d82f
commit
0882d306f6
@ -9,6 +9,8 @@ overrides:
|
||||
mon:
|
||||
mon warn on legacy crush tunables: false
|
||||
fs: xfs
|
||||
log-whitelist:
|
||||
- wrongly marked me down
|
||||
roles:
|
||||
- - mon.a
|
||||
- mon.b
|
||||
|
@ -11,6 +11,14 @@ tasks:
|
||||
osd.5:
|
||||
client.0:
|
||||
- ceph.restart:
|
||||
daemons: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3, osd.4, osd.5]
|
||||
daemons: [mon.a, mon.b, mon.c]
|
||||
wait-for-healthy: false
|
||||
wait-for-osds-up: false
|
||||
- ceph.restart:
|
||||
daemons: [osd.0, osd.1, osd.2]
|
||||
wait-for-healthy: false
|
||||
wait-for-osds-up: true
|
||||
- ceph.restart:
|
||||
daemons: [osd.3, osd.4, osd.5]
|
||||
wait-for-healthy: false
|
||||
wait-for-osds-up: true
|
||||
|
Loading…
Reference in New Issue
Block a user