Re: ITP: LVM

1999-12-30 Thread Tom Lees
On Thu, Dec 30, 1999 at 10:26:29AM +1100, Hamish Moffatt wrote:
> On Wed, Dec 29, 1999 at 05:16:46PM +, Tom Lees wrote:
> > Assuming that noone else has already got it (I checked the WNPP webpage
> > and it wasn't listed), I intend to package LVM, which can be found at
> > 
> > http://linux.msede.com/lvm
> 
> What is it? Could you post a short description along with your ITP?

Description: The Logical Volume Manager for Linux
 LVM includes all of the support for handling read/write operations on
 physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
 multiple devices (MD), see mdadd(8) or even loop devices, see losetup(8)),
 creating volume groups from one or more physical volumes and creating
 one or more logical volumes in volume groups.

The Logical Volume Manager (LVM) adds an additional layer between
the physical peripherals and the i/o interface in the kernel to
get a logical view of disks.

This allows the concatenation of several disks (so-called physical volumes
or PVs) to form a storage pool (so-called Volume Group or VG) with
allocation units called physical extents (called PE).

Parts out of this VG then can be allocated in form of
so-called Logical Volumes or LVs in units called logical extents or LEs.
Each logical extent is mapped to a corresponding physical extent 
of equal size. These physical extents are mapped to offsets and blocks
on the disk(s).

The LVs can then be used through device special files similar to
/dev/sd[a-z]* or /dev/hd[a-z]* named /dev/VolumeGroupName/LogicalVolumeName.

But going beyond this, you are able to extend or reduce VGs AND LVs at runtime.

-- 
Tom <[EMAIL PROTECTED]>

When you jump for joy, beware that no-one moves the ground from beneath
your feet.
-- Stanislaw Lem, "Unkempt Thoughts"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: ITP: LVM

1999-12-30 Thread Martin Schulze
Hamish Moffatt wrote:
> On Wed, Dec 29, 1999 at 05:16:46PM +, Tom Lees wrote:
> > Assuming that noone else has already got it (I checked the WNPP webpage
> > and it wasn't listed), I intend to package LVM, which can be found at
> > 
> > http://linux.msede.com/lvm
> 
> What is it? Could you post a short description along with your ITP?

Logical Volume Manager.

It's known under HP-Sux, for example.

You put n disks into a volume group, then you create partitions on
that group, the LVM decides how to use which of these n disks, you
can resize the filesystems and move things from one physical disk
to another if you expect a failure and want to exchange disks.  You
can also add another disk to the group and expand the filesystems.

Regards,

Joey

-- 
Linux - the choice of a GNU generation.

Please always Cc to me when replying to me on the lists.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: ITP: LVM

1999-12-29 Thread Hamish Moffatt
On Wed, Dec 29, 1999 at 05:16:46PM +, Tom Lees wrote:
> Assuming that noone else has already got it (I checked the WNPP webpage
> and it wasn't listed), I intend to package LVM, which can be found at
> 
> http://linux.msede.com/lvm

What is it? Could you post a short description along with your ITP?


thanks
Hamish
-- 
Hamish Moffatt VK3SB. CCs of replies on mailing lists are welcome.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]