https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211990
--- Comment #5 from Ben RUBSON <ben.rub...@gmail.com> --- I made further troubleshooting. Regarding the number of iscsid processes which increases, I've found timeout settings which permit to always have only one process per target : sysctl kern.iscsi.login_timeout=85 sysctl kern.iscsi.iscsid_timeout=5 sysctl kern.iscsi.ping_timeout=5 These are based on net.inet.tcp.keepinit which is 75000 by default (75 seconds). Regarding the "30" processes limit, it can be tuned with the "-d" option to iscsid (through /etc/rc.d/iscsid for example). And the most important, regarding the bug : when devices do not want to correctly reconnect, I found that it is because iscsi is stuck in the following : cam_sim_free(is->is_sim, TRUE /*free_devq*/); However I don't know why. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"