[Remote Store] Add support to restore only unassigned shards #8836
Labels
enhancement
Enhancement or improvement to existing feature or request
Storage:Durability
Issues and PRs related to the durability framework
v2.10.0
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
UNASSIGNED
state as shards to be restored.restore_all_shards
which, as the name suggests, will restore all the shards of the given index. As some of the shards can be active, to avoid an inconsistent state, whenrestore_all_shards=true
is passed, index needs to be in closed state.The text was updated successfully, but these errors were encountered: