[libvirt] [PATCH v2 06/17] conf: Remove defaultFormat from VIR_STORAGE_POOL_ZFS

John Ferlan jferlan at redhat.com
Tue Feb 12 15:28:05 UTC 2019


The ZFS pool is document as not using pool format types, so remove
the defaultFormat value.

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 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 25556db4f8..be64c09d37 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,
-- 
2.20.1




More information about the libvir-list mailing list