]> git.ipfire.org Git - thirdparty/libvirt.git/commit
mpath: Don't allow more than one mpath pool at a time
authorJohn Ferlan <jferlan@redhat.com>
Wed, 24 Jun 2015 12:45:24 +0000 (08:45 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 30 Jun 2015 15:21:42 +0000 (11:21 -0400)
commita77056bdb5d6d3942daf3f472d2dc3faa10bbe06
treeeb6d52a7cad89cd3e44ef64b3023ca609a6a0b96
parentdbad00189958db304295519842b28342a005a3bc
mpath: Don't allow more than one mpath pool at a time

https://bugzilla.redhat.com/show_bug.cgi?id=1232606

Since an mpath pool contains all the Multipath devices on a host, allowing
more than one defined on a host at a time should be disallowed under the
policy of disallowing duplicate source pools for the host.

Adjust to docs to clarify the Multipath target path value usage for both
the storage driver (only 1 pool per host) and formatstorage references
(ignore the target element in favor of the default target mapping of
/dev/mapper).
docs/formatstorage.html.in
docs/storage.html.in
src/conf/storage_conf.c