dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* multipath-tools/path_priority pp_alua/rtpg.c p ...
@ 2011-10-24 13:41 bmarzins
  2011-11-02 21:51 ` Christophe Varoqui
  0 siblings, 1 reply; 5+ messages in thread
From: bmarzins @ 2011-10-24 13:41 UTC (permalink / raw)
  To: dm-cvs, dm-devel

CVSROOT:	/cvs/dm
Module name:	multipath-tools
Branch: 	RHEL5_FC6
Changes by:	bmarzins@sourceware.org	2011-10-24 13:41:32

Modified files:
	path_priority/pp_alua: rtpg.c 
	path_priority/pp_balance_units: pp_balance_units.c 

Log message:
	Fix for bz #737072. Shorten the timeout for the alua prio callout function
	from 5 minutes to 1 minute.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_alua/rtpg.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.3.2.5&r2=1.3.2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/path_priority/pp_balance_units/pp_balance_units.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.6&r2=1.6.2.1

--- multipath-tools/path_priority/pp_alua/rtpg.c	2009/08/18 21:12:02	1.3.2.5
+++ multipath-tools/path_priority/pp_alua/rtpg.c	2011/10/24 13:41:32	1.3.2.6
@@ -29,7 +29,7 @@
 #include "rtpg.h"
 
 #define SENSE_BUFF_LEN  32
-#define DEF_TIMEOUT     300000
+#define DEF_TIMEOUT     60000
 
 /*
  * Macro used to print debug messaged.
--- multipath-tools/path_priority/pp_balance_units/pp_balance_units.c	2006/08/02 21:37:24	1.6
+++ multipath-tools/path_priority/pp_balance_units/pp_balance_units.c	2011/10/24 13:41:32	1.6.2.1
@@ -38,7 +38,7 @@
 #define INQUIRY_CMDLEN  6
 #define INQUIRY_CMD     0x12
 #define SENSE_BUFF_LEN  32
-#define DEF_TIMEOUT     300000
+#define DEF_TIMEOUT     60000
 #define RECOVERED_ERROR 0x01
 #define MX_ALLOC_LEN    255
 #define SCSI_CHECK_CONDITION    0x2

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

end of thread, other threads:[~2011-11-07 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 13:41 multipath-tools/path_priority pp_alua/rtpg.c p bmarzins
2011-11-02 21:51 ` Christophe Varoqui
2011-11-03 21:58   ` Benjamin Marzinski
2011-11-03 22:04     ` Christophe Varoqui
2011-11-07 14:06       ` Benjamin Marzinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).