On 08/20/2018 09:07 AM, Cody wrote:
Hi Konstantin,
Thank you for the reply.
Would the settings in the 'ceph_conf_overrides' in the all.yml get
applied to the partitioning process during deployment?
Yes, because ceph.conf will be deployed before osds.
Look at roles path:
- hosts: ceph-mons
gather_facts: true
remote_user: bender
become: true
roles:
- role: ceph-defaults
tags: ['ceph_update_config']
- role: ceph-fetch-keys
- hosts: ceph-osds
gather_facts: true
remote_user: bender
become: true
pre_tasks:
- name: set ceph osd install 'In Progress'
run_once: true
set_stats:
data:
installer_phase_ceph_osd:
status: "In Progress"
start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
roles:
- role: ceph-defaults
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
- role: ceph-osd
post_tasks:
- name: set ceph osd install 'Complete'
run_once: true
set_stats:
data:
installer_phase_ceph_osd:
status: "Complete"
end: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
k
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com