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

"vagrant up" fails if glance image does not have rsync #7

Closed
ggiamarchi opened this issue Mar 14, 2014 · 1 comment
Closed

"vagrant up" fails if glance image does not have rsync #7

ggiamarchi opened this issue Mar 14, 2014 · 1 comment

Comments

@ggiamarchi
Copy link
Owner

Even if no sync folder is declared in the Vagrantfile, vagrant tries to rsync Vagrantfile's directory on /vagrant. So, if rsync command is not available "vagrant up" fails. The VM is started but provisionners are not exectued.

Some possible solutions :

  • Test if rsync is available
    • and do not sync folders and log a warning if not
    • and do not sync /vagrant folder and log a warning if not but fails on user defined sync folders
  • Add configuration boolean property "sync.enabled"
  • Add configuration string property "sync.method" to allow to use other method than rsync
  • Try to fallback on other sync method ?

Solution will probably be a combination of some of these ones

@ggiamarchi
Copy link
Owner Author

The provider has moved to the standard vagrant synced folders middleware. I close all issues related to the legacy synced folders implementation. Feel free to comment/reopen this thread if you think you still get an issue related to this provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant