Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 493b1b8

Browse files
committed
Increase xfs retries and timeouts
We're still seeing occasional flakes with out of space errors in CI, so try a higher number of retries and timeouts. I ran this on a branch 8 times in a row and they all passed, so maybe this helps? Signed-off-by: Ben Browning <bbrownin@redhat.com>
1 parent b90f5b1 commit 493b1b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-nvidia-l4-x1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
# Strip the lead "/dev/" off this device string
9393
ROOT_DEV=${ROOT_DEV#"/dev/"}
9494
95-
MAX_RETRIES=5
96-
RETRY_TIMEOUT_SECONDS=5
95+
MAX_RETRIES=10
96+
RETRY_TIMEOUT_SECONDS=10
9797
echo "Setting XFS retries for $ROOT_DEV to $MAX_RETRIES with a timeout of $RETRY_TIMEOUT_SECONDS"
9898
echo "$MAX_RETRIES" > "/sys/fs/xfs/$ROOT_DEV/error/metadata/ENOSPC/max_retries"
9999
echo "$RETRY_TIMEOUT_SECONDS" > "/sys/fs/xfs/$ROOT_DEV/error/metadata/ENOSPC/retry_timeout_seconds"

0 commit comments

Comments
 (0)