From: Sage Weil Date: Tue, 19 Mar 2013 21:01:08 +0000 (-0700) Subject: osd: reenable 'journal aio = true' X-Git-Tag: v0.60~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=38a5acbb82779e6cae2f913a0402b04be458969a;p=ceph.git osd: reenable 'journal aio = true' Now that #4079 is resolved. Reverts 1cfc3ae0. Signed-off-by: Sage Weil --- 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)