Bug 39192
Summary: | df -l shows SMB mounts. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | rakarra |
Component: | fileutils | Assignee: | Bernhard Rosenkraenzer <bero> |
Status: | CLOSED RAWHIDE | QA Contact: | Aaron Brown <abrown> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | kline |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-06-20 17:03:06 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
rakarra
2001-05-05 06:53:11 UTC
What's worse: as of RedHat 7.3, fileutils-4.1-10, strace of df -l shows that it stat64's all filesystems in the mtab and then attempts to print just the local filesystems. This hangs if there's an NFS mount hang. df -l should only stat local filesystems period. Bad algorithm! fileutils 4.1.9-10 explicitly excludes smbfs partitions. |