All of lore.kernel.org
 help / color / mirror / Atom feed
* multipath-tools Makefile
@ 2007-06-18 22:59 bmarzins
  2007-06-19  0:57 ` Chandra Seetharaman
  0 siblings, 1 reply; 6+ messages in thread
From: bmarzins @ 2007-06-18 22:59 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins@sourceware.org	2007-06-18 22:59:47

Modified files:
	.              : Makefile 

Log message:
	added missing pp_rdac directory to Makefile

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/Makefile.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.7.2.1&r2=1.7.2.2

--- multipath-tools/Makefile	2007/06/18 17:37:17	1.7.2.1
+++ multipath-tools/Makefile	2007/06/18 22:59:47	1.7.2.2
@@ -21,11 +21,11 @@
 export KRNLOBJ
 BUILDDIRS = multipath multipathd kpartx cciss_id path_priority/pp_alua \
 	    path_priority/pp_emc path_priority/pp_hds_modular \
-	    path_priority/pp_netapp path_priority/pp_tpc
+	    path_priority/pp_netapp path_priority/pp_rdac path_priority/pp_tpc
 
 ALLDIRS = multipath multipathd kpartx cciss_id path_priority/pp_alua \
 	  path_priority/pp_emc path_priority/pp_hds_modular \
-	  path_priority/pp_netapp path_priority/pp_tpc \
+	  path_priority/pp_netapp path_priority/pp_rdac path_priority/pp_tpc \
 	  libmultipath libcheckers
 
 VERSION = $(shell basename ${PWD} | cut -d'-' -f3)

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

* Re: multipath-tools Makefile
  2007-06-18 22:59 multipath-tools Makefile bmarzins
@ 2007-06-19  0:57 ` Chandra Seetharaman
  2007-06-19 21:15   ` Christophe Varoqui
  0 siblings, 1 reply; 6+ messages in thread
From: Chandra Seetharaman @ 2007-06-19  0:57 UTC (permalink / raw)
  To: device-mapper development; +Cc: dm-cvs, Christophe Varoqui

Hi,

Sorry about the late response. I just realized that pp_rdac has been
added to the multipath tree.

pp_rdac is not needed to support lsi-rdac devices. pp_tpc performs
equally good. I repeated my tests with pp_tpc and they did work well.

Thanks,

chandra
On Mon, 2007-06-18 at 22:59 +0000, bmarzins@sourceware.org wrote:
> CVSROOT:	/cvs/dm
> Module name:	multipath-tools
> Branch: 	RHEL5_FC6
> Changes by:	bmarzins@sourceware.org	2007-06-18 22:59:47
> 
> Modified files:
> 	.              : Makefile 
> 
> Log message:
> 	added missing pp_rdac directory to Makefile
> 
> Patches:
> http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/Makefile.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.7.2.1&r2=1.7.2.2
> 
> --- multipath-tools/Makefile	2007/06/18 17:37:17	1.7.2.1
> +++ multipath-tools/Makefile	2007/06/18 22:59:47	1.7.2.2
> @@ -21,11 +21,11 @@
>  export KRNLOBJ
>  BUILDDIRS = multipath multipathd kpartx cciss_id path_priority/pp_alua \
>  	    path_priority/pp_emc path_priority/pp_hds_modular \
> -	    path_priority/pp_netapp path_priority/pp_tpc
> +	    path_priority/pp_netapp path_priority/pp_rdac path_priority/pp_tpc
> 
>  ALLDIRS = multipath multipathd kpartx cciss_id path_priority/pp_alua \
>  	  path_priority/pp_emc path_priority/pp_hds_modular \
> -	  path_priority/pp_netapp path_priority/pp_tpc \
> +	  path_priority/pp_netapp path_priority/pp_rdac path_priority/pp_tpc \
>  	  libmultipath libcheckers
> 
>  VERSION = $(shell basename ${PWD} | cut -d'-' -f3)
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
-- 

----------------------------------------------------------------------
    Chandra Seetharaman               | Be careful what you choose....
              - sekharan@us.ibm.com   |      .......you may get it.
----------------------------------------------------------------------

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

* Re: multipath-tools Makefile
  2007-06-19  0:57 ` Chandra Seetharaman
@ 2007-06-19 21:15   ` Christophe Varoqui
  2007-06-19 21:25     ` Chandra Seetharaman
  0 siblings, 1 reply; 6+ messages in thread
From: Christophe Varoqui @ 2007-06-19 21:15 UTC (permalink / raw)
  To: sekharan; +Cc: dm-cvs, device-mapper development

Le lundi 18 juin 2007 à 17:57 -0700, Chandra Seetharaman a écrit :
> Hi,
> 
> Sorry about the late response. I just realized that pp_rdac has been
> added to the multipath tree.
> 
> pp_rdac is not needed to support lsi-rdac devices. pp_tpc performs
> equally good. I repeated my tests with pp_tpc and they did work well.
> 
rdac has superseded the tpc checker in the upstream tree.

This checker is currently the only one usable with LSI Engenio hardware
integrated by either IBM or SGI. As such I don't plan on removing it
from the tree, if it's ok with you.

Regards,
cvaroqui

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

* Re: multipath-tools Makefile
  2007-06-19 21:15   ` Christophe Varoqui
@ 2007-06-19 21:25     ` Chandra Seetharaman
  2007-06-19 21:34       ` Christophe Varoqui
  0 siblings, 1 reply; 6+ messages in thread
From: Chandra Seetharaman @ 2007-06-19 21:25 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: dm-cvs, device-mapper development

On Tue, 2007-06-19 at 23:15 +0200, Christophe Varoqui wrote:
> Le lundi 18 juin 2007 à 17:57 -0700, Chandra Seetharaman a écrit :
> > Hi,
> > 
> > Sorry about the late response. I just realized that pp_rdac has been
> > added to the multipath tree.
> > 
> > pp_rdac is not needed to support lsi-rdac devices. pp_tpc performs
> > equally good. I repeated my tests with pp_tpc and they did work well.
> > 
> rdac has superseded the tpc checker in the upstream tree.
> 

(A):
> This checker is currently the only one usable with LSI Engenio hardware
> integrated by either IBM or SGI. As such I don't plan on removing it
> from the tree, if it's ok with you.
> 

I am little confused here.

Background info:
------
(1) When I said we do _not_ need pp_rdac, I am referring to path
priority callout code(the code I submitted on May 21st). Code under the
directory path_priority/pp_rdac.

(2) The path checker code I submitted on March 23rd is needed to support
the LSI Engenio hardware. This code resides in libcheckers/rdac.c
------

(2) is needed and I presume you are referring to that at (A) 

(1) is not needed and we can achieve the same with
path_priority/pp_tpc/mpath_prio_tpc

> Regards,
> cvaroqui
> 
-- 

----------------------------------------------------------------------
    Chandra Seetharaman               | Be careful what you choose....
              - sekharan@us.ibm.com   |      .......you may get it.
----------------------------------------------------------------------

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

* Re: multipath-tools Makefile
  2007-06-19 21:25     ` Chandra Seetharaman
@ 2007-06-19 21:34       ` Christophe Varoqui
  2007-06-20  6:13         ` Hannes Reinecke
  0 siblings, 1 reply; 6+ messages in thread
From: Christophe Varoqui @ 2007-06-19 21:34 UTC (permalink / raw)
  To: sekharan; +Cc: dm-cvs, device-mapper development

Le mardi 19 juin 2007 à 14:25 -0700, Chandra Seetharaman a écrit :
> On Tue, 2007-06-19 at 23:15 +0200, Christophe Varoqui wrote:
> > Le lundi 18 juin 2007 à 17:57 -0700, Chandra Seetharaman a écrit :
> > > Hi,
> > > 
> > > Sorry about the late response. I just realized that pp_rdac has been
> > > added to the multipath tree.
> > > 
> > > pp_rdac is not needed to support lsi-rdac devices. pp_tpc performs
> > > equally good. I repeated my tests with pp_tpc and they did work well.
> > > 
> > rdac has superseded the tpc checker in the upstream tree.
> > 
> 
> (A):
> > This checker is currently the only one usable with LSI Engenio hardware
> > integrated by either IBM or SGI. As such I don't plan on removing it
> > from the tree, if it's ok with you.
> > 
> 
> I am little confused here.
> 
> Background info:
> ------
> (1) When I said we do _not_ need pp_rdac, I am referring to path
> priority callout code(the code I submitted on May 21st). Code under the
> directory path_priority/pp_rdac.
> 
> (2) The path checker code I submitted on March 23rd is needed to support
> the LSI Engenio hardware. This code resides in libcheckers/rdac.c
> ------
> 
> (2) is needed and I presume you are referring to that at (A) 
> 
> (1) is not needed and we can achieve the same with
> path_priority/pp_tpc/mpath_prio_tpc
> 

The confusion was on my side, thank you for pointing it.
I'll get back to my homework then.

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

* Re: multipath-tools Makefile
  2007-06-19 21:34       ` Christophe Varoqui
@ 2007-06-20  6:13         ` Hannes Reinecke
  0 siblings, 0 replies; 6+ messages in thread
From: Hannes Reinecke @ 2007-06-20  6:13 UTC (permalink / raw)
  To: christophe varoqui; +Cc: device-mapper development

Christophe Varoqui wrote:
> Le mardi 19 juin 2007 à 14:25 -0700, Chandra Seetharaman a écrit :
>> On Tue, 2007-06-19 at 23:15 +0200, Christophe Varoqui wrote:
>>> Le lundi 18 juin 2007 à 17:57 -0700, Chandra Seetharaman a écrit :
>>>> Hi,
>>>>
>>>> Sorry about the late response. I just realized that pp_rdac has been
>>>> added to the multipath tree.
>>>>
>>>> pp_rdac is not needed to support lsi-rdac devices. pp_tpc performs
>>>> equally good. I repeated my tests with pp_tpc and they did work well.
>>>>
>>> rdac has superseded the tpc checker in the upstream tree.
>>>
>> (A):
>>> This checker is currently the only one usable with LSI Engenio hardware
>>> integrated by either IBM or SGI. As such I don't plan on removing it
>>> from the tree, if it's ok with you.
>>>
>> I am little confused here.
>>
>> Background info:
>> ------
>> (1) When I said we do _not_ need pp_rdac, I am referring to path
>> priority callout code(the code I submitted on May 21st). Code under the
>> directory path_priority/pp_rdac.
>>
>> (2) The path checker code I submitted on March 23rd is needed to support
>> the LSI Engenio hardware. This code resides in libcheckers/rdac.c
>> ------
>>
>> (2) is needed and I presume you are referring to that at (A) 
>>
>> (1) is not needed and we can achieve the same with
>> path_priority/pp_tpc/mpath_prio_tpc
>>
> 
> The confusion was on my side, thank you for pointing it.
> I'll get back to my homework then.
> 
Or we finally resolve this issue by renaming pp_tpc to pp_rdac.

pp_tpc is sadly a misnomer as it was originally developed against SGI
TPC arrays, of which I only had insufficient documentation.
Only later I found out that this was actually a RDAC controller.

Christophe, go.

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Markus Rex, HRB 16746 (AG Nürnberg)

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

end of thread, other threads:[~2007-06-20  6:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-18 22:59 multipath-tools Makefile bmarzins
2007-06-19  0:57 ` Chandra Seetharaman
2007-06-19 21:15   ` Christophe Varoqui
2007-06-19 21:25     ` Chandra Seetharaman
2007-06-19 21:34       ` Christophe Varoqui
2007-06-20  6:13         ` Hannes Reinecke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.