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

Dynamic creation of disk pools #1707

Open
metsuke0 opened this issue Aug 2, 2024 · 0 comments
Open

Dynamic creation of disk pools #1707

metsuke0 opened this issue Aug 2, 2024 · 0 comments
Labels
Enhancement New feature or request

Comments

@metsuke0
Copy link

metsuke0 commented Aug 2, 2024

Is your feature request related to a problem? Please describe.
I autoscale my EC2 nodes and I need disk pools on every node with a certain label.

Describe the solution you'd like
Given certain topology/label constraints, a disk pool can be allocated to a node upon startup.

If a node is terminated or stopped, the disk pool would remain, along with its PVs and PVCs. When a new node is created, the disk pool would be assigned to that node along with the PVs and PVCs.

Describe alternatives you've considered
Portworx does this. Their StorageCluster kind is a good example of it working well.

kind: StorageCluster
spec:
  cloudStorage:
    deviceSpecs:
      - type=gp3,size=500...
    placement:
      nodeAffinity: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants