[PATCH v2 1/4] docs: formatdomain: Mention missing protocols

Peter Krempa posted 4 patches 5 years, 10 months ago
[PATCH v2 1/4] docs: formatdomain: Mention missing protocols
Posted by Peter Krempa 5 years, 10 months ago
http, https, ftp, ftps, and tftp were not mentioned in the
documentation. Note that 'ssh' is still omitted as it's used only
internally.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/formatdomain.html.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 28e779b90a..6dbf449698 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3096,10 +3096,11 @@
               <dd>
               The <code>protocol</code> attribute specifies the protocol to
               access to the requested image. Possible values are "nbd",
-              "iscsi", "rbd", "sheepdog", "gluster" or "vxhs".
+              "iscsi", "rbd", "sheepdog", "gluster", "vxhs", "http", "https",
+              "ftp", ftps", or "tftp".

-              <p>If the <code>protocol</code> attribute is "rbd", "sheepdog",
-              "gluster", or "vxhs", an additional attribute <code>name</code>
+              <p>For any <code>protocol</code> other than <code>nbd</code>
+              an additional attribute <code>name</code>
               is mandatory to specify which volume/image will be used.
               </p>

-- 
2.24.1

Re: [PATCH v2 1/4] docs: formatdomain: Mention missing protocols
Posted by Ján Tomko 5 years, 10 months ago
On a Monday in 2020, Peter Krempa wrote:
>http, https, ftp, ftps, and tftp were not mentioned in the
>documentation. Note that 'ssh' is still omitted as it's used only
>internally.
>
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> docs/formatdomain.html.in | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano