mknod

  1. D

    Recommended way to use a HBA/SAS Expander in LXC

    I have been trying the past week to move most of my VMs over to LXC since they all run Linux anyway. The only thing I'm struggling with is finding a easy solution to pass through my SAS expander or the block devices directly to the container so I can do all the mounting in there. Obviously with...
  2. J

    Quotas are not supported by unprivileged containers - could this work with the new mknod=1 option?

    I am wondering what the underlying cause is that makes quotas not work in unprivileged containers? I see with the latest proxmox that we now have nesting=1 and mknod=1 so I am wondering if quotas in unprivileged container might be possible now.
  3. D

    Mknod in an unprivileged lxc container

    Hi, I'm facing some issues trying to build a sock5 proxy container (with docker-ce) inside an unprivileged lxc container. I put the feature "mknod=1" (which is experimental I get it.) No matter this feature, the command mknod performed inside my lxc container returns an error ~# mknod...
  4. R

    mknod fails in Alpine but not in Debian in LXC

    Hi, I'm trying to have a small OpenVPN client in a LXC container in Proxmox. I created two privileged LXC containers, one is Alpine Linux and one is Debian 9. I added "lxc.cgroup.devices.allow = c 10:200 rwm" to the .conf file of both containers. Once the container has started I run "mkdir -p...