All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Li <samuel.li@isilon.com>
To: <linux-nfs@vger.kernel.org>
Subject: nlm svid changes from pid --> nlm_lockowner
Date: Fri, 11 Jan 2013 13:54:54 -0500	[thread overview]
Message-ID: <50F05FFE.1020901@isilon.com> (raw)


A simple question with NLM svid implementation with after 2.6.16 or later.

In the old days when linux client request and NLM lock it submits a
svid with the content of the client pid. However this appears to have
changed a few year ago and I get an incremental number starting from 0.

from the NLM server side we only report the content of svid. I am trying 
to find a way to identify the end user application request.

for example

[sli@fed16-vm nfs3]# ./gwaiting & ./gwaiting & ./gwaiting &  (excl lock 
programs)
[2] 977  <--pid
[3] 978
[4] 979

    tshark -i eth0 -R "nlm" -V | grep -i svid
OOPS: dissector table "sctp.ppi" doesn't exist
Protocol being registered is "Datagram Transport Layer Security"
Running as user "root" and group "root". This could be dangerous.
Capturing on eth0
           svid: 4
           svid: 3
           svid: 5
           svid: 3
           svid: 4
           svid: 4
           svid: 4
           svid: 5
           svid: 5

How do I determine from the client side who owns these NLM processes?

The file lock in question was
inode 4318756868 so I could determine the lock.

cat /proc/locks
1: POSIX  ADVISORY  WRITE 979 00:2a:4315692708 0 EOF
1: -> ACCESS ADVISORY  WRITE 978 00:2a:4315692708 0 EOF
2: POSIX  ADVISORY  WRITE 1778 00:10:16424 0 EOF
3: POSIX  ADVISORY  WRITE 1677 00:10:18376 0 EOF

Now assume I did not have the output of /proc/locks and only 
nlm_lockowner number how would I debug this?

I found the change in

commit 7bab377fcb495ee2e5a1cd69d235f8d84c76e3af
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date:   Mon Mar 20 13:44:06 2006 -0500

      lockd: Don't expose the process pid to the NLM server

      Instead we use the nlm_lockowner->pid.

      Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>





-- 
Best regards,

Samuel Li
Escalation Engineer
EMC²| Isilon Storage Division
samuel.li@isilon.com


             reply	other threads:[~2013-01-11 18:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-11 18:54 Samuel Li [this message]
2013-01-11 19:19 ` nlm svid changes from pid --> nlm_lockowner Myklebust, Trond

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50F05FFE.1020901@isilon.com \
    --to=samuel.li@isilon.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.