[DRE-commits] [vagrant-libvirt] 42/77: add module 9pnet_virtio

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


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

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

commit b0f9dc95b135494606b0aa330e67997eb653d8c6
Author: dima <pronix.service at gmail.com>
Date:   Mon Apr 28 08:52:12 2014 +0200

    add module 9pnet_virtio
---
 lib/vagrant-libvirt/cap/mount_p9.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/vagrant-libvirt/cap/mount_p9.rb b/lib/vagrant-libvirt/cap/mount_p9.rb
index 1db1b57..38545bd 100644
--- a/lib/vagrant-libvirt/cap/mount_p9.rb
+++ b/lib/vagrant-libvirt/cap/mount_p9.rb
@@ -28,6 +28,7 @@ module VagrantPlugins
                       :tries => 5,
                       :sleep => 3) do
               machine.communicate.sudo('modprobe 9p')
+              machine.communicate.sudo('modprobe 9pnet_virtio')
               machine.communicate.sudo(mount_command,
                       :error_class => Vagrant::Errors::LinuxMountFailed)
             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