-
Notifications
You must be signed in to change notification settings - Fork 60
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
[0.2.0.dev] Using chef-solo provisioner on a box without 9p support causes kernel panic on the guest #222
Comments
I created and uploaded a "9p ready" CentOS 6.5 box. (you will find it on the List of Boxes Wiki page.) That box just works fine with chef-solo provisioner and the 9p synced folders. |
Oh, excellent! 👍 |
We need to check guest's capability. |
In my short research, I cannot detect guest's capability by checking guest kernel configuration. Does it acceptable? The direction of white listing p9 cap make RHEL/CentOS not to support p9 even when guest image is modified to support p9. |
I've made question on hashicorp/vagrant#3829 |
Answer is
so we can update document for box creator to advice to add kvm specific configuration in Vagrantfile in box file. |
Using chef-solo provisioner on a CentOS 6.5 box without 9p support causes the VM to get kernel panic.
How to reproduce:
Install vagrant-kvm 0.2.0.dev with PR #219. Then run the following commands.
The text was updated successfully, but these errors were encountered: