Good day!
I have softaware with licensing system with binding to processor threads.
On version 6.4 I used this construction
lxc.cgroup.cpuset.cpus = 0-6
in configuration file container
/etc/pve/lxc/100.conf
And I got that the container always worked on the same threads. But in version 7, this stopped working - when setting this parameter, the container gets access to all threads available on the machine.
I have softaware with licensing system with binding to processor threads.
On version 6.4 I used this construction
lxc.cgroup.cpuset.cpus = 0-6
in configuration file container
/etc/pve/lxc/100.conf
And I got that the container always worked on the same threads. But in version 7, this stopped working - when setting this parameter, the container gets access to all threads available on the machine.