https://bugzilla.novell.com/show_bug.cgi?id=702640 https://bugzilla.novell.com/show_bug.cgi?id=702640#c0 Summary: no disk information with via snmpwalk if filesystem is xfs Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: zypper@plaintext.ath.cx QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110420 SUSE/3.6.17-0.2.1 Firefox/3.6.17 Everythin is fine with OS 11.3 and net-snmp-5.5-9.1.x86_64 but with the new version of net-snmp, net-snmp-5.6.1-38.3.x86_64 youg get no information of disk if they contain a xfs filesystem. Everything else can be queried: i.e. hrStorageDescr.7 = STRING: Cached memory hrStorageDescr.10 = STRING: Swap space hrStorageDescr.33 = STRING: /dev/shm Test even works with mounted loopback. XFS-formatted loopback-FS is invisible to the snmpwalk, ext2 not. Reproducible: Always Steps to Reproduce: 1.dd if=/dev/zero bs=1M count=1000 of=xfs-file 2.dd if=/dev/zero bs=1M count=1000 of=ext-file 3.mkfs.xfs xfs-file 4.mkfs.ext2 ext-file 5. mount -o loop ext-file /mnt1/ 6. mount -o loop xfs-file /mnt2/ 7. snmpwalk -Os -c public -v 1 localhost | grep -i hrStorageDescr Actual Results: hrStorageDescr.1 = STRING: Physical memory hrStorageDescr.3 = STRING: Virtual memory hrStorageDescr.6 = STRING: Memory buffers hrStorageDescr.7 = STRING: Cached memory hrStorageDescr.10 = STRING: Swap space hrStorageDescr.33 = STRING: /dev/shm hrStorageDescr.47 = STRING: /mnt1 Expected Results: hrStorageDescr.1 = STRING: Physical memory hrStorageDescr.3 = STRING: Virtual memory hrStorageDescr.6 = STRING: Memory buffers hrStorageDescr.7 = STRING: Cached memory hrStorageDescr.10 = STRING: Swap space hrStorageDescr.33 = STRING: /dev/shm hrStorageDescr.47 = STRING: /mnt1 hrStorageDescr.xx = STRING: /mnt2 Alle the other FS (/ /var ) etc are missing as well. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.