Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
3
-
17711
Description
ptlrpcd_select_pc() has the comment:
- ifdef CFS_CPU_MODE_NUMA
- warning "fix this code to use new CPU partition APIs"
- endif
In our own experimentation on large NUMA systems, we found substantial benefits to confining the existing ptlrpcd's to the NUMA node originating IO using the taskset command to set affinity. Unfortunately, this only works for one node at a time.
To obtain the best case for all nodes, we need to create ptlrpcd's confined to each node and to select ptlrpcd's on the same node.
We plan to submit a patch against master to complete this.
Attachments
Issue Links
- is related to
-
LU-6580 Poor read performance with many ptlrpcd threads on the client
- Resolved