|
From: Ross W. <rsw...@gm...> - 2010-06-25 13:29:23
|
On Jun 25, 2010, at 9:05 AM, "spren" <sp...@16...> wrote: > Hi, > If we repeatedly start ietd, usr/event.c/nl_open() is called and the ietd_pid in netlink event.c > of module iscsi_trgt.ko in kernel will be changed before the starting of a new ietd instance fails, that makes sessions > can not be deleted until we kill currently running ietd and restart ietd, doesn't it ? Yes, I'll look at a way to prevent that. Maybe try to open IPC first and if it is already open exit with an 'already running' error. Thanks for the report. -Ross |