We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b38c8b0 + 493b1b8 commit 36f4472Copy full SHA for 36f4472
1 file changed
.github/workflows/e2e-nvidia-l4-x1.yml
@@ -92,8 +92,8 @@ jobs:
92
# Strip the lead "/dev/" off this device string
93
ROOT_DEV=${ROOT_DEV#"/dev/"}
94
95
- MAX_RETRIES=5
96
- RETRY_TIMEOUT_SECONDS=5
+ MAX_RETRIES=10
+ RETRY_TIMEOUT_SECONDS=10
97
echo "Setting XFS retries for $ROOT_DEV to $MAX_RETRIES with a timeout of $RETRY_TIMEOUT_SECONDS"
98
echo "$MAX_RETRIES" > "/sys/fs/xfs/$ROOT_DEV/error/metadata/ENOSPC/max_retries"
99
echo "$RETRY_TIMEOUT_SECONDS" > "/sys/fs/xfs/$ROOT_DEV/error/metadata/ENOSPC/retry_timeout_seconds"
0 commit comments