Skip to content
Snippets Groups Projects
Commit 3e297106 authored by Yang Sheng's avatar Yang Sheng Committed by Oleg Drokin
Browse files

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: default avatarYang Sheng <yang.sheng@intel.com>
Change-Id: Icd4b899f9c48040c2453c4d759149e323fa33e18
Reviewed-on: https://review.whamcloud.com/27077


Tested-by: Jenkins
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Reviewed-by: default avatarBob Glossman <bob.glossman@intel.com>
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent f07576d3
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,5 @@ rhel7/ext4-projid-feature-support.patch ...@@ -28,3 +28,5 @@ rhel7/ext4-projid-feature-support.patch
rhel7/ext4-projid-quotas.patch rhel7/ext4-projid-quotas.patch
rhel7/ext4-projid-xfs-ioctls.patch rhel7/ext4-projid-xfs-ioctls.patch
rhel7/ext4-fix-xattr-shifting-when-expanding-inodes.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment