Create VM with multiple HDD

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
panks21
Posts: 1
Joined: Mon Nov 26, 2018 4:08 pm

Create VM with multiple HDD

Post by panks21 » Mon Oct 14, 2019 4:53 pm

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

eveadmin
Site Admin
Posts: 5
Joined: Wed Mar 15, 2017 12:53 pm

Re: Create VM with multiple HDD

Post by eveadmin » Tue Oct 15, 2019 1:28 pm

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....

Post Reply