Update documentation to avoid confusion
disk_type_id defaults to different values in local build and remote build. Documentation should reflect to what value the remote build defaults.
This commit is contained in:
parent
986bded9d0
commit
ca8805efe2
|
@ -109,7 +109,7 @@ builder.
|
||||||
|
|
||||||
- `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. The
|
||||||
default is "1", which corresponds to a growable virtual disk split in
|
default is "1", which corresponds to a growable virtual disk split in
|
||||||
2GB files. This option is for advanced usage, modify only if you know what
|
2GB files. For ESXi defaults to "zeroedthick". This option is for advanced usage, modify only if you know what
|
||||||
you're doing. For more information, please consult the [Virtual Disk Manager
|
you're doing. For more information, please consult the [Virtual Disk Manager
|
||||||
User's Guide](https://www.vmware.com/pdf/VirtualDiskManager.pdf) for desktop
|
User's 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.
|
||||||
|
|
Loading…
Reference in New Issue