Skip to content

Commit

Permalink
adjusting crush tunables when running a mixed version of mons and osd…
Browse files Browse the repository at this point in the history
…s. bug 8765

Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
  • Loading branch information
tamil committed Sep 23, 2014
1 parent a5a1cce commit bc8fb2b
Showing 1 changed file with 16 additions and 2 deletions.
Expand Up @@ -3,16 +3,30 @@ upgrade-sequence:
- install.upgrade:
mon.a:
- print: "**** done install.upgrade mon.a to the version from teuthology-suite arg"
- ceph.restart:
daemons: [mon.a]
wait-for-healthy: true
- sleep:
duration: 60
- ceph.restart:
daemons: [osd.0, osd.1]
wait-for-healthy: true
- sleep:
duration: 60
- print: "**** running mixed versions of osds and mons"
- exec:
mon.a:
- ceph osd crush tunables firefly
- install.upgrade:
mon.b:
- print: "**** done install.upgrade mon.b to the version from teuthology-suite arg"
- ceph.restart:
daemons: [mon.a, mon.b, mon.c]
daemons: [mon.b, mon.c]
wait-for-healthy: true
- sleep:
duration: 60
- ceph.restart:
daemons: [osd.0, osd.1, osd.2, osd.3]
daemons: [osd.2, osd.3]
wait-for-healthy: true
- sleep:
duration: 60
Expand Down

0 comments on commit bc8fb2b

Please sign in to comment.