OPTION(filestore_wbthrottle_btrfs_ios_start_flusher, OPT_U64, 100)
OPTION(filestore_wbthrottle_btrfs_ios_hard_limit, OPT_U64, 1000)
OPTION(filestore_wbthrottle_btrfs_inodes_start_flusher, OPT_U64, 100)
-OPTION(filestore_wbthrottle_btrfs_inodes_hard_limit, OPT_U64, 1000)
OPTION(filestore_wbthrottle_xfs_bytes_start_flusher, OPT_U64, 10<<20)
OPTION(filestore_wbthrottle_xfs_bytes_hard_limit, OPT_U64, 100<<20)
OPTION(filestore_wbthrottle_xfs_ios_start_flusher, OPT_U64, 10)
OPTION(filestore_wbthrottle_xfs_ios_hard_limit, OPT_U64, 100)
OPTION(filestore_wbthrottle_xfs_inodes_start_flusher, OPT_U64, 10)
+
+/// These must be less than the fd limit
+OPTION(filestore_wbthrottle_btrfs_inodes_hard_limit, OPT_U64, 256)
OPTION(filestore_wbthrottle_xfs_inodes_hard_limit, OPT_U64, 100)
// Tests index failure paths