Skip to content
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
2 changes: 2 additions & 0 deletions mantle/cmd/kola/resources/iscsi_butane_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ storage:
# Start by default on boot
WantedBy=multi-user.target
[Service]
# Extend start time. COSA is a large image we are pulling from quay.
TimeoutStartSec=600
# fix permissions on the serial device before passing it as a volume
ExecStartPre=chmod 777 /dev/virtio-ports/testisocompletion
# Pipe the logs to a virtio port so kola saves them
Expand Down
Loading