mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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 = {
|
.poolOptions = {
|
||||||
.flags = (VIR_STORAGE_POOL_SOURCE_NAME |
|
.flags = (VIR_STORAGE_POOL_SOURCE_NAME |
|
||||||
VIR_STORAGE_POOL_SOURCE_DEVICE),
|
VIR_STORAGE_POOL_SOURCE_DEVICE),
|
||||||
.defaultFormat = VIR_STORAGE_FILE_RAW,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{.poolType = VIR_STORAGE_POOL_VSTORAGE,
|
{.poolType = VIR_STORAGE_POOL_VSTORAGE,
|
||||||
|
Loading…
Reference in New Issue
Block a user