mirror of https://gitee.com/openkylin/libvirt.git
Add --source-format argument to virsh pool-define-as and pool-create-as
This is the corresponding patch for the virsh man page (virsh.pod).
This commit is contained in:
parent
b221973a11
commit
3db47cb5d2
|
@ -672,7 +672,7 @@ Build a given pool.
|
|||
Create and start a pool object from the XML I<file>.
|
||||
|
||||
=item B<pool-create-as> I<name> I<--print-xml> I<type> optional I<source-host>
|
||||
I<source-path> I<source-dev> I<source-name> <target>
|
||||
I<source-path> I<source-dev> I<source-name> <target> I<--source-format format>
|
||||
|
||||
Create and start a pool object I<name> from the raw parameters. If
|
||||
I<--print-xml> is specified, then print the XML of the pool object
|
||||
|
@ -684,7 +684,7 @@ I<type>.
|
|||
Create, but do not start, a pool object from the XML I<file>.
|
||||
|
||||
=item B<pool-define-as> I<name> I<--print-xml> I<type> optional I<source-host>
|
||||
I<source-path> I<source-dev> I<source-name> <target>
|
||||
I<source-path> I<source-dev> I<source-name> <target> I<--source-format format>
|
||||
|
||||
Create, but do not start, a pool object I<name> from the raw parameters. If
|
||||
I<--print-xml> is specified, then print the XML of the pool object
|
||||
|
|
Loading…
Reference in New Issue