> -----Original Message----- > From: linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com] > On Behalf Of Alexander Lazarevich > Sent: Wednesday, September 20, 2006 10:48 AM > To: LVM general discussion and development > Subject: Re: LVM on RAID > > I should have been more clear. I'm not worried about LVM on one RAID. My > questions is specifically about creating an LVM volume group ACROSS two > RAID's. > > For example, we have a 64bit linux server, with two different RAID devices > attached to the host via Fiber. These RAID's are each 4TB volumes. The > RAID is attached as /dev/sda and /dev/sdb. What I'm asking about is > creating a LVM volume group, and joining /dev/sda AND /dev/sdb to that > same volume group, creating the lv of 8TB (minus overhead of course), and > then creating a filesystem on that lv. A 8TB filesystem, which is spanned > (via LVM) across both RAID's. > > Does anyone here do that? Reading all the reply's I realize I wasn't clear > enough about that, and neither was anyone's responses. I'm not using fiber, but I have a very similar setup: 2 x 3ware 9550SX hardware raid cards, with 3.73GB of SATA disk attached to each, exported as /dev/sdb and /dev/sdc. I've got a single VG across them. I allocate logical volumes as needed, rather than having a single massive LV spanned across the whole thing. At least one of those LVs has to span across the RAID div, though, as I've got more allocated than the capacity of a single RAID device. All in all, it's been a rock-solid setup, and very fast. _______________________________________________ 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/