1iscsi_session_recovery_tmo_get(3) API Manual iscsi_session_recovery_tmo_get(3)
2
3
4

NAME

6       iscsi_session_recovery_tmo_get  -  Retrieve  recovery  timeout value of
7       specified session
8

SYNOPSIS

10       int32_t iscsi_session_recovery_tmo_get (struct iscsi_session *se);
11

ARGUMENTS

13       se          Pointer of 'struct  iscsi_session'.   If  this  pointer  is
14                   NULL, your program will be terminated by assert.
15

DESCRIPTION

17       Retrieve  the  recovery  timeout value of specified iSCSI session.  The
18       recovery timeout here means the seconds of time to wait for session re-
19       establishment before failing SCSI commands back to the application when
20       running the Linux SCSI Layer error handler.  It could be controlled via
21       this setting in iscsid.conf:
22

RETURN

24       int32_t. If the value is 0, IO will be failed immediately. If the value
25       is less than 0, IO will remain queued until the session is logged  back
26       in, or until the user runs the logout command.
27
28
29
30July 2023               iscsi_session_recoveryi_stcmsoi__gseetssion_recovery_tmo_get(3)
Impressum