Re: [linux-lvm] offtopic but ...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




>> What i would like  is a solution which is between LVM and a RAIDx. LVM
>> has in my eyes the disadvantage that you create a filesystem over
> different
>> drives/partitions. If you lose one you nearly lose everything.

You don't create LV's on a "drive". You create them on a Physical
Volume ("PV"). This matters, becuse LVM has no real idea what the
underlying PV is, only that it's there. If the PV is RAID5 then
you can loose a disk drive without loosing the PV or any data on it.

>> With a RAID you lose a harddrive/partition (diskspace) to build it (more
>> costs for harddrives and maybe a controller).

You are not going to get reliability on multi-drive sytems without
SOME sort of redundancy. Either back the data up offline (e.g., to
tape, another disk or CD) or use RAID. If you really find the cost
of a single disk drive that prohibitive then feel free to pay for
it in time: make tape backups every time there is sufficient data
to be worth not re-entering.

Now you know why most people are willing to pay RAID5 -- many
companies I work for prefer RAID1+0 (i.e., mirroring individual
disks at the hardware level then appending their space into a
single large PV).

A 4-disk RAID5 doesn't eat that much of your total space and
should give reaonable performance. If you're desparate for
space, use an 8-drive stripe w/ 1b chunks.


> I'm too chicken to have faith in pvmove ;-)

Prbably a wise choice, especially since your method requires
accessing the most-used data.

Another approach is to cpio -p the items to a new location
and soft-link the old directory.

Main problem is that as the data use changes over time you
will likely have the least-used data filling the RAID5 system
and no more room for the hot stuff.


--
Steven Lembark                               2930 W. Palmer
Workhorse Computing                       Chicago, IL 60647
                                            +1 800 762 1582

_______________________________________________
linux-lvm mailing list
linux-lvm@sistina.com
http://lists.sistina.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

[Index of Archives]     [Gluster Users]     [Kernel Development]     [Linux Clusters]     [Device Mapper]     [Security]     [Bugtraq]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]

  Powered by Linux