thx for yourt reply.
Perhaps i am doing something wrong, but i dont know what and where to search:
My setup is the following one:
EVE-ng is installed on a VMware Workstation.
Through EVE-NG, i want to build a VMWARE lab
I follow the guide :
https://www.eve-ng.net/documentation/ho ... -ware-esxi
conver disk1 and add hdb (second disk) as indicated in the link , so 2 HDD on my Esxi vm
so i use New lab, add node: ESXi, setup memory, cpu and network.
All is ok
next i wanted to add 2 more disks through the command:
/opt/qemu/bin/qemu-img create -f qcow2 hdc.qcow2 100G
/opt/qemu/bin/qemu-img create -f qcow2 hdd.qcow2 100G
all is ok again.
Same thing with a 5th disk:
/opt/qemu/bin/qemu-img create -f qcow2 hde.qcow2 100G
no ESXi VM could start
I delete hde
the ESXi VM start.
So i think it is not a ESXi storage problem because i even not able to start the VM. And the same ESXi installation files is ok with 8 HDD on VM workstation direct (without Eve-NG).
==> I probably do something wrong but i do not understand where.
do i need to add the same number of HDD to the eve-ng vm ?