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 request] RAID Management #29

Closed
jivank opened this issue Dec 6, 2020 · 3 comments
Closed

[Feature request] RAID Management #29

jivank opened this issue Dec 6, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@jivank
Copy link

jivank commented Dec 6, 2020

Describe the solution you'd like
Ability to create LVM, BTRFS or ZFS from disks.
Would this be better suited as a Subservice? If so, is there any documentation for setting up one?

@jivank jivank added the enhancement New feature or request label Dec 6, 2020
@tobychui
Copy link
Owner

tobychui commented Dec 8, 2020

I am wondering if these disk management features are truly necessary. As this is an OS design for general purpose cloud computing instead of acting as a storage management system (or NAS OS).

It might be more suitable for Sub-service. If you are interested in developing one, please take a look at the subservice demo module
https://github.com/aroz-online/ArozOS-Subservice-Example

@yeungalan
Copy link
Collaborator

I believe zfs or btrfs is still a necessity for uptime in a high-performance computing system. As both filesystems could provide snapshot or self-healing, that could guarantee the system won't be crash easily.

@tobychui
Copy link
Owner

tobychui commented Dec 9, 2020

I believe zfs or btrfs is still a necessity for uptime in a high-performance computing system. As both filesystems could provide snapshot or self-healing, that could guarantee the system won't be crash easily.

What you are saying is true. However, I am busy working on the system core in these period of time. @yeungalan can you help pick one and start work on it first? You can start by adding a new zfs or btrfs module in file system under mod/filesystem.

I will assign this improvement work to you, thanks!

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