From 20cc0024805d9471299983fa890303db392d1701 Mon Sep 17 00:00:00 2001 From: Yohei Ueda Date: Mon, 1 Jul 2024 23:13:58 +0900 Subject: [PATCH] mkosi-podvm: Remove NetworkManager from s390x fedora image Both NetworkManager and systemd-networkd are currently installed and each tries to obtain an IP address from an DHCP server. This results in two IP addresses assigned to a single network interface of a booted pod VM. The agent-protocol-forwarder process fails to start when multiple IP addresses are assigned. This patch removes NetworkManager from s390x fedora image, and fix the error of agent-protocol-forwarder. Fixes #1893 Signed-off-by: Yohei Ueda --- .../mkosi.presets/system/mkosi.conf.d/fedora-s390x.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cloud-api-adaptor/podvm-mkosi/mkosi.presets/system/mkosi.conf.d/fedora-s390x.conf b/src/cloud-api-adaptor/podvm-mkosi/mkosi.presets/system/mkosi.conf.d/fedora-s390x.conf index 6228de4ec..10fa3af54 100644 --- a/src/cloud-api-adaptor/podvm-mkosi/mkosi.presets/system/mkosi.conf.d/fedora-s390x.conf +++ b/src/cloud-api-adaptor/podvm-mkosi/mkosi.presets/system/mkosi.conf.d/fedora-s390x.conf @@ -10,8 +10,6 @@ PathExists=../../resources/buildS390xImage [Content] Bootable=no Packages=s390utils - dhclient - NetworkManager cloud-init cloud-utils-growpart