-
Notifications
You must be signed in to change notification settings - Fork 441
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
[GNS3 3.0.1] Cannot create a node template if the image is already on the controller #3684
Comments
I ran into the same issue after I upgraded to 3.0.1. To resolve this you would need to upload the image to image management directory. Then when you import the template, the device should load it this time. |
I think the add templates dialog should not report the presence of the image on the controller if the old option of uploading the image to gns3vm via ssh is no longer a working option, as this is misleading and seems like a bug. |
I forgot to add: the images that are not in the list are uploaded via ssh from the old gns3 server. It was as convenient and fast as possible to transfer via ssh. If in the New template dialog box I click Import and upload the image this way, no error appears and the template is successfully created. |
I agree. I would prefer the old way or an easier way to import the images when the template was launched. This helped me get back up and running because I was unable to import any devices before on 3.0.0. Thanks for reporting this. |
Describe the bug
When trying to create a node template, the error message “The template cannot be created: Image ‘<some_image>’ could not be found in the controller database” appears if the image is already on the controller in the corresponding directory.
The images are loaded correctly and have correct access rights:
GNS3 version and operating system (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
1 - upload the node image to the controller
2 - open the New template dialog
3 - select the template corresponding to the loaded image
4 - go through all the steps of the template creation wizard and press Finish button
Screenshots or videos
The text was updated successfully, but these errors were encountered: