From: Luca Berra <bluca@comedia.it>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] Linux 2.4.0-test12-pre7 LVM .9 vs .8final
Date: Wed, 13 Dec 2000 08:36:53 +0100 [thread overview]
Message-ID: <20001213083653.A30015@colombina.comedia.it> (raw)
In-Reply-To: <20001212170719.A5990@sistina.com>; from lewis@sistina.com on Tue, Dec 12, 2000 at 05:07:20PM -0600
On Tue, Dec 12, 2000 at 05:07:20PM -0600, lewis@sistina.com wrote:
> On Tue, Dec 12, 2000 at 08:48:07AM +0100, Luca Berra wrote:
> > On Mon, Dec 11, 2000 at 07:44:32AM +0100, Ulf Bartelt wrote:
> > > A set of lvm tools for multiple versions of the io protocol could help a
> > > lot...
> > >
> > > Sure this can be faked using links, wrappers etc...
> >
> > i am using this piece of junk for testing and switching back btw 0.8 and 0.9
>
> As far as I can tell though, this won't help people who are booting off of LVM
> to transition to 0.9 We need some sort of boot disk image or something to
> activate the volume group under the 0.9 code.
I don't grok the problem, (i have root lvm on my main system)
/dev/vg01/lvol1 253871 49152 191612 20% /
since the only known way to boot this is by having an initrd
i just put lvm 0.9 tools in the initrd an rebooted
my linuxrc looks like:
#!/bin/sh -x
mount -t proc /proc /proc
echo "" > /proc/sys/kernel/modprobe
insmod -k /lib/modules/*/kernel/drivers/md/lvm-mod.o
insmod -k /lib/modules/*/kernel/drivers/md/md.o
insmod -k /lib/modules/*/kernel/drivers/md/raid1.o
insmod -k /lib/modules/*/kernel/drivers/md/xor.o
insmod -k /lib/modules/*/kernel/drivers/md/raid5.o
insmod -k /lib/modules/*/kernel/drivers/scsi/scsi_mod.o
insmod -k /lib/modules/*/kernel/drivers/scsi/aic7xxx.o aic7xxx='verbose'
insmod -k /lib/modules/*/kernel/drivers/scsi/sd_mod.o
insmod -k /lib/modules/*/kernel/drivers/block/floppy.o
insmod -k /lib/modules/*/kernel/fs/reiserfs/reiserfs.o
raidstart -a
ln -s md/0 /dev/md0
ln -s md/1 /dev/md1
vgscan -v
vgchange -a y
umount /proc
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
prev parent reply other threads:[~2000-12-13 7:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-08 16:47 [linux-lvm] Linux 2.4.0-test12-pre7 LVM .9 vs .8final Ricardo Muggli
2000-12-11 6:44 ` Ulf Bartelt
2000-12-11 14:32 ` lewis
2000-12-12 9:06 ` Ulf Bartelt
2000-12-12 7:48 ` Luca Berra
2000-12-12 23:07 ` lewis
2000-12-13 7:36 ` Luca Berra [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20001213083653.A30015@colombina.comedia.it \
--to=bluca@comedia.it \
--cc=linux-lvm@sistina.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox