Skip to content

Commit

Permalink
mantle/kola: update AddDevice comment in iscsi_butane_setup.yaml
Browse files Browse the repository at this point in the history
Add more clarity on why the AddDevice option is being used.
  • Loading branch information
dustymabe committed Jan 31, 2025
1 parent d87064a commit 7d6fa37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mantle/cmd/kola/resources/iscsi_butane_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ storage:
# makes it so we don't have to pull down COSA from quay
Rootfs=/var/cosaroot
Volume=/srv/boot.ipxe:/srv/boot.ipxe
# Add the testisocompletion virtio-serial device. Usually
# you don't need to explicitly specify devices when running
# as --privileged, but without this the /dev/virtio-ports/*
# symlink that points back to the real device won't exist:
# /dev/virtio-ports/testisocompletion -> ../vport1p1
AddDevice=/dev/virtio-ports/testisocompletion:/dev/virtio-ports/testisocompletion
# Create a few writable directories from empty volumes. We
# must use named volumes for now so we can pass :nocopy.
Expand Down

0 comments on commit 7d6fa37

Please sign in to comment.