Page 1 of 1

Create VM with multiple HDD

Posted: Mon Oct 14, 2019 4:53 pm
by panks21
Hi

What is the process of creating a VM with multiple HDD?? I could do that using virt-install on a regular KVM, but struggling with EVE

virt-install \
--name logc5 \
--memory 16384 \
--vcpus=4 \
--import \
--disk /var/lib/libvirt/images/system.qcow2,format=qcow2,bus=virtio \
--disk /var/lib/libvirt/images/data1.qcow2,bus=virtio \
--network bridge=br0,model=virtio \
--noautoconsole

Re: Create VM with multiple HDD

Posted: Tue Oct 15, 2019 1:28 pm
by eveadmin
It is fully automatic....

if you create into /opt/unetlab/addons/qemu/win-3disks :

virtioa.qcow2
virtiob.qcow2
virtioc.qcow2


You will have 3 disks...

Simple....