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

Ability to set different storageClassName for different volumes #590

Open
maver1ck opened this issue Oct 13, 2024 · 2 comments
Open

Ability to set different storageClassName for different volumes #590

maver1ck opened this issue Oct 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@maver1ck
Copy link

Describe the current behavior

Currently storageClassName is used along all Starrocks volumes.

Describe the enhancement

I'd like to be able to set separate storageClassName for:

  • data storage
  • log storage
  • spill storage

Additional context

Rationale:
I'm using NVME volume (provisioned by Local PV Provisioner) for data volume.
I want to use standard volumes for logs.

@maver1ck maver1ck added the enhancement New feature or request label Oct 13, 2024
@alexkuku
Copy link

I meet this problem too, the be and fe pod's volumes will be mounted without order, I wonder if there are any ways I can mount the specify pv with my storages.

@yandongxiao
Copy link
Collaborator

Describe the current behavior

Currently storageClassName is used along all Starrocks volumes.

Describe the enhancement

I'd like to be able to set separate storageClassName for:

  • data storage
  • log storage
  • spill storage

Additional context

Rationale: I'm using NVME volume (provisioned by Local PV Provisioner) for data volume. I want to use standard volumes for logs.

We have supported this when you are using Helm Chart.
see #603
will release it in next one or two weeks

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