[CentOS] Software Raids Questions (I have only ever used hardware?)

Mon Sep 28 00:43:37 UTC 2009
Christopher Chan <christopher.chan at bradbury.edu.hk>

aurfalien at gmail.com wrote:
> craig, u can grow via md which is what u do first, then grow the fs.
>
> ex;
>
> mdadm --grow ... to add a drive
>   
He meant --add or -a
> then,
>
> mdadm --add ... to gorw the raid onto it
>   

He meant --grow + changes in size/numofdevices/yadayada
> then,
>
> pvresize ... to grow your filesystem onto it.
>
> atleast this is how i've dun it.
>