]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: disable multipathd by default
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Jan 2025 11:34:30 +0000 (20:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Jan 2025 15:57:07 +0000 (00:57 +0900)
Hopefully fixes #36008.

mkosi.extra.common/usr/lib/systemd/system-preset/00-mkosi.preset

index 269692b646ae3428b0c9765d80e6bcd26042e624..6fc4297fe31d9208820dec91284d9fe801563caa 100644 (file)
@@ -41,3 +41,14 @@ disable iscsiuio.socket
 disable selinux-autorelabel-mark.service
 
 enable coverage-forwarder.service
+
+# Old multipathd.service pulls deprecated systemd-udev-settle.service, and it
+# may timeout on a slow CI environment. We manually start the service in
+# TEST-64-UDEV-STORAGE, hence it is not to necessary enable it by default.
+# Note, in the upstream, the dependency was removed by
+# https://github.com/opensvc/multipath-tools/commit/c9689b678f53a468be0af0b6fdcd0538ccf635cb
+disable multipathd.service
+
+# The socket unit is disabled by default in the upstream:
+# https://github.com/opensvc/multipath-tools/commit/346e9adda4e5f0ccfcbb7a3eccf5f96001d95027
+disable multipathd.socket