Merge pull request #8133 from StingRayZA/docfix

Added disk_block_size unit clarification to hyperv-iso doc
pull/8136/head
Adrien Delorme 7 years ago committed by GitHub
commit 271a3e5814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,9 +93,9 @@ builder.
file representing the disk will not use the full size unless it is
full.
- `disk_block_size` (string) - The block size of the VHD to be created.
- `disk_block_size` (string) - The block size of the VHD to be created in MiB.
Recommended disk block size for Linux hyper-v guests is 1 MiB. This
defaults to "32 MiB".
defaults to "32" (MiB).
- `disk_size` (number) - The size, in megabytes, of the hard disk to create
for the VM. By default, this is 40 GB.

Loading…
Cancel
Save