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
Sébastien Han 2014-05-20 15:04:09 +02:00
parent 32b9a84dcd
commit 670bec24c7
1 changed files with 0 additions and 3 deletions

View File

@ -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 %}