Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regarding isolcpu in kolla/centos setup #24

Open
pinggit opened this issue Oct 8, 2020 · 1 comment
Open

regarding isolcpu in kolla/centos setup #24

pinggit opened this issue Oct 8, 2020 · 1 comment
Assignees

Comments

@pinggit
Copy link
Owner

pinggit commented Oct 8, 2020

I tried these and it does not work, which makes all other CPU pinning (to dpdk, nova, VM) useless:

[root@a7s3 ~]# cat /etc/default/grub | grep isocpu
isolcpus=1-5, 7-11
[root@a7s3 ~]# cat /etc/systemd/system.conf
CPUAffinity=0,6
[root@a7s3 ~]# cat /etc/tuned/cpu-partitioning-variables.conf
isolated_cores=1-5,7-11
[root@a7s3 ~]# reboot

[root@a7s3 ~]# pidof sshd
4849 4275 1759
[root@a7s3 ~]#
[root@a7s3 ~]# taskset -cap 4849
pid 4849's current affinity list: 0-11
@pinggit pinggit changed the title isocpu in kolla/centos setup regarding isolcpu in kolla/centos setup Oct 9, 2020
@pinggit
Copy link
Owner Author

pinggit commented Oct 9, 2020

related to #20 #21 #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants