From 38a5acbb82779e6cae2f913a0402b04be458969a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 19 Mar 2013 14:01:08 -0700 Subject: [PATCH] osd: reenable 'journal aio = true' Now that #4079 is resolved. Reverts 1cfc3ae0. Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 52880f59feba1..3ae286cd3f283 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) -- 2.39.5