From: John Ferlan Date: Wed, 6 Feb 2019 22:05:33 +0000 (-0500) Subject: conf: Remove volOptions for VIR_STORAGE_POOL_SCSI X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d893ce157424ef72dcd4b9ee8c71a99342597cba;p=libvirt.git conf: Remove volOptions for VIR_STORAGE_POOL_SCSI The scsi 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 1dab1d970e..a2182444ea 100644 --- a/src/conf/storage_conf.c +++ b/src/conf/storage_conf.c @@ -227,9 +227,6 @@ static virStoragePoolTypeInfo poolTypeInfo[] = { .poolOptions = { .flags = (VIR_STORAGE_POOL_SOURCE_ADAPTER), }, - .volOptions = { - .formatToString = virStoragePoolFormatDiskTypeToString, - } }, {.poolType = VIR_STORAGE_POOL_RBD, .poolOptions = {