git.annexia.org
/
mclu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8373990
)
Allow use of virtio-blk disk bus.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 28 Feb 2016 20:45:44 +0000
(20:45 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 28 Feb 2016 20:45:44 +0000
(20:45 +0000)
It's documented, but didn't work before.
mclu_boot.ml
patch
|
blob
|
history
diff --git
a/mclu_boot.ml
b/mclu_boot.ml
index
625aea2
..
8e7f6a3
100644
(file)
--- a/
mclu_boot.ml
+++ b/
mclu_boot.ml
@@
-276,6
+276,8
@@
Try: `mclu on %s'\n" hostname hostname;
match template_info.Template.disk_bus with
| Some "ide" ->
" <target dev='sda' bus='ide'/>\n"
+ | Some "virtio" ->
+ " <target dev='vda' bus='virtio'/>\n"
| Some "virtio-scsi" | None ->
" <target dev='sda' bus='scsi'/>\n"
| Some bus ->