autodev

  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. R

    Running docker and autodev in a shared env.

    Hello, i would like to know the risk to run a LXC container with the following ruleset in a shared public env.: lxc.apparmor.profile: unconfined lxc.cgroup.devices.allow: a lxc.cap.drop: lxc.cgroup.devices.allow: c 10:200 rwm lxc.hook.autodev: sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev...
  3. H

    reread /etc/pve/lxc/*.conf without ct restart

    Hello, i've added these settings to CT config: lxc.cgroup.devices.allow: c 10:200 rwm lxc.hook.autodev: sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun" now when i do pct shutdown <ctid>; pct start <ctid> then tun driver (and openvpn)...