mirror of https://github.com/ceph/ceph-ansible.git
update: remove legacy tasks
These tasks should have been removed with backport #4756 Note: This should have been backported from master but it's not possible because of too many change between master and stable-3.2 Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1740463 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/5016/head
parent
13e0f7d341
commit
cf748e729f
|
@ -194,23 +194,6 @@
|
||||||
- ['bootstrap-rbd', 'bootstrap-rbd-mirror']
|
- ['bootstrap-rbd', 'bootstrap-rbd-mirror']
|
||||||
- "{{ groups[mon_group_name] }}" # so the key goes on all the nodes
|
- "{{ groups[mon_group_name] }}" # so the key goes on all the nodes
|
||||||
|
|
||||||
- name: set osd flags
|
|
||||||
command: ceph --cluster {{ cluster }} osd set {{ item }}
|
|
||||||
with_items:
|
|
||||||
- noout
|
|
||||||
- norebalance
|
|
||||||
delegate_to: "{{ mon_host }}"
|
|
||||||
when: not containerized_deployment
|
|
||||||
|
|
||||||
- name: set containerized osd flags
|
|
||||||
command: |
|
|
||||||
docker exec ceph-mon-{{ hostvars[mon_host]['ansible_hostname'] }} ceph --cluster {{ cluster }} osd set {{ item }}
|
|
||||||
with_items:
|
|
||||||
- noout
|
|
||||||
- norebalance
|
|
||||||
delegate_to: "{{ mon_host }}"
|
|
||||||
when: containerized_deployment
|
|
||||||
|
|
||||||
|
|
||||||
- name: upgrade ceph mgr node
|
- name: upgrade ceph mgr node
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue