Skip to content

Commit 125bc9e

Browse files
committed
mantle/kola: use TimeoutStartSec for iscsi tests
Pulling COSA from quay takes a good amount of time. Let's bump this so the service doesn't timeout like has been seen: ``` Jan 27 13:27:10 localhost systemd[1]: Starting Boot VM over iSCSI... Jan 27 13:28:21 localhost chronyd[1116]: Can't synchronise: no selectable sources Jan 27 13:28:21 localhost chronyd[1116]: Source 149.28.200.179 replaced with 67.217.246.204 (2.rhel.pool.ntp.org) Jan 27 13:31:16 localhost systemd[1289]: Created slice User Background Tasks Slice. Jan 27 13:31:16 localhost systemd[1289]: Starting Cleanup of User's Temporary Files and Directories... Jan 27 13:31:16 localhost systemd[1289]: Finished Cleanup of User's Temporary Files and Directories. Jan 27 13:31:26 localhost systemd[1]: coreos-iscsi-vm.service: start operation timed out. Terminating. Jan 27 13:31:26 localhost systemd[1]: coreos-iscsi-vm.service: Main process exited, code=exited, status=1/FAILURE Jan 27 13:31:26 localhost systemd[1]: coreos-iscsi-vm.service: Failed with result 'timeout'. ``` (cherry picked from commit c4a64ab)
1 parent 86f8ce4 commit 125bc9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mantle/cmd/kola/resources/iscsi_butane_setup.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ storage:
110110
# Start by default on boot
111111
WantedBy=multi-user.target
112112
[Service]
113+
# Extend start time. COSA is a large image we are pulling from quay.
114+
TimeoutStartSec=600
113115
# fix permissions on the serial device before passing it as a volume
114116
ExecStartPre=chmod 777 /dev/virtio-ports/testisocompletion
115117
# Pipe the logs to a virtio port so kola saves them

0 commit comments

Comments
 (0)