Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 297892 Details for
Bug 437242
nfsstat displays information about NFSv4 when it should not
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
correct cltv4info size and man page
it167570-nfs-utils.patch (text/plain), 1.36 KB, created by
David Robinson
on 2008-03-13 04:49:43 UTC
(
hide
)
Description:
correct cltv4info size and man page
Filename:
MIME Type:
Creator:
David Robinson
Created:
2008-03-13 04:49:43 UTC
Size:
1.36 KB
patch
obsolete
>--- nfs-utils-1.0.9/utils/nfsstat/nfsstat.man.orig 2008-03-12 14:54:20.000000000 +0900 >+++ nfs-utils-1.0.9/utils/nfsstat/nfsstat.man 2008-03-12 15:37:44.000000000 +0900 >@@ -30,10 +30,12 @@ > about the versions of \fBNFS\fR that have non-zero counts. > .TP > .B -3 >-Print only NFS v3 statistics. >+Print only NFS v3 statistics. The default is to only print information >+about the versions of \fBNFS\fR that have non-zero counts. > .TP > .B -4 >-Print only NFS v4 statistics. >+Print only NFS v4 statistics. The default is to only print information >+about the versions of \fBNFS\fR that have non-zero counts. > .TP > .B -m, --mounted > Print information about each of the mounted \fBNFS\fR file systems. >--- nfs-utils-1.0.9/utils/nfsstat/nfsstat.c.orig 2008-03-12 14:53:11.000000000 +0900 >+++ nfs-utils-1.0.9/utils/nfsstat/nfsstat.c 2008-03-12 14:53:36.000000000 +0900 >@@ -28,7 +28,7 @@ > static unsigned int svcv3info[24]; /* NFSv3 call counts ([0] == 22) */ > static unsigned int cltv3info[24]; /* NFSv3 call counts ([0] == 22) */ > static unsigned int svcv4info[4]; /* NFSv4 call counts ([0] == 2) */ >-static unsigned int cltv4info[34]; /* NFSv4 call counts ([0] == 32) */ >+static unsigned int cltv4info[37]; /* NFSv4 call counts ([0] == 35) */ > static unsigned int svcv4opinfo[42];/* NFSv4 call counts ([0] == 40) */ > static unsigned int svcnetinfo[5]; /* 0 # of received packets > * 1 UDP packets
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 437242
: 297892