nlesc-sherlock / emma

Ansible playbook to create a cluster with GlusterFS, Docker, Spark and JupyterHub services
Apache License 2.0
3 stars 4 forks source link

Copying keys to /tmp using Windows Subsystem for Linux no longer required #108

Open sverhoeven opened 6 years ago

sverhoeven commented 6 years ago

By remounting /mnt with metadata option you can have Linux permissions on files in c: . See https://blogs.msdn.microsoft.com/commandline/2018/01/12/chmod-chown-wsl-improvements/

This means the copying of keys to a Linux mount to set right permissions is not longer required. As the permissions can be set on files in a Windows mounted filesystem aswell.

This would also get rid of [WARNING] Ansible is being run in a world writable directory warning.