Re: [libvirt] [PATCH] doc: Add doc for blockpull and blockjob commands

2011-07-26 Thread Osier Yang

于 2011年07月27日 10:44, Daniel Veillard 写道:

On Tue, Jul 26, 2011 at 09:03:22PM +0800, Osier Yang wrote:

Commit b31abc6f0 introduce commands blockpull and blockjob, but
forgot to add the docs meanwhile.
---
  tools/virsh.pod |   21 +
  1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 5b7fa9c..02c98c8 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -430,6 +430,27 @@ Get memory stats for a running domain.

  Get block device size info for a domain.

+=item B  I  I  [I]
+
+Populate a disk from its backing image. Once all data from its backing
+image has been pulled, the disk no longer depends on the backing image.
+It pulls data for the entire disk in the background, the process of the
+operation can be checked with B.
+
+I  specifies fully-qualified path of the disk.
+I  specifies copying bandwidth limit in Mbps.
+
+=item B  I  I  [I<--abort>] [I<--info>] [I]
+
+Manage active block operations.
+
+I  specifies fully-qualified path of the disk.
+If I<--live>  is specified, the active job on the specified disk will
+be aborted.
+If I<--info>  is specified, the active job information on the specified
+disk will be printed.
+I  can be used to set bandwidth limit for the active job.
+
  =item B  I

  Returns basic information about the domain.

   ACK,

Daniel


Thanks, pushed.

Osier

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] doc: Add doc for blockpull and blockjob commands

2011-07-26 Thread Daniel Veillard
On Tue, Jul 26, 2011 at 09:03:22PM +0800, Osier Yang wrote:
> Commit b31abc6f0 introduce commands blockpull and blockjob, but
> forgot to add the docs meanwhile.
> ---
>  tools/virsh.pod |   21 +
>  1 files changed, 21 insertions(+), 0 deletions(-)
> 
> diff --git a/tools/virsh.pod b/tools/virsh.pod
> index 5b7fa9c..02c98c8 100644
> --- a/tools/virsh.pod
> +++ b/tools/virsh.pod
> @@ -430,6 +430,27 @@ Get memory stats for a running domain.
>  
>  Get block device size info for a domain.
>  
> +=item B I I [I]
> +
> +Populate a disk from its backing image. Once all data from its backing
> +image has been pulled, the disk no longer depends on the backing image.
> +It pulls data for the entire disk in the background, the process of the
> +operation can be checked with B.
> +
> +I specifies fully-qualified path of the disk.
> +I specifies copying bandwidth limit in Mbps.
> +
> +=item B I I [I<--abort>] [I<--info>] [I]
> +
> +Manage active block operations.
> +
> +I specifies fully-qualified path of the disk.
> +If I<--live> is specified, the active job on the specified disk will
> +be aborted.
> +If I<--info> is specified, the active job information on the specified
> +disk will be printed.
> +I can be used to set bandwidth limit for the active job.
> +
>  =item B I
>  
>  Returns basic information about the domain.

  ACK,

Daniel

-- 
Daniel Veillard  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH] doc: Add doc for blockpull and blockjob commands

2011-07-26 Thread Osier Yang
Commit b31abc6f0 introduce commands blockpull and blockjob, but
forgot to add the docs meanwhile.
---
 tools/virsh.pod |   21 +
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 5b7fa9c..02c98c8 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -430,6 +430,27 @@ Get memory stats for a running domain.
 
 Get block device size info for a domain.
 
+=item B I I [I]
+
+Populate a disk from its backing image. Once all data from its backing
+image has been pulled, the disk no longer depends on the backing image.
+It pulls data for the entire disk in the background, the process of the
+operation can be checked with B.
+
+I specifies fully-qualified path of the disk.
+I specifies copying bandwidth limit in Mbps.
+
+=item B I I [I<--abort>] [I<--info>] [I]
+
+Manage active block operations.
+
+I specifies fully-qualified path of the disk.
+If I<--live> is specified, the active job on the specified disk will
+be aborted.
+If I<--info> is specified, the active job information on the specified
+disk will be printed.
+I can be used to set bandwidth limit for the active job.
+
 =item B I
 
 Returns basic information about the domain.
-- 
1.7.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list