]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Blacklist vmw_vmci to avoid issues with vsock in Github Actions
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 30 May 2023 12:48:43 +0000 (14:48 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 31 May 2023 12:19:25 +0000 (14:19 +0200)
If this module is loaded, sending readiness notifications from the
VM will fail with "no route to host" so let's blacklist the module
to prevent that from happening.

mkosi.conf.d/10-systemd.conf

index bc74113c778bef2ce456dcf8597a58f1198085ce..640214c8a353626651bb06eab405ab600a6012b5 100644 (file)
@@ -39,3 +39,5 @@ KernelCommandLineExtra=systemd.crash_shell
                        # Make sure we pull in network related units even if nothing else depends on the
                        # network to be online.
                        systemd.wants=network-online.target
+                       # Make sure we don't load vmw_vmci which messes with virtio vsock.
+                       module_blacklist=vmw_vmci