From 22e7a449e2cc88b959ab0bb02ff12760ebb108d8 Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Thu, 23 Jun 2016 18:10:37 +0200 Subject: [PATCH] Clarify the use of disk_bus. Fixes #621 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee1528c..1c3a1be 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ end ### Domain Specific Options -* `disk_bus` - The type of disk device to emulate. Defaults to virtio if not set. Possible values are documented in libvirt's [description for _target_](http://libvirt.org/formatdomain.html#elementsDisks). +* `disk_bus` - The type of disk device to emulate. Defaults to virtio if not set. Possible values are documented in libvirt's [description for _target_](http://libvirt.org/formatdomain.html#elementsDisks). NOTE: this option applies only to disks associated with a box image. To set the bus type on additional disks, see the [Additional Disks](#additional-disks) section. * `nic_model_type` - parameter specifies the model of the network adapter when you create a domain value by default virtio KVM believe possible values, see the [documentation for libvirt](https://libvirt.org/formatdomain.html#elementsNICSModel). * `memory` - Amount of memory in MBytes. Defaults to 512 if not set. * `cpus` - Number of virtual cpus. Defaults to 1 if not set.