From d03688c61e7609b22770f5fa6228431edfc45945 Mon Sep 17 00:00:00 2001 Message-Id: From: Peter Krempa Date: Mon, 30 Mar 2020 17:21:43 +0200 Subject: [PATCH] docs: formatdomain: Mention missing protocols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko (cherry picked from commit b24281c93405d6e3efb6edb3e7abff31628966b8) https://bugzilla.redhat.com/show_bug.cgi?id=1804750 Message-Id: Reviewed-by: Jiri Denemark --- 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 2b8f9eabc2..143db21d4d 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3086,10 +3086,11 @@
The protocol 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". -

If the protocol attribute is "rbd", "sheepdog", - "gluster", or "vxhs", an additional attribute name +

For any protocol other than nbd + an additional attribute name is mandatory to specify which volume/image will be used.

-- 2.26.0