upgrade/dumpling-x: fix order

Make it match the filename.

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2014-03-09 14:27:09 -07:00
parent 9db665644e
commit 2cf0908946

View File

@ -16,9 +16,6 @@ upgrade-sequence:
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [osd.0]
@ -31,3 +28,6 @@ upgrade-sequence:
- sleep:
duration: 60
- ceph.restart: [osd.3]
- sleep:
duration: 60
- ceph.restart: [mds.a]