qa/suites/upgrade/jewel-x: don't initially start mgr daemons

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-03-18 15:02:16 -04:00
parent 2a073941a8
commit 8e61e1cfcf
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ tasks:
exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
- print: "**** done installing jewel"
- ceph:
skip_mgr_daemons: true
- print: "**** done ceph"
- install.upgrade:
mon.a:

View File

@ -6,4 +6,5 @@ tasks:
exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
- print: "**** done install jewel"
- ceph:
skip_mgr_daemons: true
- print: "**** done ceph"