]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: Remove volOptions for VIR_STORAGE_POOL_MPATH
authorJohn Ferlan <jferlan@redhat.com>
Wed, 6 Feb 2019 22:18:57 +0000 (17:18 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 6 Mar 2019 16:12:48 +0000 (11:12 -0500)
The multipath pool is documented as not using the volume type,
so let's just remove it.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/storage_conf.c

index 51cd12b6ed75ad1e6e30bd3f9716e7c5a821f538..fa593ae8f869129ca8de907414cc0480d88fecd8 100644 (file)
@@ -250,9 +250,6 @@ static virStoragePoolTypeInfo poolTypeInfo[] = {
      }
     },
     {.poolType = VIR_STORAGE_POOL_MPATH,
-     .volOptions = {
-         .formatToString = virStoragePoolFormatDiskTypeToString,
-     }
     },
     {.poolType = VIR_STORAGE_POOL_DISK,
      .poolOptions = {