Skip to content
Snippets Groups Projects
Commit 5155cd1f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix the ceph warning after upgrade to luminous"

parents 25dfc889 ab79c3ee
No related branches found
No related tags found
No related merge requests found
...@@ -33,3 +33,11 @@ ...@@ -33,3 +33,11 @@
when: when:
- enable_ceph_nfs | bool - enable_ceph_nfs | bool
- inventory_hostname in groups['ceph-nfs'] - inventory_hostname in groups['ceph-nfs']
# NOTE(chenxing): Disallowing pre-luminous OSDs and enabling all
# new Luminous-only functionality
- name: Enabling all new Luminous-only functionality
command: docker exec ceph_mon ceph osd require-osd-release luminous
delegate_to: "{{ groups['ceph-mon'][0] }}"
changed_when: False
run_once: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment