VMDashboard / vmdashboard

web-based open source virtualization management interface for QEMU and KVM virtual machines
https://vmdashboard.org
Other
68 stars 40 forks source link

No Error given if VM fails to be created #5

Closed Shackelford-Arden closed 6 years ago

Shackelford-Arden commented 6 years ago

There is no visible error shown when the VM fails to create. Looking around, it did create the disk image assigned to the VM, but it never fully initiated the VM.

Also, I'd think if it's going to fail, we'd want to not have it create the disk image, but that's just my opinion.

matthewalanpenning commented 6 years ago

@Shackelford-Arden I made some changes to the pages/domain/domain-create.php page. I like your thinking on creating the hard drive after a successful creation of the new virtual machine. I made that change as well as alerting errors. Let me know if this helps.

matthewalanpenning commented 6 years ago

software now has error reports