From a94e28fda44077f77058aeb4ff496da721daa1d8 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Wed, 11 May 2022 13:09:14 -0500 Subject: [PATCH] LU-14541 llite: reenable fast_read by default Reenable fast_read by default. Signed-off-by: John L. Hammond Change-Id: I9985beb88d13d21ee538c632fc288470a58b0257 Reviewed-on: https://review.whamcloud.com/47298 Reviewed-by: Andreas Dilger Reviewed-by: Patrick Farrell Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/llite/llite_lib.c | 2 +- lustre/tests/sanity.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 7378ade..3d200d7 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -179,7 +179,7 @@ static struct ll_sb_info *ll_init_sbi(void) atomic_set(&sbi->ll_sa_running, 0); atomic_set(&sbi->ll_agl_total, 0); set_bit(LL_SBI_AGL_ENABLED, sbi->ll_flags); - /* Disable LL_SBI_FAST_READ by default, see LU-15815. */ + set_bit(LL_SBI_FAST_READ, sbi->ll_flags); set_bit(LL_SBI_TINY_WRITE, sbi->ll_flags); set_bit(LL_SBI_PARALLEL_DIO, sbi->ll_flags); ll_sbi_set_encrypt(sbi, true); diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 61ac285..94774c8 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -41,8 +41,8 @@ init_logging ALWAYS_EXCEPT="$SANITY_EXCEPT " # bug number for skipped test: LU-9693 LU-6493 LU-9693 ALWAYS_EXCEPT+=" 42a 42b 42c " -# bug number: LU-8411 LU-9054 LU-15815 LU-15815 -ALWAYS_EXCEPT+=" 407 312 101j 271a" +# bug number: LU-8411 LU-9054 +ALWAYS_EXCEPT+=" 407 312 " if $SHARED_KEY; then # bug number: LU-14181 LU-14181 -- 1.8.3.1