Closed ianc1215 closed 7 years ago
I just tried to do the same thing to see if it can be reproduced. I was able to get the same result.
When I look in the folder of the new VM instance, the folder is blank. Nothing, no log, no disk image, nothing. This has to be where the issue is at... But why is it not copying the disk over?
It's normal that you have the -hda.qcow2. Qemu use an overlay disk in order to no touch the original image, but this disk will contain only the difference.
The problem is : "Too many open files"
You can't open more file on your system probably a limit of io is too low.
GNS3 is not using the names specified in the config file for the VM template. It is always defaulting to "VM Template"-hda.qcow2
So in my case "Untangle-hda.qcow2", my file was named "untangle_1300_x32.qcow2" So that's a problem.
If I rename the file to what GNS3 is expecting it to be called I get this on my screen (lots of this).
I have no idea what "Could not open backing file" means. The system has permisson to it's own file so thats not the issue.
The information gathered was from running
debug 2
on the GNS3 server.I can provide more info if needed.