Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
+++ This bug was initially created as a clone of Bug #1007281 +++
Description of problem:
mountstats command could not process the argument /mountpoint/
mountstats /mountpoint work fine
mountstats /mountpoint/ can not work
Version-Release number of selected component (if applicable):
all RHEL5.9,10 RHEL6.4,5 RHEL7.0
How reproducible:
100%
Steps to Reproduce:
1. mountstats /mountpoint/
2.
3.
Actual results:
[root@dhcp-13-188 ~]# mountstats /media/
Statistics for mount point /media/ not found
[root@dhcp-13-188 ~]# mountstats /media
Stats for 127.0.0.1:/tmp/ mounted on /media:
NFS mount options: rw,vers=4,rsize=131072,wsize=131072,namlen=255,acregmin=3,acregmax=60,acdirmin=30,acdirmax=60,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=127.0.0.1,minorversion=0,local_lock=none
NFS server capabilities: caps=0xffff,wtmult=512,dtsize=32768,bsize=0,namlen=255
NFSv4 capability flags: bm0=0xfdffbfff,bm1=0xf9be3e,acl=0x3
NFS security flavor: 1 pseudoflavor: 0
NFS byte counts:
applications read 0 bytes via read(2)
applications wrote 0 bytes via write(2)
applications read 0 bytes via O_DIRECT read(2)
applications wrote 0 bytes via O_DIRECT write(2)
client read 0 bytes via NFS READ
client wrote 0 bytes via NFS WRITE
RPC statistics:
18 RPC requests sent, 18 RPC replies received (0 XIDs not found)
average backlog queue length: 0
FSINFO:
1 ops (5%) 0 retrans (0%) 0 major timeouts
avg bytes sent per op: 160 avg bytes received per op: 108
backlog wait: 0.000000 RTT: 0.000000 total execute time: 0.000000 (milliseconds)
GETATTR:
2 ops (11%) 0 retrans (0%) 0 major timeouts
avg bytes sent per op: 160 avg bytes received per op: 220
backlog wait: 0.000000 RTT: 1.000000 total execute time: 2.500000 (milliseconds)
PATHCONF:
1 ops (5%) 0 retrans (0%) 0 major timeouts
avg bytes sent per op: 156 avg bytes received per op: 72
backlog wait: 0.000000 RTT: 0.000000 total execute time: 0.000000 (milliseconds)
SERVER_CAPS:
2 ops (11%) 0 retrans (0%) 0 major timeouts
avg bytes sent per op: 156 avg bytes received per op: 88
backlog wait: 0.000000 RTT: 0.000000 total execute time: 0.000000 (milliseconds)
Expected results:
mountstats /mountpoint/ can work too, same as mountstats /mountpoint
Additional info:
Comment 2RHEL Program Management
2014-03-22 06:38:55 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.
commit e24ba8a24d3ebfa6388a74523e61f2cad179c0c2
Author: Scott Mayhew <smayhew>
Date: Wed Mar 4 08:11:35 2015 -0500
mountstats: Normalize the mountpoints passed on the command line.
Normalize the mountpoints passed on the command line so that commands
like 'mountstats /mnt/' succeed rather than fail.
Signed-off-by: Scott Mayhew <smayhew>
Signed-off-by: Steve Dickson <steved>