Quote:
Originally Posted by rjo98
Both volumes are RAID5setup in the RAID BIOS upon boot. Does anyone know what its doing exactly? Since its a hardware RAID I'd think any array rebuilding would be done through that, although this says resync. I tried googling and reading the first page of results, but its no clearer to me really.
Personalities : [raid1]
read_ahead 1024 sectors
Event: 2
md0 : active raid1 sdb1[1] sda1[0]
859549696 blocks [2/2] [UU]
resync=DELAYED
md1 : active raid1 sdb2[1] sda2[0]
859533632 blocks [2/2] [UU]
[>....................] resync = 2.1% (18808576/859533632) finish=1404.8min speed=9971K/sec
unused devices: <none>
|
Hi
md0 is a software raid1 (mirror) of sda1 and sdb1
md1 is a software raid1 (mirror) of sda2 and sdb2.
These software raid's were created by
mdadm tool.
RAID1 resync is a process of copying data from first to second or from second to first RAID HDD.
Quote:
Originally Posted by rjo98
Also, what happens if people start adding data to the server before these resyncings finish? will that cause problems?
|
No. Main problem - RAID read/write speed will be decreased.