]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: drop obsolete 'filestore' bool option
authorSage Weil <sage@inktank.com>
Sun, 3 Nov 2013 00:39:14 +0000 (17:39 -0700)
committerSage Weil <sage@inktank.com>
Sat, 30 Nov 2013 06:28:35 +0000 (22:28 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h

index 0d03809777759ef295a5fb64e66964ac923ed59d..abdb84ab90a7124c095c296c142f21180b85b34b 100644 (file)
@@ -520,8 +520,6 @@ OPTION(osd_mon_shutdown_timeout, OPT_DOUBLE, 5)
 OPTION(osd_max_object_size, OPT_U64, 100*1024L*1024L*1024L) // OSD's maximum object size
 OPTION(osd_max_attr_size, OPT_U64, 0)
 
-OPTION(filestore, OPT_BOOL, false)
-
 /// filestore wb throttle limits
 OPTION(filestore_wbthrottle_enable, OPT_BOOL, true)
 OPTION(filestore_wbthrottle_btrfs_bytes_start_flusher, OPT_U64, 41943040)