Implement a control message to get the state of iscsid. This is used
authorclaudio <claudio@openbsd.org>
Fri, 16 Apr 2021 14:37:06 +0000 (14:37 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 16 Apr 2021 14:37:06 +0000 (14:37 +0000)
commitea99aae698319411d0ceba71a85d96f5b73506a2
treedcd2e43e28199a5e9648019434f9431e4bae2b7d
parente28bdeb5d46650a16d66193e73fb1c7fd92420e3
Implement a control message to get the state of iscsid. This is used
by iscsictl to poll for completion after reload commands.
With this slow session establishment should not cause mount errors
during startup.
Initial version from Dr Ashton Fagg ashton (at) fagg id au
OK dlg@ deraadt@
usr.sbin/iscsid/Makefile
usr.sbin/iscsid/iscsid.c
usr.sbin/iscsid/iscsid.h
usr.sbin/iscsid/poll.c [new file with mode: 0644]