Skip to content

Commit 5ec6daa

Browse files
jlebondustymabe
authored andcommitted
tests/crio: don't try to write to /tmp
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.
1 parent f5e20b9 commit 5ec6daa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mantle/kola/tests/crio/crio.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,6 @@ var enableCrioIgn = conf.Ignition(`{
174174
"ignition": {
175175
"version": "3.0.0"
176176
},
177-
"storage": {
178-
"directories": [{
179-
"path": "/tmp/test",
180-
"mode": 511
181-
}]
182-
},
183177
"systemd": {
184178
"units": [
185179
{

0 commit comments

Comments
 (0)