Closed
Description
Is your feature request related to a problem? Please describe
PUT /_snapshot/my-fs-repository
{
"type": "s3",
"settings": {
"bucket": "my-open-search-bucket",
"base_path": "my/snapshot/directory",
"max_restore_bytes_per_sec": "40m",
"max_snapshot_bytes_per_sec": "40m"
}
}
There are times when the I/O resources are idle, and we want to increase the backup/restore speed. Unfortunately, the max_restore_bytes_per_sec
and max_snapshot_bytes_per_sec
settings can't be modified after creating a repository, leaving us unable to make the necessary adjustments to speedup the process.
Describe the solution you'd like
Making snapshot store/restore rate dynamic
Related component
Storage:Snapshots
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done