]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: Remove defaultFormat from VIR_STORAGE_POOL_ZFS
authorJohn Ferlan <jferlan@redhat.com>
Thu, 7 Feb 2019 18:48:43 +0000 (13:48 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 6 Mar 2019 16:12:48 +0000 (11:12 -0500)
The ZFS pool is documented as not using pool format types, so remove
the defaultFormat value.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/storage_conf.c

index fa593ae8f869129ca8de907414cc0480d88fecd8..7fea478a8888b9e7b74f8c0df1b9cc500f138ec0 100644 (file)
@@ -268,7 +268,6 @@ static virStoragePoolTypeInfo poolTypeInfo[] = {
      .poolOptions = {
          .flags = (VIR_STORAGE_POOL_SOURCE_NAME |
                    VIR_STORAGE_POOL_SOURCE_DEVICE),
-         .defaultFormat = VIR_STORAGE_FILE_RAW,
      },
     },
     {.poolType = VIR_STORAGE_POOL_VSTORAGE,