-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure XFS max-retry=1 max-timeout=5 for EIO/ENOSPC errors #753
Merged
harshavardhana
merged 1 commit into
minio:master
from
balamurugana:Configure-XFS-retry-timeout-to-60-seconds-for-EIO-ENOSPC-errors
Apr 13, 2023
Merged
Configure XFS max-retry=1 max-timeout=5 for EIO/ENOSPC errors #753
harshavardhana
merged 1 commit into
minio:master
from
balamurugana:Configure-XFS-retry-timeout-to-60-seconds-for-EIO-ENOSPC-errors
Apr 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
harshavardhana
approved these changes
Apr 12, 2023
Oh btw @balamurugana rhel7 doesn't have these files. It's only on rhel8 and above.. |
harshavardhana
requested changes
Apr 12, 2023
@harshavardhana rhel 7 has the support [root@master ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[root@master ~]# uname -a
Linux master 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
[root@master ~]# ls -1 /sys/fs/xfs/vdb/error/metadata/{EIO,ENOSPC}/retry_timeout_seconds
/sys/fs/xfs/vdb/error/metadata/EIO/retry_timeout_seconds
/sys/fs/xfs/vdb/error/metadata/ENOSPC/retry_timeout_seconds
[root@master ~]# cat /sys/fs/xfs/vdb/error/metadata/EIO/retry_timeout_seconds /sys/fs/xfs/vdb/error/metadata/ENOSPC/retry_timeout_seconds
-1
-1
[root@master ~]# echo 60 > /sys/fs/xfs/vdb/error/metadata/EIO/retry_timeout_seconds; echo 60 > /sys/fs/xfs/vdb/error/metadata/ENOSPC/retry_timeout_seconds
[root@master ~]# cat /sys/fs/xfs/vdb/error/metadata/EIO/retry_timeout_seconds /sys/fs/xfs/vdb/error/metadata/ENOSPC/retry_timeout_seconds
60
60
[root@master ~]# |
harshavardhana
requested changes
Apr 12, 2023
bfb2379
to
3ffafe5
Compare
Updated PR works fine in RHEL 7/8/9 |
3ffafe5
to
21e4a28
Compare
Praveenrajmani
previously approved these changes
Apr 13, 2023
Signed-off-by: Bala.FA <[email protected]>
21e4a28
to
aa1872c
Compare
Praveenrajmani
approved these changes
Apr 13, 2023
harshavardhana
approved these changes
Apr 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_file_systems/configuring-xfs-error-behavior_managing-file-systems