Fixes #11269: enable_checkpoints default is true (#11272)

Update docs to reflect change made in
8aa74a03a0.
This commit is contained in:
Jeff Bonhag 2019-12-20 12:59:51 -05:00 committed by GitHub
parent 88d2077cb8
commit f0b8c0737f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ you may set. A complete reference is shown below:
* `cpus` (integer) - Number of virtual CPUs allocated to VM at startup.
* `differencing_disk` (boolean) - **Deprecated** Use differencing disk instead of cloning entire VHD (use `linked_clone` instead) Default: false.
* `enable_virtualization_extensions` (boolean) - Enable virtualization extensions for the virtual CPUs. Default: false
* `enable_checkpoints` (boolean) Enable checkpoints of the VM. Default: false
* `enable_checkpoints` (boolean) Enable checkpoints of the VM. Default: true
* `enable_automatic_checkpoints` (boolean) Enable automatic checkpoints of the VM. Default: false
* `ip_address_timeout` (integer) - Number of seconds to wait for the VM to report an IP address. Default: 120.
* `linked_clone` (boolean) - Use differencing disk instead of cloning entire VHD. Default: false