You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mantle/kola: use /var/ instead of /mnt/workdir-tmp for iscsi test
`/mnt/workdir-tmp/` is something that is mounted in when you run
`cosa run`. Using that path here might cause confusion making people
think there is some magical mount happening in the backend. Let's
just use `/var/` instead to make it less confusing.
0 commit comments