render / rpms / libvirt

Forked from rpms/libvirt 10 months ago
Clone
fbe740
From d03688c61e7609b22770f5fa6228431edfc45945 Mon Sep 17 00:00:00 2001
fbe740
Message-Id: <d03688c61e7609b22770f5fa6228431edfc45945@dist-git>
fbe740
From: Peter Krempa <pkrempa@redhat.com>
fbe740
Date: Mon, 30 Mar 2020 17:21:43 +0200
fbe740
Subject: [PATCH] docs: formatdomain: Mention missing protocols
fbe740
MIME-Version: 1.0
fbe740
Content-Type: text/plain; charset=UTF-8
fbe740
Content-Transfer-Encoding: 8bit
fbe740
fbe740
http, https, ftp, ftps, and tftp were not mentioned in the
fbe740
documentation. Note that 'ssh' is still omitted as it's used only
fbe740
internally.
fbe740
fbe740
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
fbe740
Reviewed-by: Ján Tomko <jtomko@redhat.com>
fbe740
(cherry picked from commit b24281c93405d6e3efb6edb3e7abff31628966b8)
fbe740
https://bugzilla.redhat.com/show_bug.cgi?id=1804750
fbe740
Message-Id: <ed3aac8a1ddcf415808dc9104ce7638344c09523.1585581552.git.pkrempa@redhat.com>
fbe740
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
fbe740
---
fbe740
 docs/formatdomain.html.in | 7 ++++---
fbe740
 1 file changed, 4 insertions(+), 3 deletions(-)
fbe740
fbe740
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
fbe740
index 2b8f9eabc2..143db21d4d 100644
fbe740
--- a/docs/formatdomain.html.in
fbe740
+++ b/docs/formatdomain.html.in
fbe740
@@ -3086,10 +3086,11 @@
fbe740
               
fbe740
               The protocol attribute specifies the protocol to
fbe740
               access to the requested image. Possible values are "nbd",
fbe740
-              "iscsi", "rbd", "sheepdog", "gluster" or "vxhs".
fbe740
+              "iscsi", "rbd", "sheepdog", "gluster", "vxhs", "http", "https",
fbe740
+              "ftp", ftps", or "tftp".
fbe740
 
fbe740
-              

If the protocol attribute is "rbd", "sheepdog",

fbe740
-              "gluster", or "vxhs", an additional attribute name
fbe740
+              

For any protocol other than nbd

fbe740
+              an additional attribute name
fbe740
               is mandatory to specify which volume/image will be used.
fbe740
               

fbe740
 
fbe740
-- 
fbe740
2.26.0
fbe740