From: John Ferlan Date: Wed, 6 Feb 2019 22:03:42 +0000 (-0500) Subject: conf: Remove volOptions for VIR_STORAGE_POOL_RBD X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=035db37394ad11a39d47f8bd2b6a8a2734283cbf;p=libvirt.git conf: Remove volOptions for VIR_STORAGE_POOL_RBD The rbd 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 0472be5753..1dab1d970e 100644 --- a/src/conf/storage_conf.c +++ b/src/conf/storage_conf.c @@ -237,11 +237,6 @@ static virStoragePoolTypeInfo poolTypeInfo[] = { VIR_STORAGE_POOL_SOURCE_NETWORK | VIR_STORAGE_POOL_SOURCE_NAME), }, - .volOptions = { - .defaultFormat = VIR_STORAGE_FILE_RAW, - .formatFromString = virStorageVolumeFormatFromString, - .formatToString = virStorageFileFormatTypeToString, - } }, {.poolType = VIR_STORAGE_POOL_SHEEPDOG, .poolOptions = {