Search results

  1. B

    LXC and cset/cpuset quirk - all apparmor processes unconfined

    Also a note to add if I don't add this as a hookscript to every container I can only start the container once and otherwise would get an error #!/bin/bash VMID="$1" VM_ACTION="$2" if [[ "$VM_ACTION" == "post-stop" ]]; then sleep 1s cset set -d "$VMID" -r --force sleep 1s fi...
  2. B

    LXC and cset/cpuset quirk - all apparmor processes unconfined

    Hi I'm using proxmox to host multiple LXC's and VM's, in order to get good gaming performance on my windows VM I am using cset and taskset to pin the windows cores to the last 8c/16t of my cpu. I have run into an issue with cset and lxc containers where if I define a slice for the windows VM...