[GH-ISSUE #312] Cloning Instance Gives Error #206

Open
opened 2026-02-27 15:57:45 +03:00 by kerem · 13 comments
Owner

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?

image

image

image

image

image

image

image

image

image

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? ![image](https://user-images.githubusercontent.com/10604947/81838322-34b5ed80-9503-11ea-98d2-0da617432b1a.png) ![image](https://user-images.githubusercontent.com/10604947/81838403-4dbe9e80-9503-11ea-85ac-489169aba6e1.png) ![image](https://user-images.githubusercontent.com/10604947/81838509-70e94e00-9503-11ea-8fe0-9bed70590f33.png) ![image](https://user-images.githubusercontent.com/10604947/81838587-8b232c00-9503-11ea-9e3b-87b9f47451d4.png) ![image](https://user-images.githubusercontent.com/10604947/81838630-9ece9280-9503-11ea-909f-0c836fdc83bc.png) ![image](https://user-images.githubusercontent.com/10604947/81838680-b0179f00-9503-11ea-94c2-4e08d029e436.png) ![image](https://user-images.githubusercontent.com/10604947/81838735-c6255f80-9503-11ea-92d4-9dd7666e1836.png) ![image](https://user-images.githubusercontent.com/10604947/81838790-db01f300-9503-11ea-9ec7-e5ec8d64427d.png) ![image](https://user-images.githubusercontent.com/10604947/81838834-ee14c300-9503-11ea-9d8f-e6c6379e5303.png)
Author
Owner

@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.

<!-- gh-comment-id:628255438 --> @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.
Author
Owner

@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:

@toddleish https://github.com/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.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/retspen/webvirtcloud/issues/312#issuecomment-628255438,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACQ5DE32WB7EMS2JMQHMQV3RRMGHJANCNFSM4M75NT6Q
.

<!-- gh-comment-id:628297479 --> @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: > @toddleish <https://github.com/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. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/retspen/webvirtcloud/issues/312#issuecomment-628255438>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACQ5DE32WB7EMS2JMQHMQV3RRMGHJANCNFSM4M75NT6Q> > . >
Author
Owner

@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.

<!-- gh-comment-id:628566117 --> @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.
Author
Owner

@toddleish commented on GitHub (May 14, 2020):

I see... If I don't include title and desc, it clones fine.

<!-- gh-comment-id:628640029 --> @toddleish commented on GitHub (May 14, 2020): I see... If I don't include title and desc, it clones fine.
Author
Owner

@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...................

<!-- gh-comment-id:631087647 --> @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...................`
Author
Owner

@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.

<!-- gh-comment-id:631089005 --> @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.
Author
Owner

@toddleish commented on GitHub (May 19, 2020):

I can rename directly with Virsh though.

<!-- gh-comment-id:631089608 --> @toddleish commented on GitHub (May 19, 2020): I can rename directly with Virsh though.
Author
Owner

@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.

<!-- gh-comment-id:631091041 --> @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.
Author
Owner

@toddleish commented on GitHub (May 19, 2020):

I see. thank you.

<!-- gh-comment-id:631094981 --> @toddleish commented on GitHub (May 19, 2020): I see. thank you.
Author
Owner

@catborise commented on GitHub (May 19, 2020):

May be i understand wrongly the situation. What exactly are you doing ? Which part did you edit?

<!-- gh-comment-id:631096715 --> @catborise commented on GitHub (May 19, 2020): May be i understand wrongly the situation. What exactly are you doing ? Which part did you edit?
Author
Owner

@toddleish commented on GitHub (May 19, 2020):

under the XML Tab, I edited

<!-- gh-comment-id:631105509 --> @toddleish commented on GitHub (May 19, 2020): under the XML Tab, I edited <name>
Author
Owner

@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?)

<!-- gh-comment-id:631111092 --> @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?)
Author
Owner

@toddleish commented on GitHub (May 19, 2020):

Thanks for the info. That sounds great. No need to fix.

<!-- gh-comment-id:631111649 --> @toddleish commented on GitHub (May 19, 2020): Thanks for the info. That sounds great. No need to fix.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#206
No description provided.