-
Notifications
You must be signed in to change notification settings - Fork 37
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 on F23 issues #123
Comments
@bkoz - would be useful to know the versions of vagrant & vagrant-libvirt you're using and where you got them from. "It seems my vagrant issues on RHEL7 have to do with what IP address gets put into /etc/exports. On my RHEL7.2 laptop, I've seen 172.17.42.1, 10.1.0.1 and 192.168.121.246 (the actual IP of the VM) get put into the file. When an 192.168.121.* IP is used, the nfs mount succeeds, otherwise it fails As a workaround, I've replaced /etc/exportfs with the following line and the mount succeeds consistently. "/vagrant/ose" 192.168.121.0/24(rw,no_subtree_check,all_squash,anonuid=14045, anongid=14045,fsid=2127096955) Also, occasionally, the nfs-server will not start after vagrant has written to /etc/exports. It seems like it somehow corrupts the file and confuses the nfs-server start up script." This looks like case (2) from above as well |
vagrant-libvirt/vagrant-libvirt#356 looks like it's in a similar ballpark as well |
bkoz: using https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4_x86_64.rpm |
I've suggested vagrant-libvirt/vagrant-libvirt#571 upstream to help with this issue. |
@chris-milsted
echo 'pool-refresh default' | sudo virsh
trickThe text was updated successfully, but these errors were encountered: