mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +00:00
docs: storage: fix spacing when enumerating volume formats
There was a space missing after 'qcow'. Delete 'qcow' and 'cow' as examples to make the document more relevant for the current decade. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e6d6a56fef
commit
6481ed8de6
@ -90,10 +90,10 @@
|
|||||||
A pool with a type of <code>dir</code> provides the means to manage
|
A pool with a type of <code>dir</code> provides the means to manage
|
||||||
files within a directory. The files can be fully allocated raw files,
|
files within a directory. The files can be fully allocated raw files,
|
||||||
sparsely allocated raw files, or one of the special disk formats
|
sparsely allocated raw files, or one of the special disk formats
|
||||||
such as <code>qcow</code>,<code>qcow2</code>,<code>vmdk</code>,
|
such as <code>qcow2</code>, <code>vmdk</code>, etc as supported
|
||||||
<code>cow</code>, etc as supported by the <code>qemu-img</code>
|
by the <code>qemu-img</code> program. If the directory does not exist
|
||||||
program. If the directory does not exist at the time the pool is
|
at the time the pool is defined, the <code>build</code>
|
||||||
defined, the <code>build</code> operation can be used to create it.
|
operation can be used to create it.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Example pool input definition</h3>
|
<h3>Example pool input definition</h3>
|
||||||
@ -132,9 +132,8 @@
|
|||||||
natively. When creating new volumes, only a subset may be
|
natively. When creating new volumes, only a subset may be
|
||||||
available. The <code>raw</code> type is guaranteed always
|
available. The <code>raw</code> type is guaranteed always
|
||||||
available. The <code>qcow2</code> type can be created if
|
available. The <code>qcow2</code> type can be created if
|
||||||
either <code>qemu-img</code> or <code>qcow-create</code> tools
|
the <code>qemu-img</code> tool is present. The others are
|
||||||
are present. The others are dependent on support of the
|
dependent on support of the <code>qemu-img</code> tool.
|
||||||
<code>qemu-img</code> tool.
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user