mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
Merge pull request #176 from ceph/fix_d-f-x_suite
Fixed upgrade steps flow
This commit is contained in:
commit
a52d3e69fc
@ -2,5 +2,9 @@ upgrade-sequence0:
|
||||
sequential:
|
||||
- install.upgrade:
|
||||
mon.a:
|
||||
branch: firefly
|
||||
mon.b:
|
||||
branch: firefly
|
||||
- print: "**** done install.upgrade firefly for mon.a and mon.b"
|
||||
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
||||
- print: "**** done ceph.restart the cluster"
|
||||
|
@ -1,14 +1,4 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
mon.a:
|
||||
branch: firefly
|
||||
mon.b:
|
||||
branch: firefly
|
||||
client.0:
|
||||
branch: firefly
|
||||
- print: "**** done install.upgrade"
|
||||
- ceph.restart:
|
||||
- print: "**** done restart"
|
||||
- parallel:
|
||||
- workload2
|
||||
- upgrade-sequence
|
||||
|
Loading…
Reference in New Issue
Block a user