[Bug tapsets/15865] New: nfs_proc.stp needs to be handle NFSv2 support being removed

dsmith at redhat dot com sourceware-bugzilla@sourceware.org
Tue Aug 20 18:20:00 GMT 2013


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

            Bug ID: 15865
           Summary: nfs_proc.stp needs to be handle NFSv2 support being
                    removed
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com

In future fedora rawhide kernels, NVSv2 support will be removed. This will
cause problems for the nfs_proc.stp tapset, like this:

====
# stap -vp4 -e 'probe nfs.proc2.write { printf("%s %s\n", name, argstr) }'
Pass 1: parsed user script and 96 library script(s) using
208932virt/26464res/2792shr/24312data kb, in 160usr/10sys/365real ms.
semantic error: while resolving probe point: identifier 'nfs' at <input>:1:7
        source: probe nfs.proc2.write { printf("%s %s\n", name, argstr) }
                      ^

semantic error: no match
Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s)
using 390500virt/64416res/3444shr/61488data kb, in 1320usr/320sys/2178real ms.
Pass 2: analysis failed.  [man error::pass2]
====

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list