Bug 1465368 - virt-install manpage does not describe NUMA cell setup
Summary: virt-install manpage does not describe NUMA cell setup
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-27 10:14 UTC by Daniel Berrangé
Modified: 2017-06-27 16:19 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-06-27 16:19:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2017-06-27 10:14:00 UTC
Description of problem:
The manpage for 'virt-install' lists a few options, but doesn't mention anything about NUMA cell/memory configuration.

While it is visible with 'virt-install --cpu=?', it lacks any information about how to actually use it in practice.

Version-Release number of selected component (if applicable):
virt-install-1.4.1-2.fc25.noarch

Comment 1 Cole Robinson 2017-06-27 16:19:52 UTC
Example: --cpu cell0.memory=1234,cell0.cpus=0-3,cell1.memory=5678,cell1.cpus=4-7

Will generate:

  <cpu>
    <numa>
      <cell cpus="0-3" memory="1234"/>
      <cell cpus="4-7" memory="5678"/>
    </numa>
  </cpu>

I've added that to the man page upstream now, thanks


Note You need to log in before you can comment on or make changes to this bug.