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.

pull/2436/head
Greg Charot 2018-02-06 19:20:17 +01:00 committed by Guillaume Abrioux
parent f2e0ceed78
commit 50afc3fbf3
1 changed files with 0 additions and 6 deletions

View File

@ -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