Print this page
3866 panic in idm module
3867 stmfCreateLu failed: GUID_IN_USE
3868 iscsi target not accepting any new connections
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
Reviewed by: Jeremy Jones <jeremy@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>

@@ -19,10 +19,11 @@
  * CDDL HEADER END
  */
 
 /*
  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013 by Delphix. All rights reserved.
  */
 
 #include <sys/cpuvar.h>
 #include <sys/ddi.h>
 #include <sys/sunddi.h>

@@ -607,10 +608,11 @@
                  * A session reinstatement request can be received while a
                  * session is active and a login is in process. The iSCSI
                  * connections are shut down by a CE_LOGOUT_SESSION_SUCCESS
                  * event sent from the session to the IDM layer.
                  */
+                (void) untimeout(ic->ic_state_timeout);
                 if (IDM_CONN_ISTGT(ic)) {
                         ic->ic_transport_ops->it_tgt_conn_disconnect(ic);
                 } else {
                         ic->ic_transport_ops->it_ini_conn_disconnect(ic);
                 }