Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302477 Details for
Bug 442429
libvirt man page and virsh help incosistencies for "domain commands"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for the virsh man page
442429.patch (text/plain), 8.44 KB, created by
Daniel Veillard
on 2008-04-15 15:26:00 UTC
(
hide
)
Description:
patch for the virsh man page
Filename:
MIME Type:
Creator:
Daniel Veillard
Created:
2008-04-15 15:26:00 UTC
Size:
8.44 KB
patch
obsolete
>Index: virsh.1 >=================================================================== >RCS file: /data/cvs/libxen/virsh.1,v >retrieving revision 1.13 >retrieving revision 1.14 >diff -u -r1.13 -r1.14 >--- virsh.1 17 Mar 2008 10:27:31 -0000 1.13 >+++ virsh.1 15 Apr 2008 15:20:43 -0000 1.14 >@@ -129,7 +129,7 @@ > .\" ======================================================================== > .\" > .IX Title "VIRSH 1" >-.TH VIRSH 1 "2007-09-28" "perl v5.8.8" "Virtualization Support" >+.TH VIRSH 1 "2008-04-15" "perl v5.8.8" "Virtualization Support" > .SH "NAME" > virsh \- management user interface > .SH "SYNOPSIS" >@@ -229,6 +229,12 @@ > For remote access see the documentation page on how to make URIs. > The \fI\-\-readonly\fR option allows for read-only connection > .RE >+.IP "\fBuri\fR" 4 >+.IX Item "uri" >+Prints the hypervisor canonical \s-1URI\s0, can be useful in shell mode. >+.IP "\fBhostname\fR" 4 >+.IX Item "hostname" >+Print the hypervisor hostname. > .IP "\fBnodeinfo\fR" 4 > .IX Item "nodeinfo" > Returns basic information about the node, like number and type of \s-1CPU\s0, >@@ -333,27 +339,41 @@ > \&\s-1OS\s0 any chance to react, and it the equivalent of ripping the power > cord out on a physical machine. In most cases you will want to use > the \fBshutdown\fR command instead. >+.IP "\fBdomblkstat\fR \fIdomain\fR \fIblock-device\fR" 4 >+.IX Item "domblkstat domain block-device" >+Get device block stats for a running domain. >+.IP "\fBdomifstat\fR \fIdomain\fR \fIinterface-device\fR" 4 >+.IX Item "domifstat domain interface-device" >+Get network interface stats for a running domain. > .IP "\fBdominfo\fR \fIdomain-id\fR" 4 > .IX Item "dominfo domain-id" > Returns basic information about the domain. > .IP "\fBdomuuid\fR \fIdomain-name-or-id\fR" 4 > .IX Item "domuuid domain-name-or-id" > Convert a domain name or id to domain \s-1UUID\s0 >-.IP "\fBdomid\fR \fIdomain-name\fR" 4 >-.IX Item "domid domain-name" >-Converts a domain name to a domain id using xend's internal mapping. >+.IP "\fBdomid\fR \fIdomain-name-or-uuid\fR" 4 >+.IX Item "domid domain-name-or-uuid" >+Convert a domain name (or \s-1UUID\s0) to a domain id > .IP "\fBdominfo\fR \fIdomain-id\fR" 4 > .IX Item "dominfo domain-id" > Returns basic information about the domain. >-.IP "\fBdomname\fR \fIdomain-id\fR" 4 >-.IX Item "domname domain-id" >-convert a domain Id to domain name >+.IP "\fBdomname\fR \fIdomain-id-or-uuid\fR" 4 >+.IX Item "domname domain-id-or-uuid" >+Convert a domain Id (or \s-1UUID\s0) to domain name > .IP "\fBdomstate\fR \fIdomain-id\fR" 4 > .IX Item "domstate domain-id" > Returns state about a running domain. >+.IP "\fBdump\fR \fIdomain-id\fR \fIcorefilepath\fR" 4 >+.IX Item "dump domain-id corefilepath" >+Dumps the core of a domain to a file for analysis. > .IP "\fBdumpxml\fR \fIdomain-id\fR" 4 > .IX Item "dumpxml domain-id" > Output the domain information as an \s-1XML\s0 dump to stdout, this format can be used by the \fBcreate\fR command. >+.IP "\fBmigrate\fR optional \fI\-\-live\fR \fIdomain-id\fR \fIdesturi\fR \fImigrateuri\fR" 4 >+.IX Item "migrate optional --live domain-id desturi migrateuri" >+Migrate domain to another host. Add \-\-live for live migration. The \fIdesturi\fR >+is the connection \s-1URI\s0 of the destination host, and \fImigrateuri\fR is the >+migration \s-1URI\s0, which usually can be omitted. > .IP "\fBreboot\fR \fIdomain-id\fR" 4 > .IX Item "reboot domain-id" > Reboot a domain. This acts just as if the domain had the \fBreboot\fR >@@ -377,11 +397,20 @@ > This is roughly equivalent to doing a hibernate on a running computer, > with all the same limitations. Open network connections may be > severed upon restore, as \s-1TCP\s0 timeouts may have expired. >+.IP "\fBschedinfo\fR optional \fI\-\-weight\fR \fBnumber\fR optional \fI\-\-cap\fR \fBnumber\fR \fIdomain-id\fR" 4 >+.IX Item "schedinfo optional --weight number optional --cap number domain-id" >+Allows to show (and set) the domain scheduler parameters. This is currently >+only defined for \s-1XEN_CREDIT\s0 scheduler, and the optional weight and cap >+arguments allows to set the associated parameters in that scheduler if >+provided. > .IP "\fBsetmem\fR \fIdomain-id\fR \fBkilobytes\fR" 4 > .IX Item "setmem domain-id kilobytes" > Change the current memory allocation in the guest domain. This should take > effect immediately. The memory limit is specified in > kilobytes. >+.Sp >+For Xen, you can only adjust the memory of a running domain if the >+domain is paravirtualized or running the \s-1PV\s0 balloon driver. > .IP "\fBsetmaxmem\fR \fIdomain-id\fR \fBkilobytes\fR" 4 > .IX Item "setmaxmem domain-id kilobytes" > Change the maximum memory allocation limit in the guest domain. This should >@@ -392,6 +421,9 @@ > Change the number of virtual CPUs active in the guest domain. Note that > \&\fIcount\fR may be limited by host, hypervisor or limit coming from the > original description of domain. >+.Sp >+For Xen, you can only adjust the virtual CPUs of a running domain if >+the domain is paravirtualized. > .IP "\fBshutdown\fR \fIdomain-id\fR" 4 > .IX Item "shutdown domain-id" > Gracefully shuts down a domain. This coordinates with the domain \s-1OS\s0 >@@ -402,6 +434,9 @@ > For a xen guest vm the behavior of what happens to a domain when it reboots is set by the > \&\fIon_shutdown\fR parameter of the xmdomain.cfg file when the domain was > created. >+.IP "\fBstart\fR \fIdomain-name\fR" 4 >+.IX Item "start domain-name" >+Start a (previously defined) inactive domain. > .IP "\fBsuspend\fR \fIdomain-id\fR" 4 > .IX Item "suspend domain-id" > Suspend a running domain. It is kept in memory but won't be scheduled >Index: docs/virsh.pod >=================================================================== >RCS file: /data/cvs/libxen/docs/virsh.pod,v >retrieving revision 1.13 >retrieving revision 1.14 >diff -u -r1.13 -r1.14 >--- docs/virsh.pod 17 Mar 2008 10:27:32 -0000 1.13 >+++ docs/virsh.pod 15 Apr 2008 15:20:43 -0000 1.14 >@@ -108,6 +108,14 @@ > For remote access see the documentation page on how to make URIs. > The I<--readonly> option allows for read-only connection > >+=item B<uri> >+ >+Prints the hypervisor canonical URI, can be useful in shell mode. >+ >+=item B<hostname> >+ >+Print the hypervisor hostname. >+ > =item B<nodeinfo> > > Returns basic information about the node, like number and type of CPU, >@@ -229,6 +237,14 @@ > cord out on a physical machine. In most cases you will want to use > the B<shutdown> command instead. > >+=item B<domblkstat> I<domain> I<block-device> >+ >+Get device block stats for a running domain. >+ >+=item B<domifstat> I<domain> I<interface-device> >+ >+Get network interface stats for a running domain. >+ > =item B<dominfo> I<domain-id> > > Returns basic information about the domain. >@@ -237,26 +253,35 @@ > > Convert a domain name or id to domain UUID > >-=item B<domid> I<domain-name> >+=item B<domid> I<domain-name-or-uuid> > >-Converts a domain name to a domain id using xend's internal mapping. >+Convert a domain name (or UUID) to a domain id > > =item B<dominfo> I<domain-id> > > Returns basic information about the domain. > >-=item B<domname> I<domain-id> >+=item B<domname> I<domain-id-or-uuid> > >-convert a domain Id to domain name >+Convert a domain Id (or UUID) to domain name > > =item B<domstate> I<domain-id> > > Returns state about a running domain. > >+=item B<dump> I<domain-id> I<corefilepath> >+ >+Dumps the core of a domain to a file for analysis. >+ > =item B<dumpxml> I<domain-id> > > Output the domain information as an XML dump to stdout, this format can be used by the B<create> command. > >+=item B<migrate> optional I<--live> I<domain-id> I<desturi> I<migrateuri> >+ >+Migrate domain to another host. Add --live for live migration. The I<desturi> >+is the connection URI of the destination host, and I<migrateuri> is the >+migration URI, which usually can be omitted. > > =item B<reboot> I<domain-id> > >@@ -284,6 +309,13 @@ > with all the same limitations. Open network connections may be > severed upon restore, as TCP timeouts may have expired. > >+=item B<schedinfo> optional I<--weight> B<number> optional I<--cap> B<number> I<domain-id> >+ >+Allows to show (and set) the domain scheduler parameters. This is currently >+only defined for XEN_CREDIT scheduler, and the optional weight and cap >+arguments allows to set the associated parameters in that scheduler if >+provided. >+ > =item B<setmem> I<domain-id> B<kilobytes> > > Change the current memory allocation in the guest domain. This should take >@@ -319,6 +351,10 @@ > I<on_shutdown> parameter of the xmdomain.cfg file when the domain was > created. > >+=item B<start> I<domain-name> >+ >+Start a (previously defined) inactive domain. >+ > =item B<suspend> I<domain-id> > > Suspend a running domain. It is kept in memory but won't be scheduled
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442429
: 302477