mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
load missed module for 9p
This commit is contained in:
parent
6350386764
commit
2dd0c0a734
@ -27,6 +27,7 @@ module VagrantPlugins
|
||||
retryable(:on => Vagrant::Errors::LinuxMountFailed,
|
||||
:tries => 5,
|
||||
:sleep => 3) do
|
||||
machine.communicate.sudo('modprobe 9p')
|
||||
machine.communicate.sudo(mount_command,
|
||||
:error_class => Vagrant::Errors::LinuxMountFailed)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user