Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N nrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • argo
  • nrm
  • Issues
  • #16

Closed
Open
Created Oct 10, 2018 by Kamil Iskra@iskraOwner

Support nonexclusive NUMA nodes

NRM assumes that NUMA nodes are attached to containers in exclusive fashion; it will not attach the same node twice. This is actually not the default behavior of argo_nodeos_config, which attaches them non-exclusively.

Worse, if NRM runs out of NUMA nodes, it will still try to create a container, but with an empty NUMA node list. argo_nodeos_config used to accept such lists resulting in unusable containers, but that's fixed as of #baf8d886. NRM should be fixed not to generate such requests.

Ideally, we should extend the manifest to support both exclusive and non-exclusive NUMA node allocations.

Assignee
Assign to
Time tracking