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

manage storage resources #182

Open
lukas016 opened this issue Feb 15, 2024 · 0 comments
Open

manage storage resources #182

lukas016 opened this issue Feb 15, 2024 · 0 comments
Labels
enhancement New feature or request prio-low

Comments

@lukas016
Copy link
Contributor

Summary

We can create empty disks which are stored as file on FS. It is same resource as memory, cpu, ... and it is limited by Partion size/capacity, so we need to manage it in resource manager as other resources.

We will need to implement update of storage state in resource manager for these calls:

  • Detach volume
  • Attach volume
  • Create machine
  • Delete Machine

Extend resource manager with managing of storage can be complicated because storage can be allocated/deallocated dynamically and synchronization delay between layers can be problematic.
I don't recommend implement this issue in first iteration of Resource manager, but minimally we can think about special edge cases as is allocation of resources for dynamically for living machine (detach/attach iri calls)

Motivation

Better managing of resources and minimize problems with scheduling

@lukas016 lukas016 added enhancement New feature or request prio-low labels Feb 15, 2024
@lukas016 lukas016 changed the title IDEA: create storage resource in ResourceManager manage storage resources Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio-low
Projects
Status: Todo
Development

No branches or pull requests

1 participant