[PATCH 1/3] docs: Remove tftp protocol support from docs

Han Han hhan at redhat.com
Thu May 21 06:08:18 UTC 2020


Signed-off-by: Han Han <hhan at 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>
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>
         </attribute>
         <attribute name="name"/>
-- 
2.25.0




More information about the libvir-list mailing list