|
|||||||||||
|
Re: [OT] 19"/2U Cases
From: Mike Bird <mgb-debian(at)yosemite.net>
Date: Wed Aug 29 2007 - 17:54:31 EDT
Software RAID has been reliable for many years. We use software RAID in Etch on dozens of systems ranging from small workstations to terrabyte arrays. When two drives fail in a RAID 5 you'll lose your data - under software RAID yes but also under hardware RAID. There's no need for a 'rebuild drive' because the rebuild starts when the new drive is added with a command such as "mdadm -a /dev/md0 /dev/sda". Simple and fast. Hardware RAID can only manage entire drives. For flexibility and efficiency software RAID manages partitions. As you gain experience with RAID, you'll want different filesystems with different RAID characteristics within a single system. As a complex but real-world example: one can have four drives with /boot 4-way mirrored, swap consisting of two 2-way mirrors, most of the filesystems in RAID-5, and a large cache (e.g. squid or netflow) in RAID-0 or LVM PVs. Hardware RAID is much more expensive, and you have to keep a spare controller (or motherboard) to recover your data when the original controller (or motherboard) dies. > I can never recommend any software RAID for anything other than simple There are many people who know how to manage software RAID systems without unnecessarily losing data. Such people will most likely have actually used software RAID such as MD with persistent superblocks and will know that there is nothing to the above FUD unless they deliberately sabotage the default configurations. It sounds like you're trying to hand assemble RAIDs from lists of drive partitions rather than using UUIDs. LILO automatically updates mirrors. With the current Grub one should grub-install each mirror. --Mike Bird -- To UNSUBSCRIBE, email to debian-isp-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Wed Aug 29 17:55:07 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 00:07:41 EDT |
||||||||||
|
|||||||||||