From: Peter Krempa Date: Mon, 30 Mar 2020 12:46:04 +0000 (+0200) Subject: docs: formatdomain: Mention missing protocols X-Git-Tag: v6.2.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24281c93405d6e3efb6edb3e7abff31628966b8;p=thirdparty%2Flibvirt.git docs: formatdomain: Mention missing protocols 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 --- 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 @@
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.