mirror of https://github.com/ceph/ceph-ansible.git
Revert "switch-to-containers: set and unset osd flags"
This reverts commit 5a4134098a
.
We need to provide a tag for RHCS 3.3z6 without this commit.
pull/5467/head
v3.2.44
parent
693e534ee9
commit
1cf3a57a6c
|
@ -192,19 +192,6 @@
|
||||||
- ceph-mgr
|
- ceph-mgr
|
||||||
|
|
||||||
|
|
||||||
- name: set osd flags
|
|
||||||
hosts: "{{ mon_group_name | default('mons') }}[0]"
|
|
||||||
become: True
|
|
||||||
roles:
|
|
||||||
- ceph-defaults
|
|
||||||
post_tasks:
|
|
||||||
- name: set osd flags
|
|
||||||
command: "docker exec ceph-mon-{{ ansible_hostname }} ceph --cluster {{ cluster }} osd set {{ item }}"
|
|
||||||
with_items:
|
|
||||||
- noout
|
|
||||||
- nodeep-scrub
|
|
||||||
|
|
||||||
|
|
||||||
- name: switching from non-containerized to containerized ceph osd
|
- name: switching from non-containerized to containerized ceph osd
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
@ -357,18 +344,6 @@
|
||||||
- (ceph_pgs.stdout | from_json).pgmap.num_pgs != 0
|
- (ceph_pgs.stdout | from_json).pgmap.num_pgs != 0
|
||||||
|
|
||||||
|
|
||||||
- name: unset osd flags
|
|
||||||
hosts: "{{ mon_group_name | default('mons') }}[0]"
|
|
||||||
become: True
|
|
||||||
roles:
|
|
||||||
- ceph-defaults
|
|
||||||
post_tasks:
|
|
||||||
- name: set osd flags
|
|
||||||
command: "docker exec ceph-mon-{{ ansible_hostname }} ceph --cluster {{ cluster }} osd unset {{ item }}"
|
|
||||||
with_items:
|
|
||||||
- noout
|
|
||||||
- nodeep-scrub
|
|
||||||
|
|
||||||
- name: switching from non-containerized to containerized ceph mds
|
- name: switching from non-containerized to containerized ceph mds
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Reference in New Issue