~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/common/config_opts.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-27 08:23:21 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120827082321-2cfej6ddvk63vsqq
Tags: upstream-0.48.1
ImportĀ upstreamĀ versionĀ 0.48.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
OPTION(osd_command_max_records, OPT_INT, 256)
337
337
OPTION(osd_op_log_threshold, OPT_INT, 5) // how many op log messages to show in one go
338
338
OPTION(osd_verify_sparse_read_holes, OPT_BOOL, false)  // read fiemap-reported holes and verify they are zeros
 
339
OPTION(osd_target_transaction_size, OPT_INT, 300)     // to adjust various transactions that batch smaller items
339
340
OPTION(filestore, OPT_BOOL, false)
340
341
OPTION(filestore_debug_omap_check, OPT_BOOL, 0) // Expensive debugging check on sync
341
342
// Use omap for xattrs for attrs over
373
374
OPTION(filestore_blackhole, OPT_BOOL, false)     // drop any new transactions on the floor
374
375
OPTION(filestore_dump_file, OPT_STR, "")         // file onto which store transaction dumps
375
376
OPTION(filestore_kill_at, OPT_INT, 0)            // inject a failure at the n'th opportunity
 
377
OPTION(filestore_fail_eio, OPT_BOOL, true)       // fail/crash on EIO
376
378
OPTION(journal_dio, OPT_BOOL, true)
377
379
OPTION(journal_aio, OPT_BOOL, false)
378
380
OPTION(journal_block_align, OPT_BOOL, true)