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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.