From 3e29710665c7e41f7c36ec2012f3679d656ba7e2 Mon Sep 17 00:00:00 2001 From: Yang Sheng Date: Fri, 12 May 2017 01:57:23 +0800 Subject: [PATCH] LU-8364 ldiskfs: fixes for failover mode for RHEL7.3 When ldiskfs runs in failover mode with read-only disk, it may lose part of allocation updates and fail while mounting fs due to group descriptor checks before journal replay. Don't produce panics with on-disk checks in read-only mode. Include ext4-dont-check-before-replay and ext4-dont-check-in-ro patches in the RHEL7.3 series. The check-ro patch should be ported in to RHEL7.3. Signed-off-by: Yang Sheng Change-Id: Icd4b899f9c48040c2453c4d759149e323fa33e18 Reviewed-on: https://review.whamcloud.com/27077 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: Bob Glossman Tested-by: Maloo Reviewed-by: Oleg Drokin --- ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.3.series | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.3.series b/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.3.series index 82d0b1d..0384351 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.3.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-3.10-rhel7.3.series @@ -28,3 +28,5 @@ rhel7/ext4-projid-feature-support.patch rhel7/ext4-projid-quotas.patch rhel7/ext4-projid-xfs-ioctls.patch rhel7/ext4-fix-xattr-shifting-when-expanding-inodes.patch +rhel6.3/ext4-dont-check-in-ro.patch +rhel7.2/ext4-dont-check-before-replay.patch -- 1.8.3.1