mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
removed upgrading clients in parallel to workloads
and also do not run rgw workloads on mixed osds. Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
This commit is contained in:
parent
a295c18a80
commit
116ddebf66
@ -1,38 +0,0 @@
|
||||
upgrade-sequence0:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
client.0:
|
||||
branch: firefly
|
||||
- print: "**** done install.upgrade client.0 to the version from teuthology-suite arg"
|
||||
- install.upgrade:
|
||||
mon.a:
|
||||
branch: firefly
|
||||
- ceph.restart:
|
||||
daemons: [mon.a]
|
||||
wait-for-healthy: true
|
||||
- sleep:
|
||||
duration: 60
|
||||
- print: "**** done install.upgrade mon.a to the version from teuthology-suite arg"
|
||||
- install.upgrade:
|
||||
mon.b:
|
||||
branch: firefly
|
||||
- ceph.restart:
|
||||
daemons: [mon.b, mon.c]
|
||||
wait-for-healthy: true
|
||||
- sleep:
|
||||
duration: 60
|
||||
- print: "**** done install.upgrade mon.b and mon.c to the version from teuthology-suite arg"
|
||||
- ceph.restart: [mds.a]
|
||||
- sleep:
|
||||
duration: 60
|
||||
- ceph.restart:
|
||||
daemons: [osd.0, osd.1]
|
||||
wait-for-healthy: true
|
||||
- sleep:
|
||||
duration: 60
|
||||
- print: "**** done install.upgrade osd.0 and osd.1 to the version from teuthology-suite arg"
|
||||
- ceph.restart:
|
||||
daemons: [osd.2, osd.3]
|
||||
wait-for-healthy: true
|
||||
- sleep:
|
||||
duration: 60
|
@ -1,8 +0,0 @@
|
||||
tasks:
|
||||
- rgw:
|
||||
default_idle_timeout: 300
|
||||
client.0:
|
||||
- s3tests:
|
||||
client.0:
|
||||
rgw_server: client.0
|
||||
|
Loading…
Reference in New Issue
Block a user