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 doesn't like the new cache shared folder feature #250

Closed
Annih opened this issue Nov 30, 2016 · 4 comments
Closed

Vagrant doesn't like the new cache shared folder feature #250

Annih opened this issue Nov 30, 2016 · 4 comments
Assignees

Comments

@Annih
Copy link
Contributor

Annih commented Nov 30, 2016

Hello,

Following update to kitchen-vagrant 0.21.0 my test-kitchen suites are failing on windows platform with the below error message:

---- Begin output of vagrant up --no-provision --provider virtualbox ----
STDOUT: Bringing machine 'default' up with 'virtualbox' provider...
STDERR: There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:

  • The shared folder guest path must be absolute: $env:TEMPomnibus�che
    ---- End output of vagrant up --no-provision --provider virtualbox ----

It seems due to a check in vagrant ensuring shared folder path is aboslute

Our vagrant and Gems' versions are:

  • vagrant 1.8.1
  • test-kitchen 1.14.0
  • kitchen-vagrant 0.21.0

I'm sorry I have no time to dig more, thanks in advance to have a look to this issue, in the meantime I'll just change my constraint on kitchen-vagrant to exclude release 0.21.0

Cc. @aboten

@cheeseplus
Copy link
Contributor

Thanks for the report, while we look into that I'd also note that Vagrant version is fairly old - Vagrant 1.9.0 just released.

@afiune
Copy link

afiune commented Nov 30, 2016

@Annih I second Cheeseplus. Thank you for reporting this. We are currently working on this problem. We will keep you posted!

afiune pushed a commit that referenced this issue Nov 30, 2016
We are going to default to `C` Drive since vagrant does not know about
the environament variables of the guest VM.

Closes #250

Signed-off-by: Salim Afiune <[email protected]>
@afiune
Copy link

afiune commented Nov 30, 2016

@Annih We are about to release a new gem. v.0.21.1 should fix your problem! 👍

afiune pushed a commit that referenced this issue Nov 30, 2016
We are going to default to `C` Drive since vagrant does not know about
the environament variables of the guest VM.

Closes #250

Signed-off-by: Salim Afiune <[email protected]>
@kamaradclimber
Copy link

thanks @afiune !

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

5 participants