mirror of https://github.com/ceph/ceph-ansible.git
6 lines
251 B
Plaintext
6 lines
251 B
Plaintext
|
---
|
||
|
ceph_osd_docker_run_script_path: /var/tmp
|
||
|
# OSD_FORCE_ZAP is only for Jewel, the function does not exist anymore on Luminous and above
|
||
|
ceph_osd_docker_prepare_env: -e OSD_JOURNAL_SIZE={{ journal_size }} -e OSD_FORCE_ZAP=1
|
||
|
osd_scenario: collocated
|