This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/15114] [PATCH] Propagate uid and gid from nfsd module as well


http://sourceware.org/bugzilla/show_bug.cgi?id=15114

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsmith at redhat dot com

--- Comment #1 from David Smith <dsmith at redhat dot com> 2013-02-07 16:07:32 UTC ---
If I'm reading your patch correctly, you modified the 'nfsd.proc4.write' probe
alias to add the uid/gid. That's fine in itself, but there is more work to be
done:

- The 'nfsd.proc[23].write' probe aliases would also need to be modified to
export the same information (since they all get included in the 'nfsd.write'
probe alias). The 'nfsd.write' probe alias' header would need these new fields
added.

- The testsuite/buildok/nfsd-detailed.stp testcase would need to be modified to
include these new variables.

In addition to the above, we'd need to think of other places having the uid/gid
available would be useful. For instance, does it make sense to add uid/gid (and
is the information available) in the nfsd.read probes?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]