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 1468249 - [docker] Enable knob /proc/sys/fs/may_detach_mounts upon installation
Summary: [docker] Enable knob /proc/sys/fs/may_detach_mounts upon installation
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: docker
Version: 7.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Lokesh Mandvekar
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On: 1441737
Blocks: 1441743 1542672
TreeView+ depends on / blocked
 
Reported: 2017-07-06 13:03 UTC by Vivek Goyal
Modified: 2021-01-15 07:39 UTC (History)
8 users (show)

Fixed In Version: docker-1.12.6-41.1.gitf55a118.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1441737
Environment:
Last Closed: 2021-01-15 07:39:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Vivek Goyal 2017-07-06 13:09:23 UTC
runc package drops following file.

/usr/lib/sysctl.d/99-containers.conf

And enables /proc/sys/fs/may_detach_mounts

We need this for docker as well.

By default installing docker does not install runc so this does not get enabled. 

We have two options.

- Either drop similar config file drom docker package.
- Or pull in runc when installing docker.

Hmmm..., may be first one is little light weight solution. So how about dropping another file from docker package says /usr/lib/sysctl.d/99-docker.conf

Comment 3 Vivek Goyal 2017-07-06 13:11:04 UTC
Lokesh, will you be able to take care of this please.

Comment 4 Ed Santiago 2017-07-06 19:20:29 UTC
Confirmed:

   # cat /proc/sys/fs/may_detach_mounts
   0

   # yum install docker
   ...
   Installed:
     docker.x86_64 2:1.12.6-41.1.gitf55a118.el7
   ...
   # cat /proc/sys/fs/may_detach_mounts
   1
   # rpm -q runc
   package runc is not installed

Comment 6 RHEL Program Management 2021-01-15 07:39:23 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.


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