Changeset 1984


Ignore:
Timestamp:
Jan 15, 2009, 2:07:21 AM (15 years ago)
Author:
broder
Message:

Shorten the timeout for when queued requests get punted to the next
level up (i.e. multipath)

Location:
trunk/packages/xvm-iscsi-config/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-iscsi-config/debian/changelog

    r1980 r1984  
     1xvm-iscsi-config (0.0.8) unstable; urgency=low
     2
     3  * Lower the timeout to re-establish a connection after a failure.
     4
     5 -- Evan Broder <broder@mit.edu>  Thu, 15 Jan 2009 02:06:02 -0500
     6
    17xvm-iscsi-config (0.0.7) unstable; urgency=low
    28
  • trunk/packages/xvm-iscsi-config/debian/transform_iscsid.conf.xvm.mako

    r1496 r1984  
    88}
    99
    10 s/^node.startup = manual/node.startup = automatic/m;
     10s/^node\.startup = manual/node.startup = automatic/m;
    1111# mako just generally doesn't deal well with lines that start with
    1212# hashes, so we'll strip them
     
    1414# And empty lines too, just for cleanliness
    1515s/^#.*$//m;
     16
     17# This is how long requests will sit in the queue before being failed
     18# up to the next layer (i.e. multipath)
     19s/^#?(node\.session\.timeo\.replacement_timeout).*$/\1 = 15/m;
    1620print unless /^$/;
    1721
Note: See TracChangeset for help on using the changeset viewer.