Hello,
i am trying to pin cpus to a numa node but find it difficult to understand why it is not working, i have the impression it is a bug, maybe someone can enlighten me with the issue i have.
These are my findings at the moment:
numa1:cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1:cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages:1024
start failed: hugepage allocation failed at /usr/share/perl5/PVE/QemuServer/Memory.pm line 541.
numa1 :cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages :1024
starts with no issues
numa1: cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1:cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1 :cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages :1024
no error
numa1: cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1: cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages: 1024
will give errror with the hugepages
numa1: cpus=8-11, hostnodes=1, memory=4096, policy=bind
#hugepages: 1024
Give me the following error:
vm 101 - unable to parse value of 'numa1' - format error
policy: property is not defined in schema and the schema does not allow additional properties
hostnodes: property is not defined in schema and the schema does not allow additional properties
memory: property is not defined in schema and the schema does not allow additional properties
vm 101 - unable to parse value of 'numa1' - format error
hostnodes: property is not defined in schema and the schema does not allow additional properties
memory: property is not defined in schema and the schema does not allow additional properties
policy: property is not defined in schema and the schema does not allow additional properties
Can someone advise me how the config should look like ?
Robert
i am trying to pin cpus to a numa node but find it difficult to understand why it is not working, i have the impression it is a bug, maybe someone can enlighten me with the issue i have.
These are my findings at the moment:
numa1:cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1:cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages:1024
start failed: hugepage allocation failed at /usr/share/perl5/PVE/QemuServer/Memory.pm line 541.
numa1 :cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages :1024
starts with no issues
numa1: cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1:cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1 :cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages :1024
no error
numa1: cpus=8-11,hostnodes=1,memory=4096,policy=bind
#hugepages: 1024
kvm: -numa node,nodeid=1,cpus=8-11,memdev=ram-node1: CPU index (8) should be smaller than maxcpus (4)
numa1: cpus=8-11,hostnodes=1,memory=4096,policy=bind
hugepages: 1024
will give errror with the hugepages
numa1: cpus=8-11, hostnodes=1, memory=4096, policy=bind
#hugepages: 1024
Give me the following error:
vm 101 - unable to parse value of 'numa1' - format error
policy: property is not defined in schema and the schema does not allow additional properties
hostnodes: property is not defined in schema and the schema does not allow additional properties
memory: property is not defined in schema and the schema does not allow additional properties
vm 101 - unable to parse value of 'numa1' - format error
hostnodes: property is not defined in schema and the schema does not allow additional properties
memory: property is not defined in schema and the schema does not allow additional properties
policy: property is not defined in schema and the schema does not allow additional properties
Can someone advise me how the config should look like ?
Robert