From: John Ferlan Date: Thu, 7 Feb 2019 18:48:43 +0000 (-0500) Subject: conf: Remove defaultFormat from VIR_STORAGE_POOL_ZFS X-Git-Tag: v5.2.0-rc1~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538b83ae6836236cc84c9e7fcaf36cd16b4fa57f;p=thirdparty%2Flibvirt.git conf: Remove defaultFormat from VIR_STORAGE_POOL_ZFS The ZFS pool is documented as not using pool format types, so remove the defaultFormat value. Signed-off-by: John Ferlan ACKed-by: Michal Privoznik --- diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index fa593ae8f8..7fea478a88 100644 --- a/src/conf/storage_conf.c +++ b/src/conf/storage_conf.c @@ -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,