mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #372] VM displayed in Instances page twice after 'unsafe' migration #237
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#237
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 @wdhwang on GitHub (Oct 15, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/372
Hi:

I am trying migrate the VM 'cirros' from node1 to node2 with 'unsafe' option recently. The VM migration was successfully completed. But when I check instances status from the browser, I found there were two VM 'cirros' on the list with the same settings. The results was captured as the attachment picture.
Is there any solution for this situation?
Thanks for your helping.
WD
@catborise commented on GitHub (Oct 15, 2020):
Is there any special situation for using unsafe migration?
After migration completed, it is an option undefining source or not.
@wdhwang commented on GitHub (Oct 16, 2020):
I am testing block migration on Ubuntu server. I found WebVirtCloud is so easy to install, configure and use. So I tested all function of WebVirtCloud in my environment. Because there is no shared storage in the environment, so I test VM migration with 'unsafe' option. Then the strange situation. migrated VM displayed in Instances page twice, was appeared.
I even tried to remove the duplicate VM record from the table of 'instances_instance'. But that wasn't work, the record would insert into database again.
BTW, thanks for your response.
@catborise commented on GitHub (Oct 19, 2020):
hi, i tested it again. there is not any problem with it. you should always check "Delete Original"="undefine source", if you do not have special purpose.
@wdhwang commented on GitHub (Oct 19, 2020):
Hi, catborise:

I enable the options of 'Unsafe live migration', 'Delete original', and the 'Instances' listing is ok now.
Thanks for your helping.