diff options
author | Osier Yang <jyang@redhat.com> | 2012-09-11 16:57:01 +0800 |
---|---|---|
committer | Osier Yang <jyang@redhat.com> | 2012-09-18 14:42:29 +0800 |
commit | dbb7df1f811ce069a29e0ab5a2ff77916a350ca3 (patch) | |
tree | 3afd54fc80a490a97f619cdde7ec53cd034bf339 /docs/formatdomain.html.in | |
parent | blockjob: add blockcommit support to rpc (diff) | |
download | libvirt-dbb7df1f811ce069a29e0ab5a2ff77916a350ca3.tar.gz libvirt-dbb7df1f811ce069a29e0ab5a2ff77916a350ca3.tar.bz2 libvirt-dbb7df1f811ce069a29e0ab5a2ff77916a350ca3.zip |
schema: Add schema for disk <wwn>
* docs/formatdomain.html.in: Add document.
* docs/schemas/nodedev.rng: Move definition of "wwn" to ...
* docs/schemas/basictypes.rng: ...Here
* docs/schemas/domaincommon.rng: Add schema for disk <wwn>
Diffstat (limited to 'docs/formatdomain.html.in')
-rw-r--r-- | docs/formatdomain.html.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index c05f3df9c..8bdfbf175 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1582,6 +1582,12 @@ like <code><serial>WD-WMAP9A966149</serial></code>. <span class="since">Since 0.7.1</span> </dd> + <dt><code>wwn</code></dt> + <dd>If present, this element specifies the WWN (World Wide Name) + of a virtual hard disk or CD-ROM drive. It must be composed + of 16 hexadecimal digits. + <span class='since'>Since 0.10.1</span> + </dd> <dt><code>host</code></dt> <dd>The <code>host</code> element has two attributes "name" and "port", which specify the hostname and the port number. The meaning of this |