Bug 615389
Summary: | Output of "mount" is missing mapping displays for loop-mounts | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alexander Hass <alexander.hass> |
Component: | util-linux-ng | Assignee: | Karel Zak <kzak> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | azelinka, fdanapfe, linux, rdoty, rvokal |
Target Milestone: | rc | ||
Target Release: | 6.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | util-linux-ng-2.17.2-9.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 14:05:45 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: | |||
Bug Depends On: | |||
Bug Blocks: | 580566 |
Description
Alexander Hass
2010-07-16 16:38:17 UTC
This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. It has been denied for the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** The Linux kernel (since 2.6.25) supports auto-clear flag for mount devices. All loop devices with this flag are automatically destroyed when the device is unmounted. The auto-clear flag allows to remove loop= mount option from /etc/mtab. Our long-term goal is to remove /etc/mtab from Linux (and use /proc/self/mountinfo only), so we want to minimize number of userspace specific mount options. We can revert the auto-clear support in RHEL6 mount(8), but it's not optimal solution from long-term point of view. The final solution is to improve losetup(8) to return full path to the backing file (now the filename is restricted to 64 bytes in LOOP_GET_STATUS ioctl (the ideal solution is to have the filename in /sys)). Side effect of this bug is that "mount -a" can mount the same image file twice -- for more details see bug #618957 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0699.html |