mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #396] "There is an instance with same name. Remove it and try again!",when create a new VM in another computer. #247
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#247
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 @lushtech on GitHub (Dec 8, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/396
I control three computers by webvirtcloud. And some VM in every computer.But I cant create the same name VM in the diffirent computer.when I do it ,the error show:
There is an instance with same name. Remove it and try again!
Is it a limitation in webvirtcloud that cant be same name VM in all computers?
@catborise commented on GitHub (Dec 8, 2020):
It should not be same vm names on the host. Probably you will confuse and will make mistakes. (Fatal mistakes) to prevent that we restricted same vm names.
If you create more than one instance with same name probably migration operations cause errors. Cannot migrate or cannot distinguish
@lushtech commented on GitHub (Dec 9, 2020):
Thank you, I got it.