mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #164] instance clone Error: Instance mac '52:54:00:' invalid format! #111
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @honza801 on GitHub (Jul 26, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/164
bug by to @Bandic007 and @catborise
Also - when I have a user, which is a staff one and "can clone VMs" and I hsare a template with him, when I try to clone the template from inside the user, I am getting this error:
Error: Instance mac '52:54:00:' invalid format!
I haven't change anything. I guess this issue (as I explained in another issue thread) is related to the "guess" mac function in the network card options. I am getting the same result when from the super admin user I use the guess option in the network settings and it gives me only '52:54:00:' mac every time. Also in options tab I don't have the possibility to change the network configs of course, because this is template shared by super admin, so I cannot do anything from that user practically.
Could you please try to fix this? I will try to help you with what I can!
@honza801 commented on GitHub (Jul 26, 2018):
@Bandic007
fixed in commit
13ffaae522honza801/webvirtcloud fork@lord-kyron commented on GitHub (Jul 27, 2018):
@honza801 - thank you very much! I've implemented the change in my installation and it works perfectly.
I've implemented it in my repo modified version also!
I will be looking toward getting the users roles a little bit more flexible and fixing some other issues like the one that @catborise has with the sorting in instances page on super user.
Will you help with that also?