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]: Tiered storage #2939

Open
1 task done
Zorlin opened this issue Dec 26, 2023 · 4 comments
Open
1 task done

[Feature]: Tiered storage #2939

Zorlin opened this issue Dec 26, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@Zorlin
Copy link

Zorlin commented Dec 26, 2023

Contact Details

zorlin@gmail.com

Is there an existing issue for this?

  • I have searched all the existing issues

Is your feature request related to a problem? Please describe.

I would like to use CubeFS with

  • Flash
  • NVMe
  • and spinning rust (regular hard drives)

However, right now I can't really blend those properly without doing weird hacks like making zones for each kind of storage device.

I would love to have a big unified file system, where files can be stored with goal levels like in MooseFS (and potentially you can even do read and write caching where files are cached through a flash/NVMe layer, but that is kind of a bonus feature).

Describe the solution you'd like.

I would love the ability to tag storage as belonging to a particular class of storage, and then be able to tag datasets to say they should stay within that class.

Additionally I'd like to be able to change the amount of replicas on a volume.

Describe an alternate solution.

Not sure, sorry.

Anything else? (Additional Context)

Really enjoying CubeFS :) This would make it killer for me

@Zorlin Zorlin added the enhancement New feature or request label Dec 26, 2023
@morphes1995
Copy link
Contributor

Is this issue in progress ? We also want the funcationality that cubeFS can distinguish different storage devices, like nvme and hdd. And user can specify storage device type when create volume. If nobody is working on this, may be i can try this

@xiaochunhe
Copy link
Contributor

yes, this issue is in progress

@xiaochunhe
Copy link
Contributor

@true1064,Can you post the general solution so that we can discuss it together?

@Zorlin
Copy link
Author

Zorlin commented Feb 2, 2024

Yay! I'm very glad to hear this! CubeFS is sounding more and more promising by the day, I would love to help spawn an English-speaking user community for it.

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

5 participants