]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
FileStore: support compiling without libxfs 1412/head
authorIlya Dryomov <ilya.dryomov@inktank.com>
Mon, 10 Mar 2014 08:36:48 +0000 (10:36 +0200)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Mon, 10 Mar 2014 09:44:11 +0000 (11:44 +0200)
commit2e342d6d2a8a0f8cf9cc032fdaf56ed36c07bf39
tree2eb6f4642a6f509d023b8bab989b199ee04fe967
parentdb0c37829cf92b163833c5824a027e72610b4e25
FileStore: support compiling without libxfs

When configured with --without-libxfs, use GenericFileStoreBackend
instead of XfsFileStoreBackend for XFS.  At this point this would only
impact the allocation hint op.  The default is to compile with
--with-libxfs.  (Previously it was unconditionally enabled on linux and
disabled for non-linux arches.)

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
configure.ac
src/os/FileStore.cc
src/os/Makefile.am