Merge pull request #66 from ceph/wip_tune_upgrade-firefly

Changed upgrade order and re-enabled rados/tests.sh

Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
Josh Durgin 2014-07-25 16:05:53 -07:00
commit ef6f0de7c7
4 changed files with 5 additions and 8 deletions

View File

@ -13,3 +13,6 @@ tasks:
- workload2
- upgrade-sequence
- print: "**** done parallel"
- install.upgrade:
client.0:
- print: "**** done install.upgrade client.0 to the version from teuthology-suite arg"

View File

@ -4,6 +4,6 @@ workload2:
branch: firefly
clients:
client.0:
# - rados/test.sh
- rados/test.sh
- cls
- print: "**** done #rados/test.sh (removed for now) and cls 2"
- print: "**** done #rados/test.sh and cls 2"

View File

@ -6,9 +6,6 @@ upgrade-sequence:
- install.upgrade:
mon.b:
- print: "**** done install.upgrade mon.b to the version from teuthology-suite arg"
- install.upgrade:
client.0:
- print: "**** done install.upgrade client.0 to the version from teuthology-suite arg"
- ceph.restart:
daemons: [mon.a]
- sleep:

View File

@ -6,9 +6,6 @@ upgrade-sequence:
- install.upgrade:
mon.b:
- print: "**** done install.upgrade mon.b to the version from teuthology-suite arg"
- install.upgrade:
client.0:
- print: "**** done install.upgrade client.0 to the version from teuthology-suite arg"
- ceph.restart:
daemons: [mon.a, mon.b, mon.c]
wait-for-healthy: true