Commit 2a0aefa
committed
hydrate node-local storage prior to running a PULL
we were getting the following err:
```
RuntimeError: Failed to pull image
docker.io/timberio/vector:0.50.0-alpine: [Errno 2] No such file or
directory: '/tmp/XXXXX_hpc/storage/overlay-layers/layers.json'
```
this solves this by enabling the RW store on compute nodes1 parent 498e80e commit 2a0aefa
File tree
2 files changed
+6
-0
lines changed- backend/launcher
- interactem/launcher/templates
- tests
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
0 commit comments