diff options
author | Daniel Veillard <veillard@redhat.com> | 2008-09-02 14:15:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2008-09-02 14:15:42 +0000 |
commit | 41ce15a5867851d56e762f860bb9cac54d1e4859 (patch) | |
tree | 1b1e8e4955426a255323718818703c6cec1f0e63 /docs | |
parent | qemu_conf.c: use new function, virFileReadLimFD (diff) | |
download | libvirt-41ce15a5867851d56e762f860bb9cac54d1e4859.tar.gz libvirt-41ce15a5867851d56e762f860bb9cac54d1e4859.tar.bz2 libvirt-41ce15a5867851d56e762f860bb9cac54d1e4859.zip |
Adds storage source element for pools
* src/storage_backend.h src/storage_backend_logical.c
src/storage_conf.c src/storage_conf.h src/virsh.c:
Applied patches from David Lively to add storage source
elements needed for storage pool
* docs/formatstorage.html docs/formatstorage.html.in: associated
documentation
Daniel
Diffstat (limited to 'docs')
-rw-r--r-- | docs/formatstorage.html | 5 | ||||
-rw-r--r-- | docs/formatstorage.html.in | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/formatstorage.html b/docs/formatstorage.html index 4f0027bcd..9d92b4cfe 100644 --- a/docs/formatstorage.html +++ b/docs/formatstorage.html @@ -210,7 +210,10 @@ or <code>device</code> element. Contains an attribute <code>name</code> which is the hostname or IP address of the server. May optionally contain a <code>port</code> attribute for the protocol specific - port number. <span class="since">Since 0.4.1</span></dd><dt><code>format</code></dt><dd>Provides information about the format of the pool. This + port number. <span class="since">Since 0.4.1</span></dd><dt><code>name</code></dt><dd>Provides the source for pools backed by storage from a + named element (e.g., a logical volume group name). + remote server. Contains a string identifier. + <span class="since">Since 0.4.5</span></dd><dt><code>format</code></dt><dd>Provides information about the format of the pool. This contains a single attribute <code>type</code> whose value is backend specific. This is typically used to indicate filesystem type, or network filesystem type, or partition table type, or diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index 7ee7bb866..7cd4731da 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -91,6 +91,11 @@ which is the hostname or IP address of the server. May optionally contain a <code>port</code> attribute for the protocol specific port number. <span class="since">Since 0.4.1</span></dd> + <dt><code>name</code></dt> + <dd>Provides the source for pools backed by storage from a + named element (e.g., a logical volume group name). + remote server. Contains a string identifier. + <span class="since">Since 0.4.5</span></dd> <dt><code>format</code></dt> <dd>Provides information about the format of the pool. This contains a single attribute <code>type</code> whose value is |