[linux-lvm] Total free space using added VGs and LVs

Lou Arnold larnolda1 at gmail.com
Tue Oct 20 00:26:32 UTC 2009


Yes, OK, I see the advantage in your examples.

I've tried this (add a drive to VolGroup00/LogVol00) and it certainly works,
but it is much more difficult to undo than 1) creating a new volume group
and new volume, or 2) adding the drive to VolGroup00 and creating a new
volume. I read the documentation, but the file system fails whenever I
reboot. After all, LogVol00 is mounted at root, you can't unmount root
to shrink the volume. If you assume that the drive is empty and so you don't
have any data to migrate, how does one do it?


On 10/19/09, Drew <drew.kay at gmail.com> wrote:
>
> >> > 1) Why would you want several logical volumes in one volume group?
> >>
> >> The same reason(s) you would want to partition a regular hard drive.
> >>
> >> Maybe you only want /home to have 20GB so your kids can't flood the
> >> computer with downloaded music. Maybe you want /var/www to have
> >> restricted permissions so your home web server is less vulnerable to
> >> hackers. Maybe you're running a PVR application like MythTV and want a
> >> high-performance filesystem like XFS for storing recorded shows.
> >>
> >> All of these can be done with logical volumes, and are often easier
> under
> >> LVM.
> >
> >
> > But then if the above is true, then you may as well simply mount the
> > partition as normal and add an entry into the fstab file. You get no
> > advantage one way or the other - is that true?
>
> LVM does this better then regular disk partitioning. The fact that it
> creates a pool of space is it's power.
>
> Two examples.
>
> Let's say you don't have LVM and partitioned your disk with some
> leftover space. What happens if you change your mind and want to
> increase the size of a partition? Now you have to juggle the
> partitions on the disk while you move that free space around to a
> place where the partition can be extended. I've done it before and
> it's messy. LVM? Just use the lvextend command with the right
> parameters and you're done.
>
> Next. Say you have two 80GB disks each partitioned with two partitions
> 60GB & 20GB. Now say you need to add an extra partition 30GB in size.
> How? With regular disks, you pretty much can't. With LVM, you'd have
> 40GB free and can just create the 30GB logical volume without worrying
> about which disk.
>
> As a side note, can you cc: the LVM list when you reply? I don't think
> they're getting your side of this conversation.
>
>
> --
> Drew
>
> "Nothing in life is to be feared. It is only to be understood."
> --Marie Curie
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/linux-lvm/attachments/20091019/40dfcf25/attachment.htm>


More information about the linux-lvm mailing list