iscsinl
iscsinl copied to clipboard
Go iSCSI initiator netlink library
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200121082415-34d275377bf9 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
When trying to get this to work with the iSCSI target provided by RHEL8, I found three issues with the Login sequence: 1. we re-transmit parameters. this is an RFC...
This may or may not be avoidable, but it shouldn't cause a total mount failure (probably?).
Session IDs (aka connection IDs) are global to the OS and are needed to tearDown a connection (when we no longer have a reference to a session object). It seems...
By default, the block scheduler is "noop". If an invalid scheduler is written, the only notification of that failure is an unspecified "short write" error, which causes an over-all mount...
Thanks for this code, it allowed me to delete sessions which were stuck on iscsid! see https://github.com/open-iscsi/open-iscsi/issues/228
uevent retcode is i32, but interpreted as u32, which can result in confusing messages.