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
Move creation of /var/oxide from RSS to bootstrap-agent (#1132)
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.
0 commit comments