]> xenbits.xensource.com Git - libvirt.git/commit
conf: Add storage pool device attribute part_separator
authorJohn Ferlan <jferlan@redhat.com>
Thu, 7 Jan 2016 11:57:28 +0000 (06:57 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 19 Jan 2016 18:02:59 +0000 (13:02 -0500)
commit4f84617078e26c4e2847b64559a82898d4044183
tree5b29166a4df885c2e54baf36e3814842b28bc6b1
parentc03fbecc7cd463900d0291034e873f00062a75db
conf: Add storage pool device attribute part_separator

Add a new storage pool source device attribute 'part_separator=[yes|no]'
in order to allow a 'disk' storage pool using a device mapper multipath
device to not add the "p" partition separator to the generated device
name when libvirt_parthelper is run.

This will allow libvirt to find device mapper multipath devices which were
configured in /etc/multipath.conf to use 'user_friendly_names' or custom
'alias' names for the LUN.
docs/formatstorage.html.in
docs/schemas/storagepool.rng
src/conf/storage_conf.c
src/conf/storage_conf.h
tests/storagepoolxml2xmlin/pool-disk-device-nopartsep.xml [new file with mode: 0644]
tests/storagepoolxml2xmlout/pool-disk-device-nopartsep.xml [new file with mode: 0644]
tests/storagepoolxml2xmltest.c