mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #84 from leseb/fix-no-ext4
Since Emperor, Ceph stores xattr into levelDB thus this option is notpull/85/head
commit
ba07e01cb1
|
@ -45,9 +45,6 @@
|
||||||
[osd]
|
[osd]
|
||||||
{% if osd_mkfs_type is defined %}
|
{% if osd_mkfs_type is defined %}
|
||||||
osd mkfs type = {{ osd_mkfs_type }}
|
osd mkfs type = {{ osd_mkfs_type }}
|
||||||
{% endif %}
|
|
||||||
{% if osd_mkfs_type == "ext4" %}
|
|
||||||
filestore xattr use omap = true
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
osd journal size = {{ journal_size }}
|
osd journal size = {{ journal_size }}
|
||||||
{% if cluster_network is defined %}
|
{% if cluster_network is defined %}
|
||||||
|
|
Loading…
Reference in New Issue