
On Thu, May 21, 2020 at 14:08:18 +0800, Han Han wrote:
Signed-off-by: Han Han <hhan@redhat.com> --- docs/formatdomain.html.in | 10 +--------- docs/schemas/domaincommon.rng | 1 - 2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 23eb0292..cadb64b2 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2952,14 +2952,6 @@ <target dev='hdh' bus='ide' tray='open'/> <readonly/> </disk> - <disk type='network' device='cdrom'> - <driver name='qemu' type='raw'/> - <source protocol="tftp" name="url_path"> - <host name="hostname" port="69"/> - </source> - <target dev='hdi' bus='ide' tray='open'/> - <readonly/> - </disk> <disk type='block' device='lun'> <driver name='qemu' type='raw'/> <source dev='/dev/sda'> @@ -3166,7 +3158,7 @@ The <code>protocol</code> attribute specifies the protocol to access to the requested image. Possible values are "nbd", "iscsi", "rbd", "sheepdog", "gluster", "vxhs", "http", "https", - "ftp", ftps", or "tftp". + "ftp", ftps".
<p>For any <code>protocol</code> other than <code>nbd</code> an additional attribute <code>name</code>
We theoretically can remove the example and state that 'tftp' didn't really work.
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 9d60b090..c93b150d 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -1942,7 +1942,6 @@ <choice> <value>sheepdog</value> <value>ftp</value> - <value>tftp</value> </choice>
But we can't do this.
</attribute> <attribute name="name"/> -- 2.25.0