<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Christos Theodosiou wrote:
<blockquote cite="mid:1271664580.1700.20.camel@luigi" type="cite">
  <pre wrap="">On Fri, 2010-04-16 at 10:49 -0700, Andreas Dilger wrote: 
  </pre>
  <blockquote type="cite">
    <pre wrap="">On 2010-04-16, at 01:27, Christos Theodosiou wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">our lustre installation uses two failover MDSes, which serve 10
file-systems. We recently upgraded from 1.8.1.1 to 1.8.2 version.

By monitoring the MDSes I noticed that we get frequent error messages
(1-4 times/hour) which looklike this:

Apr 16 10:36:10 lustre01 kernel: LustreError:
31386:0:(mds_open.c:1666:mds_close()) @@@ no handle for file close ino
4011004: cookie 0x699184f2b7f715d6  req@ffff8100621d2c00
x1332632126967249/t0 o35->60822f67-b798-f355-d5b1-54d7d7fa9f15@:0/0  
lens
408/472 e 0 to 0 dl 1271403376 ref 1 fl Interpret:/0/0 rc 0/0
      </pre>
    </blockquote>
    <pre wrap="">This likely means some client was evicted in the past, but later on it  
is closing a file that was previously opened.  This is not an error to  
be concerned about, and we should probably just turn it off.

    </pre>
    <blockquote type="cite">
      <pre wrap="">o35->60822f67-b798-f355-d5b1-54d7d7fa9f15@:0/0 lens 408/400 e 0 to 0  
dl
      </pre>
    </blockquote>
    <pre wrap="">You can find which client this is via (something like, I'm not logged on
my system):

lfs get_param mds.*.exports.*.uuid | grep 60822f67-b798-f355- 
d5b1-54d7d7fa9f15
    </pre>
  </blockquote>
  <pre wrap=""><!---->
lctl get_param mds.*.exports.*.uuid | grep 60822f67-b798-f355-
d5b1-54d7d7fa9f15

worked fine. This command provides info about the server and the client.
Is there any way to get information about the file of the error message?

  </pre>
</blockquote>
You can actually see the inode number in the message:<br>
<br>
<pre wrap="">31386:0:(mds_open.c:1666:mds_close()) @@@ no handle for file close ino
4011004: cookie 0x699184f2b7f715d6  req@ffff8100621d2c00

ino=4011004
</pre>
is the inode number.<br>
<blockquote cite="mid:1271664580.1700.20.camel@luigi" type="cite">
  <pre wrap=""></pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">1271403376 ref 1 fl Interpret:/0/0 rc -116/0
Apr 16 10:36:10 lustre01 kernel: LustreError:
31386:0:(ldlm_lib.c:1848:target_send_reply_msg()) Skipped 1 previous
similar message

and
Apr 16 11:07:51 lustre02 kernel: LustreError:
6305:0:(mds_open.c:1666:mds_close()) @@@ no handle for file close ino
2264949: cookie 0xc4e85523602d2686  req@ffff81006787c000
x1332654888280600/t0 o35->52c78d24-f0da-a56e-9bc5-2e16e6e78790@:0/0  
lens
408/976 e 0 to 0 dl 1271405277 ref 1 fl Interpret:/0/0 rc 0/0
Apr 16 11:07:51 lustre02 kernel: LustreError:
6305:0:(ldlm_lib.c:1848:target_send_reply_msg()) @@@ processing error
(-116)  req@ffff81006787c000 x1332654888280600/t0
o35->52c78d24-f0da-a56e-9bc5-2e16e6e78790@:0/0 lens 408/688 e 0 to 0  
dl
1271405277 ref 1 fl Interpret:/0/0 rc -116/0

I would like to ask:
a) is this a critical error message?
b) is there any way to find out more info about it. e.g. filesystem,
filename and lustre client that are related to this error?
c) is there any way to resolve this errors?

      </pre>
    </blockquote>
    <pre wrap="">
Cheers, Andreas
--
Andreas Dilger
Principal Engineer, Lustre Group
Oracle Corporation Canada Inc.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks, Christos

_______________________________________________
Lustre-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a>
  </pre>
</blockquote>
<br>
</body>
</html>