Update vmware-iso.html.md.erb

fix indentation
This commit is contained in:
Adrien Delorme 2019-05-29 11:27:54 +02:00
parent c7808aaf1f
commit da5f075a3e
1 changed files with 17 additions and 17 deletions

View File

@ -115,27 +115,27 @@ builder.
- `disk_type_id` (string) - The type of VMware virtual disk to create. This - `disk_type_id` (string) - The type of VMware virtual disk to create. This
option is for advanced usage. option is for advanced usage.
For desktop VMware clients: For desktop VMware clients:
Type ID | Description Type ID | Description
--- | --- --- | ---
`0` | Growable virtual disk contained in a single file (monolithic sparse). `0` | Growable virtual disk contained in a single file (monolithic sparse).
`1` | Growable virtual disk split into 2GB files (split sparse). `1` | Growable virtual disk split into 2GB files (split sparse).
`2` | Preallocated virtual disk contained in a single file (monolithic flat). `2` | Preallocated virtual disk contained in a single file (monolithic flat).
`3` | Preallocated virtual disk split into 2GB files (split flat). `3` | Preallocated virtual disk split into 2GB files (split flat).
`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`. The default is `1`.
For ESXi, this defaults to `zeroedthick`. The available options for ESXi For ESXi, this defaults to `zeroedthick`. The available options for ESXi
are: `zeroedthick`, `eagerzeroedthick`, `thin`. `rdm:dev`, `rdmp:dev`, are: `zeroedthick`, `eagerzeroedthick`, `thin`. `rdm:dev`, `rdmp:dev`,
`2gbsparse` are not supported. Due to default disk compaction, when using `2gbsparse` are not supported. Due to default disk compaction, when using
`zeroedthick` or `eagerzeroedthick` set `skip_compaction` to `true`. `zeroedthick` or `eagerzeroedthick` set `skip_compaction` to `true`.
For more information, please consult the [Virtual Disk Manager User's For more information, please consult the [Virtual Disk Manager User's
Guide](https://www.vmware.com/pdf/VirtualDiskManager.pdf) for desktop Guide](https://www.vmware.com/pdf/VirtualDiskManager.pdf) for desktop
VMware clients. For ESXi, refer to the proper ESXi documentation. VMware clients. For ESXi, refer to the proper ESXi documentation.
- `display_name` (string) - The name that will appear in your vSphere client, - `display_name` (string) - The name that will appear in your vSphere client,
and will be used for the vmx basename. This will override the "displayname" and will be used for the vmx basename. This will override the "displayname"