[BUG] Able to migrate/move to a nonexistent host #2

Closed
opened 2018-06-21 22:01:03 -04:00 by JoshuaBoniface · 4 comments
JoshuaBoniface commented 2018-06-21 22:01:03 -04:00 (Migrated from git.bonifacelabs.ca)
joshua@test1.i.bonilan.net ~ $ pvc vm move test5 -t test4.i.bonilan.net
Permanently migrating VM "b1dc4e21-544f-47aa-9bb7-8af0bc443b74" to hypervisor "test4.i.bonilan.net".
joshua@test1.i.bonilan.net ~ $ pvc vm move test5 -t test5.i.bonilan.net                                                                 
Permanently migrating VM "b1dc4e21-544f-47aa-9bb7-8af0bc443b74" to hypervisor "test5.i.bonilan.net".
joshua@test1.i.bonilan.net ~ $ pvc vm list
Name   UUID                                  State    RAM (MiB)  vCPUs  Hypervisor           Migrated
test1  b1dc4e21-544f-47aa-9bb7-8af0bc443b78  start    1024       1      test1.i.bonilan.net  no
test2  b1dc4e21-544f-47aa-9bb7-8af0bc443b77  start    1024       1      test2.i.bonilan.net  no
test3  b1dc4e21-544f-47aa-9bb7-8af0bc443b76  start    1024       1      test4.i.bonilan.net  no
test4  b1dc4e21-544f-47aa-9bb7-8af0bc443b75  start    1024       1      test4.i.bonilan.net  no
test5  b1dc4e21-544f-47aa-9bb7-8af0bc443b74  migrate  1024       1      test5.i.bonilan.net  no
test6  b1dc4e21-544f-47aa-9bb7-8af0bc443b73  start    1024       1      test2.i.bonilan.net  no
>>> 2018/06/21 21:58:50.882874 - VM state change for "b1dc4e21-544f-47aa-9bb7-8af0bc443b74": migrate test4.i.bonilan.net
>>> 2018/06/21 21:58:50.883032 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Receiving migration
>>> 2018/06/21 21:58:51.385973 - Add VM to domain list                            
>>> 2018/06/21 21:58:51.390791 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Successfully received migratedVM
>>> 2018/06/21 21:58:52.718685 - VM state change for "b1dc4e21-544f-47aa-9bb7-8af0bc443b74": start test4.i.bonilan.net
>>> 2018/06/21 21:58:53.453653 - test4.i.bonilan.net keepalive
    Active domains: 3  Free memory [MiB]: 2548  Used memory [MiB]: 592  Load: 0.11               
>>> 2018/06/21 21:58:53.462495 - Cluster status               
    Active nodes: test1.i.bonilan.net test3.i.bonilan.net test2.i.bonilan.net test4.i.bonilan.net
    Inactive nodes:                                           
    Flushed nodes:                                                                               
>>> 2018/06/21 21:58:55.120404 - VM state change for "b1dc4e21-544f-47aa-9bb7-8af0bc443b74": migrate test5.i.bonilan.net
>>> 2018/06/21 21:58:55.120570 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Migrating VM to hypervisor "test5.i.bonilan.net"
libvirt: XML-RPC error : Unable to resolve address 'test5.i.bonilan.net' service '16509': Name or service not known
>>> 2018/06/21 21:58:55.311579 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Failed to open connection to qemu+tcp://test5.i.bonilan.net/system; aborting migration.
>>> 2018/06/21 21:58:55.311717 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Could not live migrate VM; shutting down to migrate instead
>>> 2018/06/21 21:58:55.311755 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Gracefully stopping VM    
``` joshua@test1.i.bonilan.net ~ $ pvc vm move test5 -t test4.i.bonilan.net Permanently migrating VM "b1dc4e21-544f-47aa-9bb7-8af0bc443b74" to hypervisor "test4.i.bonilan.net". joshua@test1.i.bonilan.net ~ $ pvc vm move test5 -t test5.i.bonilan.net Permanently migrating VM "b1dc4e21-544f-47aa-9bb7-8af0bc443b74" to hypervisor "test5.i.bonilan.net". joshua@test1.i.bonilan.net ~ $ pvc vm list Name UUID State RAM (MiB) vCPUs Hypervisor Migrated test1 b1dc4e21-544f-47aa-9bb7-8af0bc443b78 start 1024 1 test1.i.bonilan.net no test2 b1dc4e21-544f-47aa-9bb7-8af0bc443b77 start 1024 1 test2.i.bonilan.net no test3 b1dc4e21-544f-47aa-9bb7-8af0bc443b76 start 1024 1 test4.i.bonilan.net no test4 b1dc4e21-544f-47aa-9bb7-8af0bc443b75 start 1024 1 test4.i.bonilan.net no test5 b1dc4e21-544f-47aa-9bb7-8af0bc443b74 migrate 1024 1 test5.i.bonilan.net no test6 b1dc4e21-544f-47aa-9bb7-8af0bc443b73 start 1024 1 test2.i.bonilan.net no ``` ``` >>> 2018/06/21 21:58:50.882874 - VM state change for "b1dc4e21-544f-47aa-9bb7-8af0bc443b74": migrate test4.i.bonilan.net >>> 2018/06/21 21:58:50.883032 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Receiving migration >>> 2018/06/21 21:58:51.385973 - Add VM to domain list >>> 2018/06/21 21:58:51.390791 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Successfully received migratedVM >>> 2018/06/21 21:58:52.718685 - VM state change for "b1dc4e21-544f-47aa-9bb7-8af0bc443b74": start test4.i.bonilan.net >>> 2018/06/21 21:58:53.453653 - test4.i.bonilan.net keepalive Active domains: 3 Free memory [MiB]: 2548 Used memory [MiB]: 592 Load: 0.11 >>> 2018/06/21 21:58:53.462495 - Cluster status Active nodes: test1.i.bonilan.net test3.i.bonilan.net test2.i.bonilan.net test4.i.bonilan.net Inactive nodes: Flushed nodes: >>> 2018/06/21 21:58:55.120404 - VM state change for "b1dc4e21-544f-47aa-9bb7-8af0bc443b74": migrate test5.i.bonilan.net >>> 2018/06/21 21:58:55.120570 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Migrating VM to hypervisor "test5.i.bonilan.net" libvirt: XML-RPC error : Unable to resolve address 'test5.i.bonilan.net' service '16509': Name or service not known >>> 2018/06/21 21:58:55.311579 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Failed to open connection to qemu+tcp://test5.i.bonilan.net/system; aborting migration. >>> 2018/06/21 21:58:55.311717 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Could not live migrate VM; shutting down to migrate instead >>> 2018/06/21 21:58:55.311755 - b1dc4e21-544f-47aa-9bb7-8af0bc443b74: Gracefully stopping VM ```
JoshuaBoniface commented 2018-06-22 12:25:30 -04:00 (Migrated from git.bonifacelabs.ca)

mentioned in commit 8fc4de4093

mentioned in commit 8fc4de4093c21abd653e2c9cb3eec80f7e94958e
JoshuaBoniface commented 2018-06-22 12:25:58 -04:00 (Migrated from git.bonifacelabs.ca)

Corrected in 8fc4de40

Corrected in 8fc4de40
JoshuaBoniface commented 2018-06-22 12:25:59 -04:00 (Migrated from git.bonifacelabs.ca)

closed

closed
JoshuaBoniface commented 2020-08-25 23:42:32 -04:00 (Migrated from git.bonifacelabs.ca)

mentioned in issue #103

mentioned in issue #103
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: parallelvirtualcluster/pvc#2
No description provided.