[DRE-commits] [vagrant-libvirt] 13/67: adding the nfs share on start

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.

commit 06aa627fff8a9bf7577d2ef20de1d7c8cae52908
Author: Craig Vyvial <cp16net at gmail.com>
Date:   Thu Nov 21 23:33:16 2013 -0600

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list