mirror of https://github.com/ceph/ceph-ansible.git
We don't want to automatically move the rbd pool to the new default crush rule. This operation shall be performed by the cluster operator.
parent
f2e0ceed78
commit
50afc3fbf3
|
@ -65,9 +65,3 @@
|
|||
value: "{{ info_ceph_default_crush_rule_yaml.rule_id }}"
|
||||
when: info_ceph_default_crush_rule.results|length > 0
|
||||
|
||||
- name: move rbd pool to new default root
|
||||
command: "{{ docker_exec_cmd }} ceph --cluster {{ cluster }} osd pool set rbd crush_ruleset {{ info_ceph_default_crush_rule_yaml.rule_id }}"
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
run_once: true
|
||||
when: info_ceph_default_crush_rule.results|length > 0
|
||||
|
|
Loading…
Reference in New Issue