mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #312] Cloning Instance Gives Error #206
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#206
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 @toddleish on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/312
When cloning an instance in my new WebvirtCloud installation, I get this error... Can you help me solve it?
@catborise commented on GitHub (May 13, 2020):
@toddleish Thanks for Feedback.
after upgrade to python3 some glitches are appearing. With your feedbacks we can solve these problems. I will create a commit after resolution.
@toddleish commented on GitHub (May 13, 2020):
Great, thank you. How often to you create new releases?
On Wed, May 13, 2020 at 3:28 PM catborise notifications@github.com wrote:
@catborise commented on GitHub (May 14, 2020):
i fix the problem. (while cloning title and desc not use very much because of that we havent seen yet)
@toddleish you can use my repo to get immediately fixes and updates. or wait some time for merging retspen.
@toddleish commented on GitHub (May 14, 2020):
I see... If I don't include title and desc, it clones fine.
@toddleish commented on GitHub (May 19, 2020):
I noticed a similar error if I try to edit XML..
Error: operation failed: domain 'C7-BASE' is already defined with uuid abc-def-g...................@catborise commented on GitHub (May 19, 2020):
This problem is related with uuid... there must be an instance name with same uuid. Change one of them. Uuid must be unique.
@toddleish commented on GitHub (May 19, 2020):
I can rename directly with Virsh though.
@catborise commented on GitHub (May 19, 2020):
Virsh checks only its own domain. If another host has same uuid, virsh does not interested with it. But webvirtcloud checks all hosts to see if there is an instance with same uuid.
@toddleish commented on GitHub (May 19, 2020):
I see. thank you.
@catborise commented on GitHub (May 19, 2020):
May be i understand wrongly the situation. What exactly are you doing ? Which part did you edit?
@toddleish commented on GitHub (May 19, 2020):
under the XML Tab, I edited
@catborise commented on GitHub (May 19, 2020):
I check it again. There is no problem with editing if you edit other than name and uuid.
If you want to edit name or uuid you should change them at the same time.
For example: you want to change an instance name which is test to test1.
Edit xml : change test to test1 and change uuid number.
Editing with xml purpose is change parts other than uuid and name..
(We can fix that but.... is it truely necessary?)
@toddleish commented on GitHub (May 19, 2020):
Thanks for the info. That sounds great. No need to fix.