On Thu, November 14, 2013 12:51, Reindl Harald wrote:
Am 14.11.2013 18:23, schrieb James B. Byrne:
From what I have read it appears that the system disk must use RAID 1 if it uses RAID at all.
no!
/boot must be RAID1, see below md0: /boot md1: / md2: /data
[root@srv-rhsoft:~]$ cat /proc/mdstat Personalities : [raid1] [raid10] md2 : active raid10 sda3[4] sdb3[3] sdc3[5] sdd3[0] 3875222528 blocks super 1.1 512K chunks 2 near-copies [4/4] [UUUU] bitmap: 4/29 pages [16KB], 65536KB chunk
md1 : active raid10 sda2[4] sdb2[3] sdc2[5] sdd2[0] 30716928 blocks super 1.1 512K chunks 2 near-copies [4/4] [UUUU] bitmap: 0/1 pages [0KB], 65536KB chunk
md0 : active raid1 sda1[4] sdb1[3] sdd1[0] sdc1[5] 511988 blocks super 1.0 [4/4] [UUUU]
So, this is saying, if I read it aright, that one can have multiple RAID arrays spread over the same spindles but each in differing partitions. Is that right?
I am just getting started with this so I am trying to fit what I am reading regarding RAID with what I have dealt with in the past, mainly LVM ext3 volumes. So I am doubtless just not getting it in some important way.
BTW, I intend to install CentOS-6.4 with software RAID as the eight disks are mounted in the system chassis. As far as I can tell, there is no hardware RAID controller (unless there is one on the MB, in which case SW Raid is likely a better choice anyway.
Regards,
James B. Byrne wrote:
On Thu, November 14, 2013 12:51, Reindl Harald wrote:
Am 14.11.2013 18:23, schrieb James B. Byrne:
From what I have read it appears that the system disk must use RAID 1 if it uses RAID at all.
So, this is saying, if I read it aright, that one can have multiple RAID arrays spread over the same spindles but each in differing partitions. Is that right?
<snip>
BTW, I intend to install CentOS-6.4 with software RAID as the eight disks are mounted in the system chassis. As far as I can tell, there is no
hardware
RAID controller (unless there is one on the MB, in which case SW Raid is likely a better choice anyway.
Big question: what manufacturer, and what support chips? Most of our Dells have PERC 6xx or 7xx, which is good hardware RAID. We have several boxes with the Intel RAID on chip - aka fakeRAID. They are a *pain*, and we had them just present unRAIDed drives, and used the very nice to use Linux software RAID.
mark
On Thu, Nov 14, 2013 at 5:20 PM, m.roth@5-cent.us wrote:
James B. Byrne wrote:
On Thu, November 14, 2013 12:51, Reindl Harald wrote:
Am 14.11.2013 18:23, schrieb James B. Byrne:
From what I have read it appears that the system disk must use RAID 1 if it uses RAID at all.
So, this is saying, if I read it aright, that one can have multiple RAID arrays spread over the same spindles but each in differing partitions. Is that right?
<snip>
In principle it is ok. Issue here is making sure you will not loose stuff if a drive takes a dump. It is easier to have different drives for different raids because you then can limit the damage. At leas that is what I was taught in kitty school.
BTW, I intend to install CentOS-6.4 with software RAID as the eight disks are mounted in the system chassis. As far as I can tell, there is no
hardware
IMHO software raid is not bad in principle, and the Linux one (mdadm) supposedly is rather decent. Think this way: you can grab those drives, slap them into another linux box, and rebuild the array. I could swear i head a presentation from a Dell engineer they thought the hardware raid was too slow. Also, this is the proper time to mention ZFS.
RAID controller (unless there is one on the MB, in which case SW Raid is likely a better choice anyway.
Big question: what manufacturer, and what support chips? Most of our Dells have PERC 6xx or 7xx, which is good hardware RAID. We have several boxes with the Intel RAID on chip - aka fakeRAID. They are a *pain*, and we had them just present unRAIDed drives, and used the very nice to use Linux software RAID.
Isn't the PERC a rebadged LSI?
mark
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Mauricio Tavares wrote:
On Thu, Nov 14, 2013 at 5:20 PM, m.roth@5-cent.us wrote:
<snip>
Big question: what manufacturer, and what support chips? Most of our Dells have PERC 6xx or 7xx, which is good hardware RAID. We have
several boxes
with the Intel RAID on chip - aka fakeRAID. They are a *pain*, and we had them just present unRAIDed drives, and used the very nice to use Linux software RAID.
Isn't the PERC a rebadged LSI?
Yup. Nice cards.
mark