cleanup docs

This commit is contained in:
Matthew Hooker 2018-01-31 12:52:04 -08:00
parent ed1057518f
commit 918a50225b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 14 additions and 4 deletions

View File

@ -107,10 +107,10 @@ builder.
actual file representing the disk will not use the full size unless it actual file representing the disk will not use the full size unless it
is full. By default this is set to 40,000 (about 40 GB). is full. By default this is set to 40,000 (about 40 GB).
- `disk_type_id` (string) - The type of VMware virtual disk to create. The - `disk_type_id` (string) - The type of VMware virtual disk to create. This
default is "1", which corresponds to a growable virtual disk split in 2GB option is for advanced usage.
files. For ESXi, this defaults to "zeroedthick". This option is for
advanced usage. For ESXi the available options are: `zeroedthick`, `eagerzeroedthick`, `thin`, `rdm:dev`, `rdmp:dev`, `2gbsparse`. For desktop VMware clients: For desktop VMware clients:
Type ID | Description Type ID | Description
--- | --- --- | ---
@ -121,6 +121,16 @@ builder.
`4` | Preallocated virtual disk compatible with ESX server (VMFS flat). `4` | Preallocated virtual disk compatible with ESX server (VMFS flat).
`5` | Compressed disk optimized for streaming. `5` | Compressed disk optimized for streaming.
The default is "1".
For ESXi, this defaults to "zeroedthick". The available options for ESXi
are: `zeroedthick`, `eagerzeroedthick`, `thin`, `rdm:dev`, `rdmp:dev`,
`2gbsparse`.
For more information, please consult the [Virtual Disk Manager User's
Guide](https://www.vmware.com/pdf/VirtualDiskManager.pdf) for desktop
VMware clients. For ESXi, refer to the proper ESXi documentation.
* `disable_vnc` (boolean) - Whether to create a VNC connection or not. * `disable_vnc` (boolean) - Whether to create a VNC connection or not.
A `boot_command` cannot be used when this is `false`. Defaults to `false`. A `boot_command` cannot be used when this is `false`. Defaults to `false`.