mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
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 <jferlan@redhat.com> ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
08af6ca362
commit
538b83ae68
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user