Commit fb209f9
authored
Move creation of
In single-sled cases, our current RSS implementation would create
`/var/oxide` before issuing requests that would ultimately end up
creating files under it. However, in multisled cases, `/var/oxide` would
only be created on the sled running RSS; requests to other sleds that
tried to write files in that directory would fail.
This commit moves the creation of the directory from "early in RSS" to
"early in bootstrap-agent", ensuring it happens on all sleds./var/oxide from RSS to bootstrap-agent (#1132)1 parent 5a0d1e0 commit fb209f9
2 files changed
+16
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
141 | 157 | | |
142 | 158 | | |
143 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | 419 | | |
432 | 420 | | |
433 | 421 | | |
| |||
0 commit comments