Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
sysconfig
> sysconfig-hwup-update-dev_loss_tmo-setting.220556.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sysconfig-hwup-update-dev_loss_tmo-setting.220556.patch of Package sysconfig (Revision 1)
Currently displaying revision
1
,
show latest
--- sysconfig-0.50.9/scripts/hardware/hwup-zfcp.orig 2005-12-15 11:02:20.000000000 +0100 +++ sysconfig-0.50.9/scripts/hardware/hwup-zfcp 2007-01-16 12:51:53.370115183 +0100 @@ -73,4 +73,12 @@ for _zfcp_dev in $ZFCP_LUNS; do fi done +# Correct the dev_loss_tmo setting +for rport in ${_zfcp_dir}/host*/rport-*:*-* ; do + if [ -d $rport ] ; then + p=${rport##*/} + echo 30 > ${rport}/fc_remote_ports:${p}/dev_loss_tmo + fi +done + # EOF