I see the below when I run "iscsiadm -m session -P3". However I'm not sure how to interpret.
iSCSI Connection State: TRANSPORT WAIT
iSCSI Session State: FREE
Internal iscsid Session State: REOPEN
What is iSCSI connection state vs session state vs iscsid session state? What do those values assigned to them mean?
The state values seem to come from https://github.com/open-iscsi/open-iscsi/blob/d1d456cf28cd89c3a78c2bdb40f6950290ad2cd1/usr/session_info.c#L118. However, not sure when to expect each of them.