update proxmox docs to include disable_kvm flag

This commit is contained in:
Roman Tomjak 2020-07-15 18:51:36 +01:00
parent be7251f185
commit ebdf1c3d53
No known key found for this signature in database
GPG Key ID: BB29BA0B3501D719
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ builder.
then `qemu-guest-agent` must be installed on the guest. When disabled, then then `qemu-guest-agent` must be installed on the guest. When disabled, then
`ssh_host` should be used. Defaults to `true`. `ssh_host` should be used. Defaults to `true`.
- `disable_kvm` (boolean) - Disables KVM hardware virtualization. Defaults to `false`.
- `scsi_controller` (string) - The SCSI controller model to emulate. Can be `lsi`, - `scsi_controller` (string) - The SCSI controller model to emulate. Can be `lsi`,
`lsi53c810`, `virtio-scsi-pci`, `virtio-scsi-single`, `megasas`, or `pvscsi`. `lsi53c810`, `virtio-scsi-pci`, `virtio-scsi-single`, `megasas`, or `pvscsi`.
Defaults to `lsi`. Defaults to `lsi`.