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

[Disk Manager] decrease amount of network hops while snapshot creating #869

Open
BarkovBG opened this issue Apr 2, 2024 · 2 comments
Open
Assignees
Labels
disk_manager Add this label to run only cloud/disk_manager build and tests on PR

Comments

@BarkovBG
Copy link
Collaborator

BarkovBG commented Apr 2, 2024

сейчас snapshot снимается так

  • snapshot идет на nbs control и читает с диска
  • nbs control читает с диска и возвращает данные на snapshot
  • snapshot сохраняет данные в s3

тут есть возможность уменьшить нагрузку и сделать так, чтобы nbs сам кладывал нужные данные в s3

@BarkovBG
Copy link
Collaborator Author

BarkovBG commented Apr 2, 2024

так же при создании диска из снапшота nbs сам может ходить за данными в s3 и наливать их

@EvgeniyKozev
Copy link
Collaborator

А зачем тогда вообще нужен сервис снапшета?
Можно тут чуть детальнее, какие функции он будет исполнять?
Хочется тут тогда понять, если он становится легковесным, то почему его просто не стартовать на виртуалках с nbs-control?

@SvartMetal SvartMetal added the disk_manager Add this label to run only cloud/disk_manager build and tests on PR label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
disk_manager Add this label to run only cloud/disk_manager build and tests on PR
Projects
None yet
Development

No branches or pull requests

4 participants