linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch
@ 2001-10-20 15:12 Philippe Lefevre
  2001-10-20 16:21 ` [linux-lvm] can't pvcreate more than 64 dasds on Linux/390 stingtaogiga
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Lefevre @ 2001-10-20 15:12 UTC (permalink / raw)
  To: linux-lvm

 Hello all,
 
 I had to update my current kernel (2.2.17) to 2.2.19 with ext3 but I
 totaly forget to check if a patch were created for it to support
 LVM-1.0.1-rc4 (which runs fine for me with K2.4.10, thank you LVM team
 !!)
 
 I was able to build one using the rawio patch designed to 2.2.18 and
 easily fixing two small problems (two hunks were failed)
 but I'm tiedous to apply it like this.
 
 What do you think about that ? are there any plans for a 2.2.19 patch
??
 using 2.2.18 fragments coud it be a solution ?
 shoud I getting back to Kernel 2.2.18 ?
 
 Thanks for any answer,
 PhiL

-- 
----------------------------------------------------------------------
Linux 2.2.17 | Philippe Lefevre   E-mail: ph.l@libertysurf.fr |  =°)
             |                                                |  /\\
----------------------------------------------------------------_\_V--

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [linux-lvm] can't pvcreate more than 64 dasds on Linux/390
  2001-10-20 15:12 [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch Philippe Lefevre
@ 2001-10-20 16:21 ` stingtaogiga
  2001-10-21  3:04 ` [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch Adrian Phillips
  2001-10-22  3:00 ` Patrick Caulfield
  2 siblings, 0 replies; 4+ messages in thread
From: stingtaogiga @ 2001-10-20 16:21 UTC (permalink / raw)
  To: linux-lvm

I am using lvm-0.9.1_beta7-1 with TurboLinux6.5(2.2.19) over IBM
mainframe S/390. I tried to pvcreate 200 dasds(disks) together, than I'll
make them a vg, totally disk space around 500G.
    I can work with dasds whose major number is 94 (that is, 64 dasds in
total)all right. However, I fails to pvcreate those dasds whose major number
is 253, 252.... The message is:

[root@host96 block]# pvcreate /dev/dasdb[st]1
pvcreate -- invalid physical volume name "/dev/dasdbs1"

    I traced lvm kernel source and found that in
/usr/src/linux-2.2.19/include/linux/major.h, only dasd with major number 94
is defined. I think that's the reason pvcreate thought those dasds are
invalid.
    Any Solutions?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch
  2001-10-20 15:12 [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch Philippe Lefevre
  2001-10-20 16:21 ` [linux-lvm] can't pvcreate more than 64 dasds on Linux/390 stingtaogiga
@ 2001-10-21  3:04 ` Adrian Phillips
  2001-10-22  3:00 ` Patrick Caulfield
  2 siblings, 0 replies; 4+ messages in thread
From: Adrian Phillips @ 2001-10-21  3:04 UTC (permalink / raw)
  To: linux-lvm

>>>>> "Philippe" == Philippe Lefevre <ph.l@libertysurf.fr> writes:

    Philippe>  Hello all, I had to update my current kernel (2.2.17)
    Philippe> to 2.2.19 with ext3 but I totaly forget to check if a
    Philippe> patch were created for it to support LVM-1.0.1-rc4
    Philippe> (which runs fine for me with K2.4.10, thank you LVM team
    Philippe> !!)
 
    Philippe>  I was able to build one using the rawio patch designed
    Philippe> to 2.2.18 and easily fixing two small problems (two
    Philippe> hunks were failed) but I'm tiedous to apply it like
    Philippe> this.
 
2.2.18 would work fine but there was a problem with a change in rc4 -
check the archive; this is fixed in CVS but I haven't had any success
in connecting to CVS yet so I haven't so what was required to fix it
and nobody else seems to have had time yet either. My hope is that
there will be a rc5 soon with this fix in.

Sincerely,

Adrian Phillips

-- 
Your mouse has moved.
Windows NT must be restarted for the change to take effect.
Reboot now?  [OK]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch
  2001-10-20 15:12 [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch Philippe Lefevre
  2001-10-20 16:21 ` [linux-lvm] can't pvcreate more than 64 dasds on Linux/390 stingtaogiga
  2001-10-21  3:04 ` [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch Adrian Phillips
@ 2001-10-22  3:00 ` Patrick Caulfield
  2 siblings, 0 replies; 4+ messages in thread
From: Patrick Caulfield @ 2001-10-22  3:00 UTC (permalink / raw)
  To: linux-lvm

On Sat, Oct 20, 2001 at 08:05:24PM -0100, Philippe Lefevre wrote:
>  Hello all,
>  
>  I had to update my current kernel (2.2.17) to 2.2.19 with ext3 but I
>  totaly forget to check if a patch were created for it to support
>  LVM-1.0.1-rc4 (which runs fine for me with K2.4.10, thank you LVM team
>  !!)
>  
>  I was able to build one using the rawio patch designed to 2.2.18 and
>  easily fixing two small problems (two hunks were failed)
>  but I'm tiedous to apply it like this.
>  
>  What do you think about that ? are there any plans for a 2.2.19 patch
> ??
>  using 2.2.18 fragments coud it be a solution ?
>  shoud I getting back to Kernel 2.2.18 ?

The code in CVS patches cleanly against 2.2.19, though I'm not sure whether ext3
will affect it or not.

patrick

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-22  3:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-20 15:12 [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch Philippe Lefevre
2001-10-20 16:21 ` [linux-lvm] can't pvcreate more than 64 dasds on Linux/390 stingtaogiga
2001-10-21  3:04 ` [linux-lvm] LVM-1.0.1-rc4 and kernel-2.2.19 patch Adrian Phillips
2001-10-22  3:00 ` Patrick Caulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).