mirror of https://github.com/ceph/ceph-ansible.git
Since Emperor, Ceph stores xattr into levelDB thus this option is not
needed anymore. Fixes: #83 Signed-off-by: Sébastien Han <sebastien.han@enovance.com>pull/84/head
parent
32b9a84dcd
commit
670bec24c7
|
@ -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