Re: [PATCH V3] iscsi: Do Not set param when sock is NULL
From: Mike Christie <michael.christie@oracle.com>
Date: 2021-02-03 02:17:56
From: Mike Christie <michael.christie@oracle.com>
Date: 2021-02-03 02:17:56
On 1/28/21 12:17 AM, Gulam Mohamed wrote:
Description =========== 1. This Kernel panic could be due to a timing issue when there is a race between the sync thread and the initiator was processing of a login r
Hey, Sorry. When I had said that we want to limit the width, I didn't mean that it should split words like above.
default: + if (conn->state != ISCSI_CONN_BOUND) + return -ENOTCONN;
How about making this a check for BOUND or UP? Some of the settings, like the TMF related ones, can be set after the conn is connected. open-iscsi doesn't support it, but maybe other tools do. Also there might be the case where a tool sets a value then forces a relogin and the new value would get used for some drivers.