RE: [PATCH V3] iscsi: Do Not set param when sock is NULL
From: Gulam Mohamed <hidden>
Date: 2021-02-17 14:13:46
Hi Michael,
Regarding " 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." in your below mail, I was trying to understand this. Can you please give me an example? It will help me to understand clearly.
Regards,
Gulam Mohamed.
-----Original Message-----
From: Michael Christie <michael.christie@oracle.com>
Sent: Wednesday, February 3, 2021 7:47 AM
To: Gulam Mohamed <redacted>; lduncan@suse.com; cleech@redhat.com; Martin Petersen <martin.petersen@oracle.com>; linux-scsi@vger.kernel.org
Subject: Re: [PATCH V3] iscsi: Do Not set param when sock is NULL
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.