Bug 1004724
Summary: | kernel.shmmax can't be changed inside an lxc container | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Oskari Saarenmaa <oskari> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | crobinso, greg, rbalakri, redhat.bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-10 14:41:10 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
Oskari Saarenmaa
2013-09-05 11:01:58 UTC
I have been able to work around this be remounting proc/sys read-writeable: sudo mount -o remount rw /proc/sys This is basically by design. More info in this docker discussion which more or less applies to libvirt lxc as well. https://github.com/docker/docker/issues/10176 Their suggestion is to change the shmmax value on the host |