[linux-lvm] fc4 lvm2 snapshot problem

Dennis Ortsen dortsen at gmail.com
Thu Jul 27 09:52:15 UTC 2006


On 7/26/06, Ehud Karni <ehud at unix.mvs.co.il> wrote:
> On Wed, 26 Jul 2006 00:04:10 +0200, linux-lvm at linbit.com wrote:
> > >
> > > My best guess is udev that is messing about. I don't know whether I can safely
> > > disable udev on a production server. But more importantly: what can I
> > > do to get this properly fixed? Am I missing an important update? Are
> > > there any known conflicts with other packages or third party software
> > > (such as roxen)? Is there anyone who has similar problems?
> >
> > maybe its the same problem?
> > excerpt from my /etc/udev/udev.rules:
> >
> > # device mapper creates its own device nodes, so ignore these
> > #lge: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343671
> > #KERNEL=="dm-[0-9]*",           NAME=""
> > KERNEL=="dm-[0-9]*",            OPTIONS+="ignore_device"
> > KERNEL=="device-mapper",        NAME="mapper/control"
>
> It must be this problem. And it is fixed by the line:
>     KERNEL=="dm-[0-9]*",            OPTIONS+="ignore_device"
> but in FC4/FC5 it should be in /etc/udev/rules.d/50-udev.rules .
>
> Ehud.
>

Thanks for pointing to that bug ID. After adding that line to the udev
rules the problem was gone!

Regards,

Dennis




More information about the linux-lvm mailing list