Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan fails to run in Vagrant/Virtualbox on Windows #34

Open
benfortuna opened this issue May 23, 2019 · 1 comment
Open

Plan fails to run in Vagrant/Virtualbox on Windows #34

benfortuna opened this issue May 23, 2019 · 1 comment

Comments

@benfortuna
Copy link

When running astro plan --trace in a repository on the host filesystem the process hangs with:

[TRACE] 2019/05/23 01:48:51 terraform: copying tree from /host/home/Development/my-repo to /host/home/Development/my-repo/.astro/01DBH60VM64E5ZGFBF33H7GQJE/my-module/sandbox

It does work when run from /tmp.

Note that Windows doesn't support symbolic links and other UNIX features so it could be related (other applications using symbolic links have similar issues).

@dansimau
Copy link
Contributor

Symlinks are required for this to work; I haven't tested this on Windows at all. Though I understand symlinks do exist in NTFS so in theory this could work.

Virtualbox adds another complication, however. If the filesystem is virtualboxfs, then I think symlink creation won't work in the guest at all and this is by design. See: https://askubuntu.com/questions/446317/how-to-make-guest-os-follow-symlinks-from-shared-folder

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

No branches or pull requests

2 participants