From 582f04f0648102f3e6c48499ba03a62b9dc86044 Mon Sep 17 00:00:00 2001
From: Cole Robinson Directory pool
@@ -380,6 +383,41 @@ libvirt.
The SCSI volume pool does not use the volume format type element.
+ This provides a pool that contains all the multipath devices on the
+ host. Volume creating is not supported via the libvirt APIs.
+ The target element is actually ignored, but one is required to appease
+ the libvirt XML parser.
+
+ Configuring multipathing is not currently supported, this just covers
+ the case where users want to discover all the available multipath
+ devices, and assign them to guests.
+ Since 0.7.1
+
+ <pool type="mpath"> + <name>virtimages</name> + <target> + <path>/dev/mapper</path> + </target> + </pool>+ +
+ The Multipath volume pool does not use the pool format type element. +
+ ++ The Multipath volume pool does not use the volume format type element. +
+ + +