Bug 182596

Summary: Wrong hrStorageSize for NFS-mounted file system
Product: Red Hat Enterprise Linux 4 Reporter: Carsten Clasohm <clasohm>
Component: net-snmpAssignee: Radek Vokál <rvokal>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: bnocera
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-18 13:15:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Carsten Clasohm 2006-02-23 16:03:05 UTC
Description of problem:

The hrStorageSize and hrStorageUsed values reported by snmpd are off by a factor
of 8 for NFS-mounted file systems.

Version-Release number of selected component (if applicable):
net-snmp-5.1.2-11.EL4.6

How reproducible: always

Steps to Reproduce:
1. Export a directory with NFS, and mount it on the same machine.
2. Configure and start snmpd.
3. Run "snmpwalk -Os -c public -v 1 localhost .1.3.6.1.2.1.25.2.3.1"
4. Compare hrStorageSize and hrStorageUsed for the directly mounted file system,
and for the NFS-mounted file system.
  
Actual results:

hrStorageDescr.4 = STRING: /
hrStorageDescr.11 = STRING: /mnt/net
hrStorageAllocationUnits.4 = INTEGER: 4096 Bytes
hrStorageAllocationUnits.11 = INTEGER: 4096 Bytes
hrStorageSize.4 = INTEGER: 18666796
hrStorageSize.11 = INTEGER: 2333350
hrStorageUsed.4 = INTEGER: 2696695
hrStorageUsed.11 = INTEGER: 337087

Expected results:

df -h
/dev/mapper/myvg-rootvol
                       72G   11G   58G  16% /
localhost:/            72G   11G   58G  16% /mnt/net

Comment 1 Radek Vokál 2006-02-24 09:25:52 UTC
Yes, the allocation units for NFS should by 32kB. 

Comment 3 Bastien Nocera 2006-07-18 13:15:19 UTC
Duping now.

*** This bug has been marked as a duplicate of 189238 ***