]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: Remove volOptions for VIR_STORAGE_POOL_SCSI
authorJohn Ferlan <jferlan@redhat.com>
Wed, 6 Feb 2019 22:05:33 +0000 (17:05 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 6 Mar 2019 16:12:48 +0000 (11:12 -0500)
The scsi 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 1dab1d970e588c555ac5d9735f3c7f810de6214f..a2182444eacfebfe54175a85090466f7893d59e7 100644 (file)
@@ -227,9 +227,6 @@ static virStoragePoolTypeInfo poolTypeInfo[] = {
      .poolOptions = {
          .flags = (VIR_STORAGE_POOL_SOURCE_ADAPTER),
      },
-     .volOptions = {
-         .formatToString = virStoragePoolFormatDiskTypeToString,
-     }
     },
     {.poolType = VIR_STORAGE_POOL_RBD,
      .poolOptions = {