Skip to content
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

Avoid bogus journal filling errors #536

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Avoid bogus journal filling errors #536

merged 2 commits into from
Dec 11, 2024

Conversation

jnovy
Copy link
Collaborator

@jnovy jnovy commented Dec 6, 2024

Issue #454 is likely caused by retryable_error() not catching all possible retryable errors from the write(2) syscall.

This PR should be FeeBSD compatible. The only retriable result in question is ENOBUFS which might be bound to network latencies. Hope these are acceptable.

Signed-off-by: Jindrich Novy [email protected]

jnovy added 2 commits December 3, 2024 01:57
Signed-off-by: Jindrich Novy <[email protected]>
Issue containers#454 is likely caused by retryable_error()
not catching all possible retriable errors from
the write(2) syscall.

This PR should be FeeBSD compatible. The only
retriable result in question is ENOBUFS which
might be bound to network latencies. Hope
these are acceptable.

Signed-off-by: Jindrich Novy <[email protected]>
@jnovy
Copy link
Collaborator Author

jnovy commented Dec 10, 2024

@haircommander @saschagrunert PTAL

@haircommander
Copy link
Collaborator

LGTM

@jnovy jnovy merged commit aee638f into containers:main Dec 11, 2024
27 checks passed
@jnovy jnovy deleted the retryable branch December 11, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants