From b67bc73fd30a8e07f26c47a746ca53f2af41d366 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Fri, 4 Oct 2024 19:45:42 +0200 Subject: [PATCH] fix: fix mdadm system extension Update pkgs to include a fixed version of systemd-udevd which searches for udev rules under /usr/etc/udev/rules.d as used by our system extensions. Re-enable the affected test Fixes #9423 Signed-off-by: Dmitry Sharshakov --- Makefile | 2 +- internal/integration/api/extensions_qemu.go | 1 - pkg/machinery/gendata/data/pkgs | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 892d9de162..f0140b1127 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.9.0-alpha.0-3-g1151610 PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.9.0-alpha.0-17-g2b193f1 +PKGS ?= v1.9.0-alpha.0-18-gba0341e EXTRAS ?= v1.9.0-alpha.0 KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest diff --git a/internal/integration/api/extensions_qemu.go b/internal/integration/api/extensions_qemu.go index de9bc43c9d..1136971bd3 100644 --- a/internal/integration/api/extensions_qemu.go +++ b/internal/integration/api/extensions_qemu.go @@ -437,7 +437,6 @@ func (suite *ExtensionsSuiteQEMU) TestExtensionsStargz() { // TestExtensionsMdADM verifies mdadm is working, udev rules work and the raid is mounted on reboot. func (suite *ExtensionsSuiteQEMU) TestExtensionsMdADM() { - suite.T().Skip("skipped - see https://github.com/siderolabs/talos/issue/9423") node := suite.RandomDiscoveredNodeInternalIP(machine.TypeWorker) userDisks, err := suite.UserDisks(suite.ctx, node) diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index e4dd959123..bf0242da37 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.9.0-alpha.0-17-g2b193f1 \ No newline at end of file +v1.9.0-alpha.0-18-gba0341e \ No newline at end of file