From: John Spray Date: Tue, 16 May 2017 09:13:58 +0000 (+0100) Subject: Merge pull request #14769 from ukernel/wip-19755 X-Git-Tag: v12.0.3~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ea4a165f176cadbae4fdb5abc37f072e1353b988;p=ceph.git Merge pull request #14769 from ukernel/wip-19755 osdc/Filer: truncate large file party by party Reviewed-by: John Spray --- ea4a165f176cadbae4fdb5abc37f072e1353b988 diff --cc src/common/config_opts.h index 405aeacf6d8f,a66819710d0d..eff246e57cf1 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@@ -495,7 -488,10 +495,9 @@@ OPTION(objecter_debug_inject_relock_del // Max number of deletes at once in a single Filer::purge call OPTION(filer_max_purge_ops, OPT_U32, 10) + // Max number of truncate at once in a single Filer::truncate call + OPTION(filer_max_truncate_ops, OPT_U32, 128) -OPTION(journaler_allow_split_entries, OPT_BOOL, true) OPTION(journaler_write_head_interval, OPT_INT, 15) OPTION(journaler_prefetch_periods, OPT_INT, 10) // * journal object size OPTION(journaler_prezero_periods, OPT_INT, 5) // * journal object size