[virt-tools-list] Install KVM Virtual machine with virt-install on a LVM partition

Arno Gaboury arnaud.gaboury at gmail.com
Thu Apr 26 10:33:36 UTC 2012


Le 26. 04. 12 12:13, Richard W.M. Jones a écrit :
>
> Yes I'm aware of what virtio is.  The script is wrong though:
>
> extra="bus=virtio"
> [...]
> virt-install -n $name -r 8192 \
>    $cpus $type $variant $disk $location $graphics $extra $network
>
> Rich.
>

Sorry, but what is wrong? The way I write the argument? I do not see any 
diff between what I wrote and the example given in the debianwiki:


virt-install -d --name=lin01-quake --ram 512 --disk 
path=/dev/vg0/lin01-boot,bus=virtio,cache=none

Should be something like this :

bus="virtio"
 > [...]
 > virt-install -n $name -r 8192 \
 >    $cpus $type $variant $disk $location $graphics $bus $network

??




More information about the virt-tools-list mailing list