mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2146 from mslovy/wip-fix-crush-location
osd: fix crush location for non-containerized deploymentpull/2167/head
commit
0369bd59e2
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
- name: include osd_fragment.yml
|
||||
include: osd_fragment.yml
|
||||
when: crush_location
|
||||
|
||||
- name: get osd id
|
||||
shell: |
|
||||
ls /var/lib/ceph/osd/ | sed 's/.*-//'
|
||||
|
|
Loading…
Reference in New Issue