Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding numa_nodebind=${node} option to mysqld_safe
Summary: Automation will pass in the right value to this option if it needs to bind mysqld to a particular socket. That will happen via systemd scripts. This is only adding the capability on the mysqld_safe side to be able to pass in numactl to the server. The turning on of this feature will need more testing and slow roll, and that will happen in different diffs on the ops repo. Test Plan: RPM Is properly built and systemd scripts can be manually altered to start mysqld with proper cpunodebind. tested on devserver - passed in nodebind=1 taskset -c -p 3793853 pid 3793853's current affinity list: 14-27,42-55 Reviewers: tec, bagrawal, abhinavsharma, mama Reviewed By: mama Subscribers: webscalesql-eng@fb.com, #mysql_infra Differential Revision: https://phabricator.intern.facebook.com/D6067155 Signature: 6067155:1508261855:338b45bc0672355574f1ffdfaa36ddd74cba38e7
- Loading branch information