feat(xo-server/config): enable guessVhdSizeOnImport by default (#4436)

This commit is contained in:
Julien Fontanet
2019-08-21 17:29:43 +02:00
committed by Pierre Donias
parent 60d75cb8ee
commit 2cfe3360d8
2 changed files with 7 additions and 3 deletions

View File

@@ -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”

View File

@@ -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.