Tagged Questions
4
votes
1answer
78 views
Linux mdadm --grow RAID6: Something wrong - reshape aborted
I have a RAID60 that I want to expand.
The current is: 2 axles each having 9 disks + 2 spares.
The future is: 4 axles each having 10 disks + 1 spare.
So I need to do some --grow to reshape the ...
0
votes
2answers
379 views
How to identify RAID (5 or 6) controllers that allow dynamic resize of the array
I'm building a server with a RAID5 array, based on a hardware controller. I want to be able to later add additional disks and have the array rebalance across all of the disks, enlarging the usable ...