From: Sébastien Han Date: Tue, 20 May 2014 13:04:09 +0000 (+0200) Subject: Since Emperor, Ceph stores xattr into levelDB thus this option is not X-Git-Tag: v1.0.0~353^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F84%2Fhead;p=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 --- diff --git a/roles/common/templates/ceph.conf.j2 b/roles/common/templates/ceph.conf.j2 index 3f579fea8..e1c2983ae 100644 --- a/roles/common/templates/ceph.conf.j2 +++ b/roles/common/templates/ceph.conf.j2 @@ -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 %}