* Re: [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do
@ 2001-07-01 19:25 Erik Bågfors
2001-07-03 21:13 ` [linux-lvm] LVM on Redhat 2.4.3-12 Kernel gerry
2001-08-27 14:40 ` [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do AJ Lewis
0 siblings, 2 replies; 8+ messages in thread
From: Erik Bågfors @ 2001-07-01 19:25 UTC (permalink / raw)
To: linux-lvm
On 28 Jun 2001 18:39:43 +0530, RAGHVENDRA SHUKLA wrote:
>
> Hello,
> Thanks austin for the tech. help you have provided ,
> But still i am not clear about the difference between
> the already created partitions ( which are created during the
> Installation of linux ) and those created by the lvm ,
> also can i increase only those partitions which are created
> by the Lvm ?? Please Reply and help .
>
with normal partitioning you have
* disks
* partitions (on those disks)
* filesystems (on those partitions)
example
hda (disk)
|
/\
hda1 hda2 (partitions)
| |
ext2 reiserfs (filesystems)
with (linux-)lvm you have
* physical disks (PV) (on a partition or on a whole disk)
* volume groups (VG) (consists of one of more PV:s, think of them as virtual disks)
* Logival volumes (LV) (on those VG:s. think of them as virtual partitions)
So..
hda1 hdc1 (PV:s on partitions or whole disks)
\ /
\ /
diskvg (VG)
/ | \
/ | \
usrlv rootlv varlv (resizeable LV:s, think of them as resizeable virtual partitions)
| | |
ext2 reiserfs xfs (filesystems)
So you need to
1) create a pv
2) create a vg on that pv
3) create lv:s on that vg
4) create a filesystem on those lv:s
5) mount the lv:s
Hope that helps
/Erik
--
Erik B�gfors | http://erik.bagfors.nu/
erik@bagfors.nu | Erik.Bagfors@ardendo.se
Supporter of free software | GSM +46 733 279 273
fingerprint: 6666 A85B 95D3 D26B 296B 6C60 4F32 2C0B 693D 6E32
^ permalink raw reply [flat|nested] 8+ messages in thread
* [linux-lvm] LVM on Redhat 2.4.3-12 Kernel
2001-07-01 19:25 [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do Erik Bågfors
@ 2001-07-03 21:13 ` gerry
2001-07-03 21:33 ` Ben Lutgens
2001-07-04 7:38 ` Joe Thornber
2001-08-27 14:40 ` [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do AJ Lewis
1 sibling, 2 replies; 8+ messages in thread
From: gerry @ 2001-07-03 21:13 UTC (permalink / raw)
To: linux-lvm
I never could get LVM working on the 2.2.19 Redhat kernel. I had to
download the generic 2.2.19 kernel from kernel.org and then patch it.
Those same patches didn't work on RH's kernel.
I have now upgraded from RH 7.0 to 7.1 and compiled LVM statically in the
2.4.3-12 kernel that came with RH 7.1. When I boot using this kernel LVM
doesn't work. It still works if I go back to the 2.2.19 kernel.
My questions....
1. will LVM actually work with RH's 2.4.3-12 kernel?
2. does this kernel have to be patched?
3. do I just need updated LVM software?
In other words, how do I get this going under the new kernel???
Thanks! Gerry
--
"The lyf so short, the craft so long to learne." Geoffrey Chaucer
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-lvm] LVM on Redhat 2.4.3-12 Kernel
2001-07-03 21:13 ` [linux-lvm] LVM on Redhat 2.4.3-12 Kernel gerry
@ 2001-07-03 21:33 ` Ben Lutgens
2001-07-04 7:38 ` Joe Thornber
1 sibling, 0 replies; 8+ messages in thread
From: Ben Lutgens @ 2001-07-03 21:33 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 808 bytes --]
On Tue, Jul 03, 2001 at 05:13:57PM -0400, gerry@dorfam.ca wrote:
>
>In other words, how do I get this going under the new kernel???
We always recommend downloading kernel source from kernel.org, get a copy
of the latest released source from ftp.sistina.com and follow the steps
in the howto.
RedHat applies tons of custom patches ( 200+ ) to the vanilla source tree in an
attempt to one-up thier competition. While this is not inherintly bad, it
can make things difficult to sort out when you start trying to apply
patches that were generated based off of stock linus brand kernels. Also
there may be some hidden differences which let you think everything is
working while it in fact is not.
--
Ben Lutgens
Sistina Software Inc.
Kernel panic: I have no root and I want to scream
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-lvm] LVM on Redhat 2.4.3-12 Kernel
2001-07-03 21:13 ` [linux-lvm] LVM on Redhat 2.4.3-12 Kernel gerry
2001-07-03 21:33 ` Ben Lutgens
@ 2001-07-04 7:38 ` Joe Thornber
2001-07-04 21:50 ` Carlo Marcelo Arenas Belon
1 sibling, 1 reply; 8+ messages in thread
From: Joe Thornber @ 2001-07-04 7:38 UTC (permalink / raw)
To: linux-lvm
On Tue, Jul 03, 2001 at 05:13:57PM -0400, gerry@dorfam.ca wrote:
> I never could get LVM working on the 2.2.19 Redhat kernel. I had to
> download the generic 2.2.19 kernel from kernel.org and then patch it.
> Those same patches didn't work on RH's kernel.
>
> I have now upgraded from RH 7.0 to 7.1 and compiled LVM statically in the
> 2.4.3-12 kernel that came with RH 7.1. When I boot using this kernel LVM
> doesn't work. It still works if I go back to the 2.2.19 kernel.
All the major distributions have their own versions of the kernel. We
do not develop or test against these. So there are no guarantees that
LVM will work out of the box with anything other than Linus' kernels.
Some distributions, notably SuSE, work at making sure that LVM
integrates with their kernel.
>
> My questions....
> 1. will LVM actually work with RH's 2.4.3-12 kernel?
I don't know, perhaps we need a volunteer to deal with RedHat issues.
> 2. does this kernel have to be patched?
Yes.
> 3. do I just need updated LVM software?
Please use the latest tools.
> In other words, how do I get this going under the new kernel???
Personally I would just use a vanilla kernel.
- Joe
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-lvm] LVM on Redhat 2.4.3-12 Kernel
2001-07-04 7:38 ` Joe Thornber
@ 2001-07-04 21:50 ` Carlo Marcelo Arenas Belon
2001-07-05 9:39 ` Joe Thornber
0 siblings, 1 reply; 8+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2001-07-04 21:50 UTC (permalink / raw)
To: linux-lvm
<SNIP>
> > I have now upgraded from RH 7.0 to 7.1 and compiled LVM statically in the
> > 2.4.3-12 kernel that came with RH 7.1. When I boot using this kernel LVM
> > doesn't work. It still works if I go back to the 2.2.19 kernel.
weird, i have RH7.1 with a RH7.1beta kernel and running lvm0.9.1_beta6
without problems.
surelly the lvm patch could fit better on a linus kernel, but IMHO
RedHat's kernels are easy to patch and rebuild from the package.
and once you have a package it is far easier to duplicate the installation
on several machines that doing tar/patch/make.
actually i've been waiting for lvm 1.0.0 to make a new rpm to replace my
old kernel with a new 2.4.3-12 based one (no need to hurry so far)
if someone is interested i will post the tested packages when ready (BTW
anyone knows what happened to the 1.0 release that was supposed to be
yesterday?)
regards,
Carlo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-lvm] LVM on Redhat 2.4.3-12 Kernel
2001-07-04 21:50 ` Carlo Marcelo Arenas Belon
@ 2001-07-05 9:39 ` Joe Thornber
2001-07-05 11:17 ` Ed Tomlinson
0 siblings, 1 reply; 8+ messages in thread
From: Joe Thornber @ 2001-07-05 9:39 UTC (permalink / raw)
To: linux-lvm
On Wed, Jul 04, 2001 at 04:50:53PM -0500, Carlo Marcelo Arenas Belon wrote:
> <SNIP>
> (BTW anyone knows what happened to the 1.0 release that was supposed to be
> yesterday?)
The release is delayed :( I think we're going to need another beta
release before the great 1.0. We want to be careful that we can still
support existing systems with the bad alignments, as well as newly
created LV's that have correct alignment. This is going to involve an
upgrade tool that will be run on existing VG's before the new software
(beta8) can be used.
- Joe
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-lvm] LVM on Redhat 2.4.3-12 Kernel
2001-07-05 9:39 ` Joe Thornber
@ 2001-07-05 11:17 ` Ed Tomlinson
0 siblings, 0 replies; 8+ messages in thread
From: Ed Tomlinson @ 2001-07-05 11:17 UTC (permalink / raw)
To: linux-lvm, Joe Thornber
On July 5, 2001 05:39 am, Joe Thornber wrote:
> On Wed, Jul 04, 2001 at 04:50:53PM -0500, Carlo Marcelo Arenas Belon wrote:
> > <SNIP>
> > (BTW anyone knows what happened to the 1.0 release that was supposed to
> > be yesterday?)
>
> The release is delayed :( I think we're going to need another beta
> release before the great 1.0. We want to be careful that we can still
> support existing systems with the bad alignments, as well as newly
> created LV's that have correct alignment. This is going to involve an
> upgrade tool that will be run on existing VG's before the new software
> (beta8) can be used.
Think creating this tool is a very good idea. Suggest that you use beta8
in a very dirrected way - possibly publicly stating that the beta8 release
is to test X, Y and Z and will last N weeks/days (if no serious problems are
found). Alternatly you could use rc1 instead of beta8 and work from there.
Thanks
Ed Tomlinson
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do
2001-07-01 19:25 [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do Erik Bågfors
2001-07-03 21:13 ` [linux-lvm] LVM on Redhat 2.4.3-12 Kernel gerry
@ 2001-08-27 14:40 ` AJ Lewis
1 sibling, 0 replies; 8+ messages in thread
From: AJ Lewis @ 2001-08-27 14:40 UTC (permalink / raw)
To: Erik Bågfors; +Cc: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
n Sun, Jul 01, 2001 at 09:25:38PM +0200, Erik Bågfors wrote:
> hda1 hdc1 (PV:s on partitions or whole disks)
> \ /
> \ /
> diskvg (VG)
> / | \
> / | \
> usrlv rootlv varlv (resizeable LV:s, think of them as resizeable virtual partitions)
> | | |
> ext2 reiserfs xfs (filesystems)
I hope you don't mind, but I've stuck this diagram in the LVM howto. Is
that ok, or should i pull it out?
--
AJ Lewis
Sistina Software Inc. Voice: 612-638-0500
1313 5th St SE, Suite 111 Fax: 612-638-0500
Minneapolis, MN 55414 E-Mail: lewis@sistina.com
http://www.sistina.com
Current GPG fingerprint = 3B5F 6011 5216 76A5 2F6B 52A0 941E 1261 0029 2648
Get my key at: http://www.sistina.com/~lewis/gpgkey
(Unfortunately, the PKS-type keyservers do not work with multiple sub-keys)
-----Begin Obligatory Humorous Quote----------------------------------------
Programming graphics in X is like finding sqrt(pi) using Roman numerals.
-----End Obligatory Humorous Quote------------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2001-08-27 14:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-01 19:25 [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do Erik Bågfors
2001-07-03 21:13 ` [linux-lvm] LVM on Redhat 2.4.3-12 Kernel gerry
2001-07-03 21:33 ` Ben Lutgens
2001-07-04 7:38 ` Joe Thornber
2001-07-04 21:50 ` Carlo Marcelo Arenas Belon
2001-07-05 9:39 ` Joe Thornber
2001-07-05 11:17 ` Ed Tomlinson
2001-08-27 14:40 ` [linux-lvm] Installed the lvm on the Red Hat 7.1 then what to do AJ Lewis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.