From f2a6de7f7b0f1c2e0535198690fac9b3e6c82148 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/47299 Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: Patrick Farrell Tested-by: Maloo --- lustre/llite/llite_lib.c | 2 +- lustre/tests/sanity.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 04ebba8..a27fb48 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -168,7 +168,7 @@ static struct ll_sb_info *ll_init_sbi(void) atomic_set(&sbi->ll_sa_running, 0); atomic_set(&sbi->ll_agl_total, 0); sbi->ll_flags |= LL_SBI_AGL_ENABLED; - /* Disable LL_SBI_FAST_READ by default, see LU-15815. */ + sbi->ll_flags |= LL_SBI_FAST_READ; sbi->ll_flags |= LL_SBI_TINY_WRITE; sbi->ll_flags |= LL_SBI_PARALLEL_DIO; sbi->ll_flags |= LL_SBI_MMAP_RA_LOGIC; diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 220a3c0..c230e8f 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -43,8 +43,6 @@ ALWAYS_EXCEPT="$SANITY_EXCEPT " ALWAYS_EXCEPT+=" 42a 42b 42c " # bug number: LU-8411 LU-9054 LU-14921 ATM-2415 EX-4334 ALWAYS_EXCEPT+=" 407 312 101f 101k 400a 428" -# bug number: LU-15815 LU-15815 -ALWAYS_EXCEPT+=" 101j 271a" if $SHARED_KEY; then # bug number: LU-14181 LU-14181 -- 1.8.3.1