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:
Yehuda Sadeh 2017-02-24 15:07:49 -08:00
parent 52d8f0d82f
commit 0882d306f6
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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