mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-07 18:41:33 +01:00
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 <dmitry.sharshakov@siderolabs.com>
This commit is contained in:
parent
f08669c7a9
commit
b67bc73fd3
2
Makefile
2
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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -1 +1 @@
|
||||
v1.9.0-alpha.0-17-g2b193f1
|
||||
v1.9.0-alpha.0-18-gba0341e
|
||||
Loading…
x
Reference in New Issue
Block a user