aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2008-12-04 14:51:57 +0000
committerCole Robinson <crobinso@redhat.com>2008-12-04 14:51:57 +0000
commit76944e8137132a87e11efc7f9a3a3dcdfa30b6dc (patch)
tree297cec89e99703fb8357e880e2b4522da1077378 /docs/formatstorage.html.in
parentIncrease timeout for initial monitor poll, to prevent a guest from failing to... (diff)
downloadlibvirt-76944e8137132a87e11efc7f9a3a3dcdfa30b6dc.tar.gz
libvirt-76944e8137132a87e11efc7f9a3a3dcdfa30b6dc.tar.bz2
libvirt-76944e8137132a87e11efc7f9a3a3dcdfa30b6dc.zip
Fix documentation cut and paste errors, and a virsh typo.
Diffstat (limited to 'docs/formatstorage.html.in')
-rw-r--r--docs/formatstorage.html.in15
1 files changed, 4 insertions, 11 deletions
diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
index 7cd4731da..366339af1 100644
--- a/docs/formatstorage.html.in
+++ b/docs/formatstorage.html.in
@@ -245,17 +245,10 @@
<dl>
<dt><code>path</code></dt>
- <dd>Provides the location at which the pool will be mapped into
- the local filesystem namespace. For a filesystem/directory based
- pool it will be the name of the directory in which volumes will
- be created. For device based pools it will be the name of the directory in which
- devices nodes exist. For the latter <code>/dev/</code> may seem
- like the logical choice, however, devices nodes there are not
- guaranteed stable across reboots, since they are allocated on
- demand. It is preferable to use a stable location such as one
- of the <code>/dev/disk/by-{path,id,uuid,label</code> locations.
- <span class="since">Since 0.4.1</span>
- </dd>
+ <dd>Provides the location at which the volume can be accessed on
+ the local filesystem, as an absolute path. This is a readonly
+ attribute, so shouldn't be specified when creating a volume.
+ <span class="since">Since 0.4.1</span></dd>
<dt><code>format</code></dt>
<dd>Provides information about the pool specific volume format.
For disk pools it will provide the partition type. For filesystem