Skip to content

[Feature Request] Making snapshot store/restore rate dynamic #17488

Closed
@kkewwei

Description

@kkewwei

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

Labels

Storage:SnapshotsenhancementEnhancement or improvement to existing feature or request

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions