FUJITA Tomonori schrieb: > On Wed, 11 Feb 2009 10:10:36 +0100 > Tomasz Chmielewski <mangoo at wpkg.org> wrote: > >> FUJITA Tomonori schrieb: >> >>>> You can increase this value with (i.e. to 1200 seconds) per target: >>>> >>>> # iscsiadm -m node -T iqn.2009-02.com.example:some.target -o update -n >>>> node.session.err_timeo.abort_timeout -v 1200 >>>> >>>> >>>> Or globally, in iscsid.conf: >>>> >>>> node.session.err_timeo.abort_timeout = 1200 >>> How about just disabling noop out? >> Do you know if setting this value to "0" disables it? > > I think that you look at the wrong place. > > Setting node.conn[0].timeo.noop_out_interval to zero disable noop_out. Yes, I used a wrong setting. After open-iscsi README file: For this setup, you can turn off iSCSI pings by setting: node.conn[0].timeo.noop_out_interval = 0 node.conn[0].timeo.noop_out_timeout = 0 -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html |