aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/setup.sh')
-rwxr-xr-xvagrant/setup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/vagrant/setup.sh b/vagrant/setup.sh
index 3bbcc4ce..a135ea96 100755
--- a/vagrant/setup.sh
+++ b/vagrant/setup.sh
@@ -188,5 +188,10 @@ if [ $VAGRANT_DEFAULT_PROVIDER == libvirt ]; then
vagrant plugin install vagrant-libvirt
sudo usermod -a -G $libvirt_group $USER # This might require to reload user's group assigments
sudo systemctl restart libvirtd
+
+ # Start statd service to prevent NFS lock errors
+ sudo systemctl enable rpc-statd
+ sudo systemctl start rpc-statd
+
kvm-ok
fi