On 5/28/12 6:12 AM, Christos Zoulas wrote:
In article<20120528034319.0C662175D0%cvs.netbsd.org@localhost>, Jeff Rizzo<source-changes-d%NetBSD.org@localhost> wrote:-=-=-=-=-=- Module Name: src Committed By: riz Date: Mon May 28 03:43:18 UTC 2012 Modified Files: src/sys/dev/iscsi: iscsi_main.c Log Message: Don't allow iscsi to autounload. The default unload timeout is short, and too much state is lost.This can be done better, I.e. instead of never unload, make it unload when it is not busy. christos
Baby steps, baby steps. It can still be manually unloaded. The real problem is all the configuration from userland that gets lost when unloaded - the user needs to anticipate this, so he can reconfigure it when loaded again.
+j