| Summary: | virsh MAN page - typos and inconsistencies | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Laura Novich <lnovich> |
| Component: | libvirt | Assignee: | Jiri Denemark <jdenemar> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | acathrow, dyuan, gsun, honzhang, jhradile, jmiao, mzhan |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-1.1.1-16.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 09:32:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Laura Novich
2013-12-15 13:56:08 UTC
1. pushed upstream as
commit dbfe8a089577ce7da5d66c0c53d9b5be5aa41a96
Author: Jiri Denemark <jdenemar>
Date: Mon Dec 16 13:37:12 2013 +0100
tools: Fix virsh connect man page
The URI parameter is optional and xen:/// is not the default connection
URI.
Signed-off-by: Jiri Denemark <jdenemar>
2. "CPU map: y" is the list (or rather map). It prints "y" for each CPU that is online and "-" offline CPUs. Four online CPUs out of 4 would be shown as "yyyy". If the third CPU (ID 2) is offline, "yy-y" would be reported.
1. This doc fix can be verified:
# man virsh
...
connect [URI] [--readonly]
...
xen:///
this is used to connect to the local Xen hypervisor
...
Some typo was fixed, so I change the status to VERIFIED.
2. for nodecpumap
check cpus
# virsh nodecpumap
CPUs present: 8
CPUs online: 8
CPU map: yyyyyyyy
shutdown cpu-1
# echo 0 >/sys/devices/system/cpu/cpu1/online
recheck cpus
# virsh nodecpumap
CPUs present: 8
CPUs online: 7
CPU map: y-yyyyyy
nodecpumap works.
So I change the status to VERIFIED.
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |