From 8eb0db45ab482868736bff1be85bd604d0d97fc5 Mon Sep 17 00:00:00 2001
Message-Id: <8eb0db45ab482868736bff1be85bd604d0d97fc5@dist-git>
From: Peter Krempa
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
@@ -2268,56 +2327,6 @@
characters.
Since 1.0.1
-
host
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 | -
address
address
element ties the disk
to a given slot of a controller (the
--
2.1.3