Add documentation for disk_name

This commit is contained in:
Cécile MORANGE 2024-01-17 11:52:36 +01:00
parent 3a92c96509
commit 5dc6c311f0

View File

@ -87,6 +87,9 @@ each category, the available options are alphabetized and described.
run `xe template-list`. Setting the correct value hints to XenServer how to run `xe template-list`. Setting the correct value hints to XenServer how to
optimize the virtual hardware to work best with that operating system. optimize the virtual hardware to work best with that operating system.
* `disk_name` (string) - The name of the hard disk to create for the VM.
By default, the name is "Packer-disk".
* `disk_size` (integer) - The size, in megabytes, of the hard disk to create * `disk_size` (integer) - The size, in megabytes, of the hard disk to create
for the VM. By default, this is 40000 (about 40 GB). for the VM. By default, this is 40000 (about 40 GB).