Skip to content

Commit

Permalink
fix: fix mdadm system extension
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dsseng committed Oct 4, 2024
1 parent f08669c commit ca8c853
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion internal/integration/api/extensions_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ca8c853

Please sign in to comment.