-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNS3server timeout when you create a disk with qcow2 preallocation different off #2313
Comments
Thanks for the report. I can reproduce the problem. The problem is the GNS3 server calls qemu-img and a preallocation makes it slow to create the image and then the GUI timeouts. For instance, it takes around 35s on my system to preallocate a 30 GB image: (default timeout is 30 seconds)
|
Oh, OK, so the option for preallocate should be deprecated? because some person as me can try to do pre allocate 150G hhaahaha. |
I will keep the option, I just have to make it non-blocking on the server side and no timeout for the progress bar on the GUI side ;) |
Hello dear GNS3 developer team, today I need to create a Qcow2 disk from GNS3 and when I create the disk in qemu VM and I add the VM to a project GNS3 is break. This happen with normal user and root user. This happen when we create a qcow2 disk with prealocate different off. So for fix this We need reinstall GNS3 because the config is break.
The text was updated successfully, but these errors were encountered: