From c19525476dee05f31ecf0567c80047bd578f3c2c Mon Sep 17 00:00:00 2001 From: Dmitrii Shcherbakov Date: Wed, 21 Oct 2020 16:07:17 +0300 Subject: [PATCH] Drop pci-stub from the load-modules service pci-stub is available on Ubuntu from modules-extra kernel packages, however, those are not always installed. By the looks of it, this module is no longer supported by Libvirt either (presumably in favor of VFIO): https://github.com/libvirt/libvirt/commit/b8e7e9be9a2168648d16417e2442e322a17c44c7 Change-Id: I0db4d43d458893493232e150ae2f5b2bb7e05772 Closes-Bug: #1900113 --- snap-overlay/bin/load-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap-overlay/bin/load-modules b/snap-overlay/bin/load-modules index d6eb64a..efc826a 100755 --- a/snap-overlay/bin/load-modules +++ b/snap-overlay/bin/load-modules @@ -2,4 +2,4 @@ set -ex -modprobe -a vhost vhost-net vhost-scsi vhost-vsock pci-stub vfio nbd dm-mod dm-thin-pool dm-snapshot iscsi-tcp target-core-mod +modprobe -a vhost vhost-net vhost-scsi vhost-vsock vfio nbd dm-mod dm-thin-pool dm-snapshot iscsi-tcp target-core-mod