Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osd: support changing default rule even without osd_crush_location (bp #5141) #5220

Merged
merged 1 commit into from Mar 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions roles/ceph-osd/tasks/crush_rules.yml
Expand Up @@ -43,7 +43,6 @@
with_items: "{{ groups[mon_group_name] }}"
run_once: true
when:
- not config_crush_hierarchy.get('skipped', false)
- info_ceph_default_crush_rule_yaml | default('') | length > 0
- not containerized_deployment | bool

Expand All @@ -68,5 +67,4 @@
with_items: "{{ groups[mon_group_name] }}"
run_once: true
when:
- not config_crush_hierarchy.get('skipped', false)
- info_ceph_default_crush_rule_yaml | default('') | length > 0