Deploy ceph mgr during upgrade
Now we have upgraded to ceph Luminous, need start ceph mgr during upgrade from Pike( which is ceph Jewel ). Implements: blueprint ceph-luminous Change-Id: I16ac0fc5d963b5725f9a19ecd396290fea7c0399
This commit is contained in:
parent
aa224bfd66
commit
e027d0862f
@ -4,6 +4,9 @@
|
||||
- include: start_mons.yml
|
||||
when: inventory_hostname in groups['ceph-mon']
|
||||
|
||||
- include: start_mgrs.yml
|
||||
when: inventory_hostname in groups['ceph-mgr']
|
||||
|
||||
- include: start_osds.yml
|
||||
when: inventory_hostname in groups['ceph-osd']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user