Commit a7be1bf
authored
fix: fall back to TCP if on a read-only disk (#1072)
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it
In a read-only disk ( like a scratch container ) the flow to detect
connection fails because it can't create a folder. In that case it
should fall back to TCP.
#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
---------
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>1 parent 7f181dc commit a7be1bf
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | | - | |
| 311 | + | |
| 312 | + | |
311 | 313 | | |
| 314 | + | |
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
| |||
0 commit comments