I was thinking about adding some debug prints in the userspace code. I
have some questions:
1. Is there any convention for the log level in log_debug?
2. What about adding log_info (i.e. between log_warning & log_debug)?
3. In the redhat init script, iscsid runs as 'daemon iscsid'. How can
I start it with parameters (e.g. iscsid -d8)? I can't just run 'daemon
iscsid -d8'.
Thanks,
Erez