[lxc-users] Accessing /dev file system from container

2014-09-25 Thread Murthy, Krishna J
I have a Ethernet device which is attached to the container. I have installed the driver module for this device on the host. When I run the application on the container it complains it is unable to find the device in the /dev file system. Infact I use UIO based driver. So in container I get mess

Re: [lxc-users] Mounting huge pages on a conatiner

2014-09-23 Thread Murthy, Krishna J
> I use Huge Pages inside a container routinely, for Mysql. I had to change > /etc/sysctl.conf inside the container. > that lines I included are > kernel.shmall = 4294967296 > kernel.shmmax = 68719476736 > basically you need to make huge pages available in the host first, and > they will be availab