It is in rc.sysinit search for LVM the appears to be a error in the script it looks for /proc/lvm but proc/lvm doesn't exist untile you run vgchange -a y so I fixed that problem also I removed vgscan since It will over write the exisiting dat is run again which i have heard can case problems.
Pi
> --- Message d'origine --- > > From : Keith Morse <[EMAIL PROTECTED]> > Date : Fri, 29 Nov 2002 01:12:11 -0800 (PST) > >>Finally got a disk array and was playing with LVM. One issue cropped up >and I haven't found an answer yet on Google and/or the list archives.>>After creating the logi
On Mon, 29 Nov 2004, toby wrote:
> Markku Kolkka wrote:
> >
> > Viestissä Perjantai 29. Marraskuuta 2002 11:12, Keith Morse kirjoitti:
> > > I'm having a dickens of a time trying to figure
> > > out where LVM gets initialized at in the startup scripts.
> >
> > /etc/rc.d/rc.sysinit:
> >
> > # LV
Markku Kolkka wrote:
>
> Viestissä Perjantai 29. Marraskuuta 2002 11:12, Keith Morse kirjoitti:
> > I'm having a dickens of a time trying to figure
> > out where LVM gets initialized at in the startup scripts.
>
> /etc/rc.d/rc.sysinit:
>
> # LVM initialization
> if [ -e /proc/lvm -a -x /sbin/vgc
Viestissä Perjantai 29. Marraskuuta 2002 11:12, Keith Morse kirjoitti:
> I'm having a dickens of a time trying to figure
> out where LVM gets initialized at in the startup scripts.
/etc/rc.d/rc.sysinit:
# LVM initialization
if [ -e /proc/lvm -a -x /sbin/vgchange -a -f /etc/lvmtab ]; then