From: Peter Krempa Date: Wed, 12 Nov 2014 12:54:10 +0000 (+0100) Subject: docs: domain: Move docs for storage hosts under the element X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=33b282eadc9a9bd69f2f0d12360d3be0a772eafe;p=libvirt.git docs: domain: Move docs for storage hosts under the element The docs describing the element that are under the element in the XML document were incorrectly placed under the element. Move them to the correct place. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index bfcfab1fc8..cdc55b3bd9 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1956,6 +1956,65 @@ may have zero or more host sub-elements used to specify the hosts to connect.

+ +
+
host
+
+

+ The host element supports 4 attributes, viz. "name", + "port", "transport" and "socket", which specify the hostname, + the port number, transport type and path to socket, respectively. + The meaning of this element and the number of the elements depend + on the protocol attribute. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Protocol Meaning Number of hosts Default port
nbd a server running nbd-server only one 10809
iscsi an iSCSI server only one 3260
rbd monitor servers of RBD one or more 6789
sheepdog one of the sheepdog servers (default is localhost:7000) zero or one 7000
gluster a server running glusterd daemon only one 24007
+

+ gluster supports "tcp", "rdma", "unix" as valid values for the + transport attribute. nbd supports "tcp" and "unix". Others only + support "tcp". If nothing is specified, "tcp" is assumed. If the + transport is "unix", the socket attribute specifies the path to an + AF_UNIX socket. +

+
+
+

For a "file" or "volume" disk type which represents a cdrom or floppy (the device attribute), it is possible to define @@ -2311,56 +2370,6 @@ characters. Since 1.0.1 -

host
-
The host element supports 4 attributes, viz. "name", - "port", "transport" and "socket", which specify the hostname, the port - number, transport type and path to socket, respectively. The meaning - of this element and the number of the elements depend on the protocol - attribute. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Protocol Meaning Number of hosts Default port
nbd a server running nbd-server only one 10809
iscsi an iSCSI server only one 3260
rbd monitor servers of RBD one or more 6789
sheepdog one of the sheepdog servers (default is localhost:7000) zero or one 7000
gluster a server running glusterd daemon only one 24007
- gluster supports "tcp", "rdma", "unix" as valid values for the - transport attribute. nbd supports "tcp" and "unix". Others only - support "tcp". If nothing is specified, "tcp" is assumed. If the - transport is "unix", the socket attribute specifies the path to an - AF_UNIX socket. -
address
If present, the address element ties the disk to a given slot of a controller (the