From: John Ferlan Date: Wed, 6 Feb 2019 22:18:57 +0000 (-0500) Subject: conf: Remove volOptions for VIR_STORAGE_POOL_MPATH X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=08af6ca3623d44f2769f22ece986effd98ab5564;p=libvirt.git conf: Remove volOptions for VIR_STORAGE_POOL_MPATH The multipath pool is documented as not using the volume type, so let's just remove it. Signed-off-by: John Ferlan ACKed-by: Michal Privoznik --- diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index 51cd12b6ed..fa593ae8f8 100644 --- a/src/conf/storage_conf.c +++ b/src/conf/storage_conf.c @@ -250,9 +250,6 @@ static virStoragePoolTypeInfo poolTypeInfo[] = { } }, {.poolType = VIR_STORAGE_POOL_MPATH, - .volOptions = { - .formatToString = virStoragePoolFormatDiskTypeToString, - } }, {.poolType = VIR_STORAGE_POOL_DISK, .poolOptions = {