-
Notifications
You must be signed in to change notification settings - Fork 168
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
Change default Vagrant synced folder to "/vagrant". #34
Conversation
LGTM |
Is it possible to test this change by triggering a scratch koji build? |
is this going to cause any breakage for folks who have currently deployed centos box's and do an update |
@kbsingh, sorry for the late reply. Yes, it would cause breakage for people who rely on
My rationale for this change is that the whole Vagrant eco-system is way bigger that the number of current Vagrant CentOS box users who rely on Thus this change would make CentOS with Vagrant experience a bit better by using Vagrant's default synced folder location. If we go for option 1., I can add a note to the README. |
I ran into this today trying to use the centos/7 box. The local ansible provisioner uses the default /vagrant path, making this box unusable for ansible provisioning.
|
I hit this all on centos/7. The expectance was +1 for bringing expected behaviour, i.e. |
This is the expected default for Vagrant boxes: https://docs.vagrantup.com/v2/synced-folders/
6e6001c
to
13d2208
Compare
I've rebased the PR. @kbsingh, what's you opinion on this? |
+1 |
@kbsingh, ping? |
An update regarding this issue from the blog post about the updated Vagrant images on the official CentOS blog:
|
@tjanez Thanks for the patch! This is exactly what I wanted to add for the next iteration of our Vagrant images, probably skipping the transitional release linking the two locations (I was just preparing to implement this myself when I found your existing PR). |
@lpancescu, no problem, I'm glad this issue will get resolved soon! |
lets do it! |
This is the expected default for Vagrant boxes:
https://docs.vagrantup.com/v2/synced-folders/
Note that the current default synced folder location caused confusion for many people (including me): hashicorp/vagrant#6154.