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 50/60 Fixes: Pick better pdperarray defaults #690

Open
caladd opened this issue Jan 15, 2020 · 0 comments
Open

RAID 50/60 Fixes: Pick better pdperarray defaults #690

caladd opened this issue Jan 15, 2020 · 0 comments

Comments

@caladd
Copy link
Contributor

caladd commented Jan 15, 2020

The code, at least in controller_megacli.py, currently defaults number of disks to 5 and 6, which should be changed to 3 (RAID50) and 5 (RAID60).

New logic should be added after the number of arrays is calculated, to divide up the slots into equal sized groups, and calculate the final pdperarray number.

Creating a RAID50 with 8 disks, should automatically choose to create the array with two groups of disks with 4 disks per array, when the pdperarray option is not specified. Similarly, a RAID60 with 8 disks should also create two groups of disks with 4 disks per array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant