[SOLVED] Strange cpusets result

Singman

Well-Known Member
Sep 13, 2019
47
1
48
58
Hi,

Checking my cpusets give me strange result :
Code:
root@pve:/etc/pve/lxc# pct cpusets
-------------------------------------------
100:  0         5 6          11
101:          4   6
102:            5               12
103:            5               12
105:  0         5               12 13
106:  0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
107:      2         7 8         12
108:            5               12
109:            5               12
-------------------------------------------
As you can see, CT 106 want everything :)
But if I look at his config :
Code:
root@pve:/etc/pve/lxc# cat 106.conf
arch: amd64
cores: 2
hostname: tech02
memory: 2048
nameserver: 127.0.0.1
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.0.254,hwaddr=C6:E9:C0:24:E1:B8,ip=192.168.0.10/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: Stockage:vm-106-disk-0,size=16G
searchdomain: domain.lan
startup: order=1
swap: 2048
unprivileged: 1
Only 2 cores fot that CT, not 16. Can you explain ?