Bug 668718
Summary: | Strange output from df | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kjartan Maraas <kmaraas> |
Component: | coreutils | Assignee: | Ondrej Vasik <ovasik> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | aquini, jakub, kdudka, kzak, ovasik, twaugh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-01-11 15:11:54 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
Kjartan Maraas
2011-01-11 11:37:37 UTC
Thanks for report, this is possibly disrupted by systemd changes. Coreutils (gnulib mountlist.c) uses getnmntent() glibc function for getting mountpoint stats. That mountpoint gathering is now probably somehow broken as I see multiple duplicate records in the table. Reassigning to glibc, but you will be probably required to provide more information to further analyze the issue. ( getmntent() , of course, sorry for typo) This is the latest rawhide updated yesterday. I'll provide more info when I'm told which info is relevant :-) getmntent just reads the file passed to setmntent. And file (/etc/mtab) defined by _PATH_MOUNTED (from glibc) was passed to setmntent() from glibc. Nothing was changed in coreutils in this area for quite a long time ... so I don't think the issue is in coreutils (and df). There is something rotten in different place and I suspect some systemd changes. Adding Karel Zak to CC, as he may have more info about the changes with mounting. Kjartan, please attach the content of your /etc/mtab and /proc/mounts. *** This bug has been marked as a duplicate of bug 655571 *** |