Skip to content

Commit 775d8c4

Browse files
committed
mantle/kola: use volume for testisocompletion device
For some reason in OCP 4.16 with podman-4.9.4-16.el9_4 AddDevice (--device /dev/virtio-ports/testisocompletion) doesn't seem to be mapping into the container correctly. Switch to Volume here.
1 parent 2b5dcd7 commit 775d8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantle/cmd/kola/resources/iscsi_butane_setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ storage:
104104
# makes it so we don't have to pull down COSA from quay
105105
Rootfs=/var/cosaroot
106106
Volume=/srv/boot.ipxe:/srv/boot.ipxe
107-
AddDevice=/dev/virtio-ports/testisocompletion:/dev/virtio-ports/testisocompletion
107+
Volume=/dev/virtio-ports/testisocompletion:/dev/virtio-ports/testisocompletion
108108
# Create a few writable directories from empty volumes. We
109109
# must use named volumes for now so we can pass :nocopy.
110110
# https://github.com/containers/podman/issues/25176

0 commit comments

Comments
 (0)