Skip to content

Commit

Permalink
tests/kola/root-reprovision/luks: don't use root label for LUKS device
Browse files Browse the repository at this point in the history
LUKS devices can have labels, separate from names, and this shows up as
the "filesystem label" and e.g. competes for `/dev/disk/by-label/root`
for the real root.

The Butane LUKS sugar doesn't do that. The storage docs don't do that.
So don't do that in our tests here either.

Likely fixes the testing issues in
#3124.
  • Loading branch information
jlebon authored and dustymabe committed Feb 25, 2025
1 parent c537e88 commit 5d44ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kola/root-reprovision/luks/config.ign
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"discard": true,
"openOptions": ["--perf-no_read_workqueue"],
"label": "root",
"label": "luks-root",
"wipeVolume": true
}
],
Expand Down

0 comments on commit 5d44ae5

Please sign in to comment.