Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kkewwei opened this issue Feb 28, 2025 · 2 comments
Open

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

kkewwei opened this issue Feb 28, 2025 · 2 comments
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Snapshots untriaged

Comments

@kkewwei
Copy link
Contributor

kkewwei commented Feb 28, 2025

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

@kkewwei kkewwei added enhancement Enhancement or improvement to existing feature or request untriaged labels Feb 28, 2025
@andrross
Copy link
Member

Seems reasonable to me. @kkewwei let me know if you're interested in working on this and I'll assign it to you.

@kkewwei
Copy link
Contributor Author

kkewwei commented Mar 1, 2025

Seems reasonable to me. @kkewwei let me know if you're interested in working on this and I'll assign it to you.

Yes, please assign to me, Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Snapshots untriaged
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants