Comment 1 for bug 1693847

Revision history for this message
chandan kumar (chkumar246) wrote :

We also need to update the docs:
For Fedora 25:
[1.] sudo dnf install @vagrant

[2.] While setting up NFS, i hitted with mountd.service not found.
https://developer.fedoraproject.org/tools/vagrant/vagrant-nfs.html is the recommended way to setup nfs.

[3.] We donot need vagrant-vbguest for vagrant-libvirt we need to fix it.

Apart from that i hit this error on fedora 25 while doing vagrant up:
==> operator: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

set -e
mkdir -p /home/vagrant/kolla
mount -o vers=3,udp 192.168.121.1:/opt/stack/kolla /home/vagrant/kolla
if command -v /sbin/init && /sbin/init --version | grep upstart; then
  /sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=/home/vagrant/kolla
fi

Stdout from the command:

Stderr from the command:

mount.nfs: requested NFS version or transport protocol is not supported