From 06aa627fff8a9bf7577d2ef20de1d7c8cae52908 Mon Sep 17 00:00:00 2001 From: Craig Vyvial Date: Thu, 21 Nov 2013 23:33:16 -0600 Subject: [PATCH] adding the nfs share on start the nfs shares were missing when starting a container back up after it was halted. --- lib/vagrant-libvirt/action.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/vagrant-libvirt/action.rb b/lib/vagrant-libvirt/action.rb index ca9ee64..a41f573 100644 --- a/lib/vagrant-libvirt/action.rb +++ b/lib/vagrant-libvirt/action.rb @@ -59,6 +59,10 @@ module VagrantPlugins # VM is not running or suspended. Start it.. Machine should gain # IP address when comming up, so wait for dhcp lease and store IP # into machines data_dir. + b2.use NFS + b2.use PrepareNFSSettings + b2.use ShareFolders + b3.use StartDomain b3.use WaitTillUp end