Index: trunk/packages/xvm-iscsi-config/debian/changelog
===================================================================
--- trunk/packages/xvm-iscsi-config/debian/changelog	(revision 1983)
+++ trunk/packages/xvm-iscsi-config/debian/changelog	(revision 1984)
@@ -1,2 +1,8 @@
+xvm-iscsi-config (0.0.8) unstable; urgency=low
+
+  * Lower the timeout to re-establish a connection after a failure.
+
+ -- Evan Broder <broder@mit.edu>  Thu, 15 Jan 2009 02:06:02 -0500
+
 xvm-iscsi-config (0.0.7) unstable; urgency=low
 
Index: trunk/packages/xvm-iscsi-config/debian/transform_iscsid.conf.xvm.mako
===================================================================
--- trunk/packages/xvm-iscsi-config/debian/transform_iscsid.conf.xvm.mako	(revision 1983)
+++ trunk/packages/xvm-iscsi-config/debian/transform_iscsid.conf.xvm.mako	(revision 1984)
@@ -8,5 +8,5 @@
 }
 
-s/^node.startup = manual/node.startup = automatic/m;
+s/^node\.startup = manual/node.startup = automatic/m;
 # mako just generally doesn't deal well with lines that start with
 # hashes, so we'll strip them
@@ -14,4 +14,8 @@
 # And empty lines too, just for cleanliness
 s/^#.*$//m;
+
+# This is how long requests will sit in the queue before being failed
+# up to the next layer (i.e. multipath)
+s/^#?(node\.session\.timeo\.replacement_timeout).*$/\1 = 15/m;
 print unless /^$/;
 
