From 670bec24c7fbb169409032d32887d094d45c1803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 20 May 2014 15:04:09 +0200 Subject: [PATCH] Since Emperor, Ceph stores xattr into levelDB thus this option is not needed anymore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #83 Signed-off-by: Sébastien Han --- roles/common/templates/ceph.conf.j2 | 3 --- 1 file changed, 3 deletions(-) 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 %}