Date: Sun, 21 Aug 2016 10:27:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211990] iscsi fails to reconnect and does not release devices Message-ID: <bug-211990-8-xx0ageddeT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211990-8@https.bugs.freebsd.org/bugzilla/> References: <bug-211990-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211990 --- Comment #6 from Ben RUBSON <ben.rubson@gmail.com> --- (In reply to Ben RUBSON from comment #5) >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. I put some printf in cam_sim.c and found that iscsi is stuck by : msleep(sim, sim->mtx, PRIBIO, "simfree", 0); cam_sim_release() is never fired, so msleep is blocking iscsi. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211990-8-xx0ageddeT>