Skip to content

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Jan 2, 2026

Sometimes we get a worker that does not have /mnt filesystem mounted. In this case we will attempt to use the same approach as with other jobs - we will just create empty /mnt folder and hope the disk space will be enough to run the job we want to run


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

Sometimes we get a worker that does not have /mnt filesystem mounted.
In this case we will attempt to use the same approach as with
other jobs - we will just create empty /mnt folder and hope the
disk space will be enough to run the job we want to run
@jscheffl
Copy link
Contributor

jscheffl commented Jan 2, 2026

Do you have a case where this happened? (Link)? Is in this case creating the folder might help. I had the impression that in some cases the full volume might be missing.

Copy link
Contributor

@amoghrajesh amoghrajesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a strange one

@jscheffl
Copy link
Contributor

jscheffl commented Jan 3, 2026

Merging as we saw more and more of such cases, hope that this resolves it... if not let's try again with a follow-up PR

@jscheffl jscheffl merged commit c865dde into apache:main Jan 3, 2026
58 checks passed
henry3260 pushed a commit to henry3260/airflow that referenced this pull request Jan 3, 2026
Sometimes we get a worker that does not have /mnt filesystem mounted.
In this case we will attempt to use the same approach as with
other jobs - we will just create empty /mnt folder and hope the
disk space will be enough to run the job we want to run
stegololz pushed a commit to stegololz/airflow that referenced this pull request Jan 9, 2026
Sometimes we get a worker that does not have /mnt filesystem mounted.
In this case we will attempt to use the same approach as with
other jobs - we will just create empty /mnt folder and hope the
disk space will be enough to run the job we want to run
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.

3 participants