[libvirt] [PATCH v2 05/17] conf: Remove volOptions for VIR_STORAGE_POOL_MPATH

John Ferlan jferlan at redhat.com
Tue Feb 12 15:28:04 UTC 2019


The multipath pool is documented as not using the volume type,
so let's just remove it.

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 src/conf/storage_conf.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c
index e699057fbf..25556db4f8 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 = {
-- 
2.20.1




More information about the libvir-list mailing list