diff options
author | Sage Weil <sage@inktank.com> | 2013-03-19 14:01:08 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-03-22 09:15:23 -0700 |
commit | 38a5acbb82779e6cae2f913a0402b04be458969a (patch) | |
tree | 8c67e6148c4a8343c136aba180814e4b789a44d2 | |
parent | e5940da9a534821d0d8f872c13f9ac26fb05a0f5 (diff) | |
download | ceph-38a5acbb82779e6cae2f913a0402b04be458969a.tar.gz |
osd: reenable 'journal aio = true'
Now that #4079 is resolved. Reverts 1cfc3ae0.
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/common/config_opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 52880f59feb..3ae286cd3f2 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -482,7 +482,7 @@ OPTION(filestore_fail_eio, OPT_BOOL, true) // fail/crash on EIO OPTION(filestore_replica_fadvise, OPT_BOOL, true) OPTION(filestore_debug_verify_split, OPT_BOOL, false) OPTION(journal_dio, OPT_BOOL, true) -OPTION(journal_aio, OPT_BOOL, false) +OPTION(journal_aio, OPT_BOOL, true) // max bytes to search ahead in journal searching for corruption OPTION(journal_max_corrupt_search, OPT_U64, 10<<20) |