From: Yang Sheng Date: Thu, 11 May 2017 17:57:23 +0000 (+0800) Subject: LU-8364 ldiskfs: fixes for failover mode for RHEL7.3 X-Git-Tag: 2.9.59~82 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=3e29710665c7e41f7c36ec2012f3679d656ba7e2;hp=f07576d3f82b50d74a858ccd60f7bdd0977a85a4 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 --- 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