Bug 600144
Summary: | document that mkmountpoint and umount-all cannot be mixed | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jinxin Zheng <jzheng> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.1 | CC: | dallan, mbooth, mshao, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.7.17-4.el6 | Doc Type: | Bug Fix |
Doc Text: |
Mount points created with the mkmountpoint command become invalid after the umount-all command is used. These two commands are considered incompatible. This is now documented in the guestfish man page. Customers should note that it is possible to safely unmount devices mounted with mkmountpoint by using the umount command.
|
Story Points: | --- |
Clone Of: | 599503 | Environment: | |
Last Closed: | 2011-05-19 11:44:53 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: | 599503, 613593 | ||
Bug Blocks: |
Comment 2
RHEL Program Management
2010-06-07 16:01:41 UTC
I changed the summary to be consistent with bug 599503. We're not going to fix this, but we will document the problems with mixing mkmountpoint and umount-all, for RHEL 6.1. 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. ** Fixed by the rebase. the output of `guestfish help mkmountpoint` contains: -- "mkmountpoint" is not compatible with "umount_all". You may get unexpected errors if you try to mix these calls. It is safest to manually unmount filesystems and remove mountpoints after use. "umount_all" unmounts filesystems by sorting the paths longest first, so for this to work for manual mountpoints, you must ensure that the innermost mountpoints have the longest pathnames, as in the example code above. -- so this could be VERIFIED. 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/RHSA-2011-0586.html 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/RHSA-2011-0586.html |