[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] Re: [Storage_sig] LVM and multipath ?
- From: Badari Pulavarty <pbadari us ibm com>
- To: christophe varoqui free fr
- Cc: Mike Anderson <andmike us ibm com>, dm-devel redhat com, storage_sig <storage_sig osdl org>
- Subject: [dm-devel] Re: [Storage_sig] LVM and multipath ?
- Date: 26 Oct 2004 07:50:12 -0700
Hi,
"multipath" command seems to be working fine with these changes.
Thanks,
Badari
On Tue, 2004-10-26 at 00:29, christophe varoqui free fr wrote:
> > > I tried multipath tools. I get Segfault with "multipath -v 2".
> > > Any ideas ? I am using multipath tools version 0.3.4. I added
> > > DEBUG=3 to makefile.
> > >
> > In 0.3.4 the multipath/main.c file near line 1382 I hit the same Segfault
> > as mpp->alias was not set in my case I assume you may be hitting the same
> > problem. The previous version of the multipath tools called setup_map
> > directly as is done a few lines down from the code at line 1382. If one
> > removes the mpp->alias from the if check it runs (at least for me it did).
> >
> > Christophe will need to comment on the correct fix.
> >
> indeed,
> I included the following fix to 0.3.5 :
>
> if ((mpp->alias &&
> 0 == strncmp(mpp->alias, conf->dev, FILE_NAME_SIZE)) ||
> 0 == strncmp(mpp->wwid, conf->dev, FILE_NAME_SIZE)) {
> setup_map(pathvec, mpp);
> goto out;
> }
>
> also note that the path grouping policies in 0.3.4 is busted.
> it is fixed in 0.3.5, but in the mean time you can comment out the call to
> sort_pg_by_summed_prio() in main.c
>
> regards,
> cvaroqui
> --
> _______________________________________________
> Storage_sig mailing list
> Storage_sig lists osdl org
> http://lists.osdl.org/mailman/listinfo/storage_sig
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]