andreahlert commented on issue #58932:
URL: https://github.com/apache/airflow/issues/58932#issuecomment-3862573602

   Taking a stab at this. I'm on Windows/WSL2 so the permissions issues are 
pretty familiar.
   
   Ended up putting the check in the Breeze Python side (in 
`perform_environment_checks()`) rather than `entrypoint_ci.sh`, because inside 
the Docker container the 9p filesystem layer is abstracted away by Docker 
Desktop - `stat -f -c %T` returns `ext2/ext3` for everything regardless of the 
source filesystem. On the host (WSL2), it correctly reports `v9fs` for Windows 
mounts.
   
   PR: #61562


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to