You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/18 13:31:13 UTC

[GitHub] [airflow] ashb commented on a change in pull request #9378: Fixed crashing webserver after /tmp is mounted from the host

ashb commented on a change in pull request #9378:
URL: https://github.com/apache/airflow/pull/9378#discussion_r442227174



##########
File path: Dockerfile.ci
##########
@@ -315,6 +315,9 @@ WORKDIR ${AIRFLOW_SOURCES}
 
 ENV PATH="${HOME}:${PATH}"
 
+# Needed to stop Gunicorn from crashing when /tmp is now mounted from host
+ENV GUNICORN_CMD_ARGS="--worker-tmp-dir /opt/airflow/tmp"

Review comment:
       Can I ask a different question: why do we need to mount /tmp from the host?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org