summaryrefslogtreecommitdiff
path: root/src/common/config_opts.h
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2013-05-20 13:44:57 -0700
committerSamuel Just <sam.just@inktank.com>2013-05-21 16:37:44 -0700
commit489cd5c441d865f48f40acf9d4d9181e0bcc7247 (patch)
treec7c1b5270ddf632ca99b38a5304d19f009627dd1 /src/common/config_opts.h
parent6670e2a73db8f59e2a6bac024afe43cd8a8a6715 (diff)
downloadceph-489cd5c441d865f48f40acf9d4d9181e0bcc7247.tar.gz
FileStore: integrate WBThrottle
Signed-off-by: Samuel Just <sam.just@inktank.com>
Diffstat (limited to 'src/common/config_opts.h')
-rw-r--r--src/common/config_opts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index 27593cb9f9d..27e2daceb31 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -508,10 +508,6 @@ 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, false) // (try to) use fiemap
-OPTION(filestore_flusher, OPT_BOOL, true)
-OPTION(filestore_flusher_max_fds, OPT_INT, 512)
-OPTION(filestore_flush_min, OPT_INT, 65536)
-OPTION(filestore_sync_flush, OPT_BOOL, false)
OPTION(filestore_journal_parallel, OPT_BOOL, false)
OPTION(filestore_journal_writeahead, OPT_BOOL, false)
OPTION(filestore_journal_trailing, OPT_BOOL, false)