Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/iscsid
Module Name: src
Committed By: mlelstv
Date: Sun May 29 13:35:45 UTC 2016
Modified Files:
src/sbin/iscsid: Makefile iscsid.8 iscsid.h iscsid_discover.c
iscsid_driverif.c iscsid_globals.h iscsid_lists.c iscsid_main.c
iscsid_targets.c
Log Message:
Several improvents to iscsid
- debug log is now using syslog
- seperate options for log level and foreground mode
- writes a pidfile so that /etc/rc.d/iscsid works
Now links with libutil for pidfile(), the functions login() and logout()
needed to be renamed to avoid a conflict.
- drops the nothreads option
- handles signals to shut down gracefully
- the driver may also shut down the daemon when it terminates
Currently this cannot work as the driver can only terminate when
the daemon has closed the driver file handle.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/iscsid/Makefile \
src/sbin/iscsid/iscsid_targets.c
cvs rdiff -u -r1.12 -r1.13 src/sbin/iscsid/iscsid.8
cvs rdiff -u -r1.4 -r1.5 src/sbin/iscsid/iscsid.h \
src/sbin/iscsid/iscsid_discover.c
cvs rdiff -u -r1.7 -r1.8 src/sbin/iscsid/iscsid_driverif.c \
src/sbin/iscsid/iscsid_globals.h
cvs rdiff -u -r1.8 -r1.9 src/sbin/iscsid/iscsid_lists.c
cvs rdiff -u -r1.9 -r1.10 src/sbin/iscsid/iscsid_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index