From: Peter Krempa Date: Thu, 26 Oct 2017 08:28:12 +0000 (+0200) Subject: docs: Drop mention that WWN for disks must be unique X-Git-Tag: v3.9.0-rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8587bb4549635397dc912b26906cdbe124a073db;p=thirdparty%2Flibvirt.git docs: Drop mention that WWN for disks must be unique 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 --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 4609e2ec26..4f28dce355 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3184,8 +3184,7 @@
wwn
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. Since 0.10.1
vendor