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.
Bug 1221170 - df utility omits folder from checking
Summary: df utility omits folder from checking
Keywords:
Status: CLOSED DUPLICATE of bug 1100026
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: coreutils
Version: 7.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Ondrej Vasik
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-13 12:17 UTC by Michael Arbet
Modified: 2015-05-26 21:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-26 21:02:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
output of 'strace df -h' (13.16 KB, text/plain)
2015-05-13 12:17 UTC, Michael Arbet
no flags Details
for comparison, outputt of 'strace /nfs' (4.53 KB, text/plain)
2015-05-13 12:19 UTC, Michael Arbet
no flags Details
/proc/self/mountinfo (3.76 KB, text/plain)
2015-05-15 11:31 UTC, Michael Arbet
no flags Details

Description Michael Arbet 2015-05-13 12:17:15 UTC
Created attachment 1025039 [details]
output of 'strace df -h'

Description of problem:

df utility omits folder from checking and output.
strace proved that /nfs folder even if presented in /etc/mtab file is not checked for its status thus no output regarding this folder appears. When you run 'df /nfs' the folder is properly checked.

Please see attachment with strace output; the statfs() is not called for /nfs folder

Version-Release number of selected component (if applicable):
found in RHEL 7.1

Comment 1 Michael Arbet 2015-05-13 12:19:14 UTC
Created attachment 1025040 [details]
for comparison, outputt of 'strace /nfs'

Comment 2 Michael Arbet 2015-05-13 12:21:28 UTC
this bugreport is regarding the case #01439933

Comment 4 Pádraig Brady 2015-05-13 16:19:07 UTC
Is /nfs mounted twice (overmounted), with the first causing the second to be discarded? Can you attach the output from /proc/self/mountinfo

Comment 5 Ondrej Vasik 2015-05-13 18:32:00 UTC
btw. deduplication can be supressed by using -a option.

Comment 6 Michael Arbet 2015-05-15 11:31:53 UTC
Created attachment 1025788 [details]
/proc/self/mountinfo

adding file requested from the customer

Comment 7 Pádraig Brady 2015-05-25 15:11:12 UTC
The issue here is due to incorrect deduplication.
There are two /nfs entries. Currently the device IDs for these are not passed to df, so it calls stat() to get those. Unfortunately, stat() will only get the device ID for the last mounted entry. During deduplication we only pick the first entry though.

This was already addressed upstream with:

http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=v8.22-108-g25a2c94
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=v8.22-121-g4f8d74e
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=v8.23-10-ged1a495

Probably best if not rebasing is to produce a single patch rolled up from the above 3

Comment 8 Ondrej Vasik 2015-05-26 21:02:26 UTC
Thanks Pádraig! There is already bz about df deduplication for NFS, #1100026 . I plan to get single patch from these commits, probably one or two more makes sense - e.g. http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=097897bd2c9de5723af24b3848d6d922a862064b

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


Note You need to log in before you can comment on or make changes to this bug.