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

RAID calculator #1347

Open
3 tasks done
cloud-dweller opened this issue Oct 15, 2024 · 0 comments
Open
3 tasks done

RAID calculator #1347

cloud-dweller opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request triage

Comments

@cloud-dweller
Copy link

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

This new tool receives as user input the number of drives, the desired RAID and the tool returns the capacity of the new volume and the gain of speed and fault tolerance.

For instance if we put RAID10 of 6 drives of 600Gb we receive as response:
Speed gain: 6x read and 3x write speed
Fault tolerance: 1 disk
Capacity: 1.8 Tb

Is their example of this tool in the wild?

https://www.raid-calculator.com/

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@cloud-dweller cloud-dweller added enhancement New feature or request triage labels Oct 15, 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 triage
Projects
None yet
Development

No branches or pull requests

1 participant