Whamcloud - gitweb
- dump log if OSC recovery takes too long
authoralex <alex>
Mon, 29 Aug 2005 10:28:16 +0000 (10:28 +0000)
committeralex <alex>
Mon, 29 Aug 2005 10:28:16 +0000 (10:28 +0000)
lustre/osc/osc_create.c

index 4202edc..af7762e 100644 (file)
@@ -145,6 +145,7 @@ int osc_create(struct obd_export *exp, struct obdo *oa,
                         if (rc == -ETIMEDOUT) {
                                 CDEBUG(D_ERROR,"%p: timeout waiting on recovery\n",
                                        oscc);
+                                portals_debug_dumplog();
                                 RETURN(rc);
                         }
                         CDEBUG(D_HA, "%p: oscc recovery over, waking up\n",