Conversation
When the pod is scheduled to the nodes with hyperthreading (SMT) enabled, pod scheduling fails with error: Pod was rejected: SMT Alignment Error: requested 1 cpus not multiple cpus per core = 2 Signed-off-by: Yurii Prokulevych <yprokule@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yprokule The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Warning Review limit reachedNext included review available in 52 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/assign @imiller0 |
| resources: | ||
| noobaa-db: | ||
| limits: | ||
| cpu: "2" |
There was a problem hiding this comment.
The default installation (on my cluster) uses 500m which would be fractional CPU and likely would not trigger this SMT issue (since it isn't pinned). Did you override noobaa to 1 cpu in triggering this issue?
|
This PR is pending the outcome of a review of ODF config. It should work correctly in a cluster with single-numa-node scheduling constraint |
When the pod is scheduled to the nodes with hyperthreading (SMT) enabled, pod scheduling fails with error: