Skip to content

Commit

Permalink
tests/crio: don't try to write to /tmp
Browse files Browse the repository at this point in the history
It's not really useful to write to `/tmp` from Ignition because a tmpfs
gets mounted on top anyway in the real root which will mask all this. So
this bit of the cri-o test's Ignition config actually had no effect.
Just remove it.

Also note that when composefs lands in RHCOS, this would have become a
hard error because `/tmp` would be read-only before switchroot.
  • Loading branch information
jlebon committed Nov 14, 2024
1 parent 7496933 commit 8fa4ad8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mantle/kola/tests/crio/crio.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ var enableCrioIgn = conf.Ignition(`{
"ignition": {
"version": "3.0.0"
},
"storage": {
"directories": [{
"path": "/tmp/test",
"mode": 511
}]
},
"systemd": {
"units": [
{
Expand Down

0 comments on commit 8fa4ad8

Please sign in to comment.