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

Commit 36f4472

Browse files
authored
Merge pull request #655 from instructlab/more-enospc-debug
Increase xfs retries and timeouts
2 parents b38c8b0 + 493b1b8 commit 36f4472

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)