[DRE-commits] [vagrant-libvirt] 44/67: Document setting disk bus

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.

commit facc198ae42926c5b297b5a980ff4f28331f8276
Author: Brian Pitts <brian at polibyte.com>
Date:   Mon Jan 6 12:31:49 2014 -0600

    Document setting disk bus
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f02f8a7..b8dfdd1 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,7 @@ This provider exposes quite a few provider-specific configuration options:
 
 ### 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).
 * `memory` - Amount of memory in MBytes. Defaults to 512 if not set.
 * `cpus` - Number of virtual cpus. Defaults to 1 if not set.
 * `nested` - [Enable nested virtualization](https://github.com/torvalds/linux/blob/master/Documentation/virtual/kvm/nested-vmx.txt). Default is false.
@@ -121,7 +122,7 @@ Vagrant.configure("2") do |config|
       domain.memory = 2048
       domain.cpus = 2
       domain.nested = true
-	  domain.volume_cache = 'none'
+      domain.volume_cache = 'none'
     end
   end
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list