On Thu, 3 Nov 2011, Robin, Robin wrote:
I know that a lot of RAID controllers require drives with TLER/CCTL/ERC
support, so as not to prematurely presume a drive is dead (and put array in
degraded mode).
Does LVM have such requirement as well ? I'm wondering if LVM will
prematurely declare a non-TLER/CCTL/ERC drive dead prematurely and
deactivates the entire volume group..
Or is LVM configurable to operate reliably over a long time on
non-TLER/CCTL/ERC drives ?
When a PV dies, only that PV dies (and any LV parts on the PV). You should
ensure that metadata is written to at least 2 drives (but not too many).
I use software RAID1 or RAID10 for PVs. This also handles dead drives
gracefully, and performance for raid1 and raid10 is better than hardware
RAID (which generally is better for raid5 and raid6).
I like software raid1 because mirrors can be removed and
activated directly on another system (being sure to change UUID in case
drive ever gets back on original system), and similarly, data
is easy to see when things go south.
--
Stuart D. Gathman <stuart@bmsi.com>
Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flammis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/