From 08af6ca3623d44f2769f22ece986effd98ab5564 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Wed, 6 Feb 2019 17:18:57 -0500 Subject: [PATCH] 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 --- 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 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 = { -- 2.39.5