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]
|
||||
{% if osd_mkfs_type is defined %}
|
||||
osd mkfs type = {{ osd_mkfs_type }}
|
||||
{% endif %}
|
||||
{% if osd_mkfs_type == "ext4" %}
|
||||
filestore xattr use omap = true
|
||||
{% endif %}
|
||||
osd journal size = {{ journal_size }}
|
||||
{% if cluster_network is defined %}
|
||||
|
|
Loading…
Reference in New Issue