[Remote Store] Support repository registration during node bootstrap #8193
Labels
enhancement
Enhancement or improvement to existing feature or request
Severity-Blocker
Storage:Durability
Issues and PRs related to the durability framework
Storage
Issues and PRs relating to data and metadata storage
v2.10.0
Is your feature request related to a problem? Please describe.
Today we supports the registration of a repository via Put API call. But with remote backed storage we want all the indices to be remotely backed including system indices which essentially means that the repository registration has to be part of node bootstrap for system indices to be backed to remote store.
If the repository is not available during the bootstrap and the Opensearch cluster has the remote backed storage enabled will result in system indices being red.
Describe the solution you'd like
We would want to pass the repository information as part of yml file such that during the node bootstrap itself the repository gets registered.
Expected yml content
The text was updated successfully, but these errors were encountered: