Bug 1082344
| Summary: | LXC 1.0.2 is out | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniele ViganĂ² <dennyvatwork> |
| Component: | lxc | Assignee: | Thomas Moschny <thomas.moschny> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cfeller, i, karlthered, lightdot, mhw, sagarun, thomas.moschny, twhitehead |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | lxc-1.0.3-2.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-21 01:58:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Daniele ViganĂ²
2014-03-30 13:22:55 UTC
Another big improvement (from the news release) is that it sounds like it properly handles systemd having mounted the root as shared. https://linuxcontainers.org/news/ (search for rshared on the page) Without this, lxc launches the container in the host environment (i.e., it doesn't successfully change the root to the containers root). It would, therefore, be really great it we could also get this into Fedora 20 (or at least back port the rshared fix). Here's the associated patch https://github.com/lxc/lxc/commit/cc28d0b0a66bd956645dc7b8fc85b917711f2472 Thanks! -Tyson Actually, it's not the case that root is shared with 0.9.0 but, rather, that systemd is mounting devtmpfs in the container when it's started causing the host and the container to share the entire device space, resulting in the behavior observed. This was fixed in 1.0.0 with further enhancements. We're not at 1.0.3 and about to release 1.0.4. *** Bug 1102380 has been marked as a duplicate of this bug. *** |