feat(xo-server/config): enable guessVhdSizeOnImport by default (#4436)
This commit is contained in:
committed by
Pierre Donias
parent
60d75cb8ee
commit
2cfe3360d8
@@ -7,6 +7,8 @@
|
||||
|
||||
> Users must be able to say: “Nice enhancement, I'm eager to test it”
|
||||
|
||||
- [VM import & Continuous Replication] Enable `guessVhdSizeOnImport` by default, this fix some `VDI_IO_ERROR` with XenServer 7.1 and XCP-ng 8.0 (PR [#4436](https://github.com/vatesfr/xen-orchestra/pull/4436))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
@@ -17,9 +17,11 @@ createUserOnFirstSignin = true
|
||||
# their size just by looking at the beginning of the stream.
|
||||
#
|
||||
# But it is a guess, not a certainty, it depends on how the VHDs are formatted
|
||||
# by XenServer, therefore it's disabled for the moment but can be enabled
|
||||
# specifically for a user if necessary.
|
||||
guessVhdSizeOnImport = false
|
||||
# by XenServer.
|
||||
#
|
||||
# This has been tested for 5 months, therefore it's enabled by default but can
|
||||
# be disabled specifically for a user if necessary.
|
||||
guessVhdSizeOnImport = true
|
||||
|
||||
# Whether API logs should contains the full request/response on
|
||||
# errors.
|
||||
|
||||
Reference in New Issue
Block a user