mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
adding the nfs share on start
the nfs shares were missing when starting a container back up after it was halted.
This commit is contained in:
parent
f141c1934f
commit
06aa627fff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user