https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211990
--- Comment #6 from Ben RUBSON <[email protected]> --- (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. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
