of just file names. It is incorrect because the directories
do not reside on the OSTs.
+Severity : normal
+Bugzilla : 13596
+Description: MDS hang after unclean shutdown of lots of clients
+Details : Never resend AST requests.
+
--------------------------------------------------------------------------------
2007-09-27 Cluster File Systems, Inc. <info@clusterfs.com>
req->rq_async_args.pointer_arg[0] = arg;
req->rq_async_args.pointer_arg[1] = lock;
req->rq_interpret_reply = ldlm_cb_interpret;
+ req->rq_no_resend = 1;
lock_res(lock->l_resource);
if (lock->l_granted_mode != lock->l_req_mode) {
req->rq_async_args.pointer_arg[0] = arg;
req->rq_async_args.pointer_arg[1] = lock;
req->rq_interpret_reply = ldlm_cb_interpret;
+ req->rq_no_resend = 1;
body = lustre_msg_buf(req->rq_reqmsg, DLM_LOCKREQ_OFF, sizeof(*body));
body->lock_handle[0] = lock->l_remote_handle;