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/08/11 06:47:34 UTC

[GitHub] [airflow] freedom1989 opened a new pull request #10287: Fix helm chart with dag persistence issue

freedom1989 opened a new pull request #10287:
URL: https://github.com/apache/airflow/pull/10287


   Fix: The volume doesn't mount if dags.persistence.enabled is true.
   
   The problem:
   After I enabled dags.persistence,  the webserver and workers can use the PVC correctly, but the scheduler still use its own volume.
   I was using the following setting:
   ```
   dags:
     persistence:
       enabled: true
       existingClaim: airflow-poc-dags-pvc
     gitSync:
       enabled: false
   ```
   
   Reason:
   The dags volume is not correctly mounted when dags.persistence.enabled=true.
   


----------------------------------------------------------------
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



[GitHub] [airflow] stale[bot] closed pull request #10287: Fix helm chart with dag persistence issue

Posted by GitBox <gi...@apache.org>.
stale[bot] closed pull request #10287:
URL: https://github.com/apache/airflow/pull/10287


   


----------------------------------------------------------------
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



[GitHub] [airflow] stale[bot] commented on pull request #10287: Fix helm chart with dag persistence issue

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on pull request #10287:
URL: https://github.com/apache/airflow/pull/10287#issuecomment-699603690


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
   


----------------------------------------------------------------
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