[libvirt] [PATCH] docs: Drop mention that WWN for disks must be unique

Peter Krempa pkrempa at redhat.com
Thu Oct 26 08:32:17 UTC 2017


For multipath disks it might be useful to have the same WWN for multiple
disks. It's the users choice to do so. Since we dropped the check that
disallows using duplicate WWNs drop the docs as well.

https://bugzilla.redhat.com/show_bug.cgi?id=1464975
---

Pushed as trivial.

 docs/formatdomain.html.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 4609e2ec2..4f28dce35 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3184,8 +3184,7 @@
       <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 and must be unique (at least among
-        disks of a single domain)
+        of 16 hexadecimal digits.
         <span class='since'>Since 0.10.1</span>
       </dd>
       <dt><code>vendor</code></dt>
-- 
2.13.6




More information about the libvir-list mailing list