Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mantle/kola: update AddDevice comment in iscsi_butane_setup.yaml #4016

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading