mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
filestore: disable 'filestore fiemap' by default
We've seen this failing on both btrfs (Guido) and XFS (Oliver). This works around #2535. Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
e868b44b39
commit
17dcf60510
@ -343,7 +343,7 @@ OPTION(filestore_btrfs_trans, OPT_BOOL, false)
|
||||
OPTION(filestore_btrfs_snap, OPT_BOOL, true)
|
||||
OPTION(filestore_btrfs_clone_range, OPT_BOOL, true)
|
||||
OPTION(filestore_fsync_flushes_journal_data, OPT_BOOL, false)
|
||||
OPTION(filestore_fiemap, OPT_BOOL, true) // (try to) use fiemap
|
||||
OPTION(filestore_fiemap, OPT_BOOL, false) // (try to) use fiemap
|
||||
OPTION(filestore_flusher, OPT_BOOL, true)
|
||||
OPTION(filestore_flusher_max_fds, OPT_INT, 512)
|
||||
OPTION(filestore_sync_flush, OPT_BOOL, false)
|
||||
|
Loading…
Reference in New Issue
Block a user