Increase the LDLM AST timeout. With the lock reordering in bug 5492 et.al.
we now hold ns_lock over vmtruncate.
b=6172
r=phil
tbd Cluster File Systems, Inc. <info@clusterfs.com>
+ * version 1.4.3
+ * bug fixes
+ - increase ldlm_timeout to avoid timeouts for long truncates (6172)
+
+2005-05-10 Cluster File Systems, Inc. <info@clusterfs.com>
* version 1.4.2
NOTE: Lustre 1.4.2 uses an incompatible network protocol than previous
versions of Lustre. Please update all servers and clients to
unsigned int obd_fail_loc;
unsigned int obd_dump_on_timeout;
unsigned int obd_timeout = 100; /* seconds */
-unsigned int ldlm_timeout = 6; /* seconds */
+unsigned int ldlm_timeout = 30; /* seconds */
char obd_lustre_upcall[128] = "DEFAULT"; /* or NONE or /full/path/to/upcall */
unsigned int obd_sync_filter; /* = 0, don't sync by default */