Re: [PATCH] iscsi: Report connection state on sysfs

2020-03-04 Thread Bart Van Assche
On 3/4/20 2:57 PM, Gabriel Krisman Bertazi wrote: +static const struct { + int state; + char *name; +} connection_state_name[] = { + {ISCSI_CONN_UP, "up"}, + {ISCSI_CONN_DOWN, "down"}, + {ISCSI_CONN_FAILED, "failed"} +}; + +static ssize_t +show_conn_state(struct

[PATCH] iscsi: Report connection state on sysfs

2020-03-04 Thread Gabriel Krisman Bertazi
If an iSCSI connection happens to fail while the daemon isn't running (due to a crash or for another reason), the kernel failure report is not received. When the daemon restarts, there is insufficient kernel state in sysfs for it to know that this happened. open-iscsi tries to reopen every