]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
filestore: allow FIEMAP to be disabled via conf
authorSage Weil <sage.weil@dreamhost.com>
Tue, 28 Jun 2011 17:54:53 +0000 (10:54 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Tue, 28 Jun 2011 17:54:53 +0000 (10:54 -0700)
commitfab24c80763bbe329ab722dded375a840f46bf87
treee68cb8613fd284006fbb8813dd19655e9bb102a6
parent033f2d6327f30d431231923112da6abc353b084b
filestore: allow FIEMAP to be disabled via conf

The ext4 fiemap ioctl is buggy in some older kernels.  Allow the admin to
disable it.

Fixes: #1222
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/common/config.cc
src/common/config.h
src/os/FileStore.cc