From 538b83ae6836236cc84c9e7fcaf36cd16b4fa57f Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Thu, 7 Feb 2019 13:48:43 -0500 Subject: [PATCH] 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 --- src/conf/storage_conf.c | 1 - 1 file changed, 1 deletion(-) 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,