Associate
what does this mean and whats the impact on performance
rpstewart said:RAID5 stores its data across multiple disks along with parity information so that if one drive fails all the data is accessible and the failed drive can be replaced and the contents rebuilt. To do this the array needs to be initialised, either offline (no access) or online (user access allowed) before it's fully fault tolerant..
I'm guessing that your array is initialising online in which case there will be a degredation in performance for a few hours depending on the size of the array while all the parity blocks are written out. Any user requests to the array will have to contend with this process.
Your best bet is probably to leave it churning overnight.