Merge pull request #84 from leseb/fix-no-ext4

Since Emperor, Ceph stores xattr into levelDB thus this option is not
pull/85/head
Leseb 2014-05-20 15:14:48 +02:00
commit ba07e01cb1
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 %}