Questions tagged [raid5]

RAID (redundant array of independent disks, originally redundant array of inexpensive disks[1][2]) is a storage technology that combines multiple disk drive components into a logical unit. Data is distributed across the drives in one of several ways called "RAID levels", depending on what level of redundancy and performance (via parallel communication) is required. RAID 5 is a specific implementation.

RAID 5 (block-level striping with distributed parity) distributes parity along with the data and requires all drives but one to be present to operate; the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. However, a single drive failure results in reduced performance of the entire array until the failed drive has been replaced and the associated data rebuilt. Additionally, there is the potentially disastrous RAID 5 write hole. RAID 5 requires at least three disks.

enter image description here

Source: wikipedia

530 questions
3
votes
2 answers

Drive configuration for 5 large databases

I've got 5 databases, each 300GB, currently on a RAID 5 array consisting of 5 drives. All the databases are used heavily, at the same time, so drive speed is an issue. Would I see better performance if I got rid of the RAID 5 configuration and just…
Mr. Flibble
  • 723
  • 3
  • 13
  • 23
3
votes
4 answers

MediaShield RAID 5 is showing up as 760GB when the actual size is 2.7TB

I just finished setting up Windows 2003 Server on my new server, and I started setting up a RAID 5 for it. I have 4x1TB Hard Drives. From MediaSheild RAID Utility (at boot time) the RAID size is displayed as 2.7TB. Linux also shows it as 2.7TB.…
3
votes
5 answers

Disk failed part way through 3ware RAID 5 rebuild

I have a 3ware 9650SE RAID controller with a RAID 5 array containing 15 Seagate ST31000340NS disks. After noticing ECC errors in the Port 10 drive I replaced it with a spare and began a RAID rebuild. Part way through the rebuild the Port 5 disk…
Dan
  • 31
  • 1
  • 3
3
votes
1 answer

e2fsck cleans a filesystem and then a few minutes later (after a lot of reads) there are errors

The filesystem is on an LVM RAID5. It appears to be working correctly: $ sudo pvs [sudo] password for jrwren: PV VG Fmt Attr PSize PFree /dev/sda2 datavg lvm2 a-- <7.28t 2.80t /dev/sdb2 datavg lvm2 a-- <3.64t 0 …
jrwren
  • 370
  • 2
  • 5
  • 16
3
votes
0 answers

Can iostat output show mismatched read data for mdadm raid5 array?

I'm trying to understand this iostat output: tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd Device 500.30 58.9M 19.4k 0.0k 329.1G 108.5M 0.0k sdc 500.26 58.9M …
JoeSlav
  • 99
  • 2
  • 12
3
votes
2 answers

What is the overhead of ZFS RAIDz1/2 in HPC SSD Environment?

Example hardware / host: Modern 64 Core CPU, 128GB Memory 8 x Micron Pro 15.36TB u.2 SSDs SSDs connected by dedicated Oculink per device (no backplane or PCIe sharing) Ubuntu 20.04 Use case: A backup server for hundreds of hosts. Backup is…
epea
  • 406
  • 1
  • 9
  • 19
3
votes
1 answer

Drive allocation in a RAID 50 array on a HPE DL380 G9

I have a DL380 G9 with 12x8TB 3.5" disks: | 1 | 4 | 7 | 10 | | 2 | 5 | 8 | 11 | | 3 | 6 | 9 | 12 | In the Smart Array Controller GUI, if I select all 12 disks and assign them to a RAID 50 array, how will the controller divide the disks for the RAID…
rst-2cv
  • 171
  • 1
  • 1
  • 9
2
votes
1 answer

Swap failing drive on ProLiant with P410

On an old HP SE316M1R2 (Same machine as the much more common ProLiant DL 160 G6) I have a 4x450GB Raid 5 array handled by the stock P410 Smart Array controller, fw ver. 8.40.30.00. Drives are genuine 10k SAS 450gb 2.5. One of the drives (Bay 1) is…
Marco
  • 1,709
  • 3
  • 17
  • 31
2
votes
0 answers

Lenovo RD640 RAID-5 Expansion

I have a Lenovo RD640 server configured for 2.5" drives. I have a RAID-5 array with 3 x Seagate 600GB 10K SAS 2.5” (ST600MM0006). I urgently need to expand the RAID as a temporary measure, but apparently these drives are EOL and no longer supplied…
stevenvw
  • 21
  • 1
2
votes
3 answers

Server 2008 RAID5 resynching

I built a W2K8 R2 server last weekend, and built a R5 array using Disk Management, 5x 1TB drives. For the next 60 hours the status said 'Resynching (X%)' as it built the array. during this time i did read and write to the drive (slowly) and once the…
benpage
  • 185
  • 1
  • 9
2
votes
1 answer

LVM RAID 5 not resulting in logical volume size expected

I'm having an issue with LVM RAID 5 not allowing me to create a LV that uses the space on all four drives in the VG. What is particulary annoying is that I create fthis very same VG/LV using the same model of drives two years ago on this same system…
LazLong
  • 73
  • 8
2
votes
2 answers

HP Smart Array 5i Interim Recovery

Seemingly without cause the server suddenly stopped working. On reboot, it says one or more logical drives has failed. Drive #1 is the C drive with the OS and Drive #2 is the data drive. It shows that drive #2 is in INTERIM RECOVERY. Does that mean…
YarGnawh
  • 133
  • 2
  • 5
2
votes
4 answers

RAID 5 for SSD drives.

I am planning to deploy a cost efficient yet performant SAN/NAS setup for our main office. Use cases: storage for a 20-30 user VDI deployment, file server, primary backup location. Required usable capacity = 10TB. The storage software counterpart…
Laucktba
  • 305
  • 2
  • 8
2
votes
1 answer

MD, partially grown from RAID1 to RAID5 but was interrupted, disks removed, and now file system is FUBAR

I know that I made some stupid moves to get into this situation, please don't remind me, and don't ask why :-/ I have this Synology DS1515+, with 2x6TB drives in SHR, which means MD RAID1, with LVM on top. After starting a RAID1 to RAID5…
Esben von Buchwald
  • 281
  • 1
  • 4
  • 10
2
votes
2 answers

What happens if i remove a perfectly working disk from a RAID 5 and just put it back few minutes later?

Does the controller recognize it, keeping the data on it? or it starts rebuilding the raid as if it's a new disk?
Dario
  • 37
  • 6