[lxc-users] Libvirt with containers and passthrough of /dev/uio0

2014-10-20 Thread Anjali Kulkarni
Hi, I am trying to define a container using libvirt, and I need to allow access of the device /dev/uio0 on the host on the container as well. That is, I have the following line in the container config file: lxc.mount.entry = /dev/uio0 dev/uio0 none bind,create=file lxc.cgroup.devices.allow = c

Re: [lxc-users] Libvirt with containers and passthrough of /dev/uio0

2014-10-20 Thread Serge Hallyn
Quoting Anjali Kulkarni (anj...@juniper.net): > Hi, > > I am trying to define a container using libvirt, and I need to allow access > of the device /dev/uio0 on the host on the container as well. That is, I have > the following line in the container config file: > > lxc.mount.entry = /dev/uio0