What are the recognized ways to increase the size of the RAID array online/offline

raid

Is it possible, in theory, increase the size of the RAID-array of any level just by adding new drive(s)?
Variant like "backup whole data -> delete old array -> add/replace disks -> create new array -> restore data" is obvious so what are the other options?

Does it depend on the RAID-level only or on the implementation of RAID-controller only, or on both?

Adding new disks to a striped array necessarily leads to a rebuilding of the array
with the redistribution of the strips to the new drives?
What steps should be done to increase size of RAID-array in online/offline scenarios?
Especially interesting RAID-5 and RAID-10.
I would like to see the big picture.

Best Answer

This depends on the specific implementation. HP and Dell controllers will let you grow most RAID levels by just adding disks. You can even convert between certain RAID levels. All online without downtime.

Some implementations of software RAID do this in one form or another, some do not.

All modern filesystems that I can think of support online growing of partitions, so that's not that big of a deal - though, in Windows, the drive to be extended and the free space must be contiguous in many cases.

So, in general, yes - it is technically possible. Are you able to do it? It depends on what specific RAID implementation you're using. Consult your manual or manpage.

Related Topic