[BUG] VM missing current_hypervisor during migrate #18

Closed
opened 2018-08-31 10:12:50 -04:00 by JoshuaBoniface · 2 comments
JoshuaBoniface commented 2018-08-31 10:12:50 -04:00 (Migrated from git.bonifacelabs.ca)
>>> 2018/08/31 07:04:28.634348 - Node "hv3.i.bonilan.net" failed 3 saving throws
>>> 2018/08/31 07:04:28.634462 - Fencing node "hv3.i.bonilan.net" via IPMI reboot signal
>>> 2018/08/31 07:04:28.728062 - Successfully rebooted dead node
>>> 2018/08/31 07:04:31.729486 - Moving VMs from dead hypervisor "hv3.i.bonilan.net" to new hosts
>>> 2018/08/31 07:04:31.737942 - Moving VM "8f93598f-a5bd-46a6-afe1-dd5560d33b85" to hypervisor "hv1.i.bonilan.net"
Exception in thread Thread-14:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/share/pvc/pvcd/NodeInstance.py", line 468, in fenceNode
    migrateFromFencedHost(zk_conn, node_name)
  File "/usr/share/pvc/pvcd/NodeInstance.py", line 484, in migrateFromFencedHost
    '/domains/{}/lasthypervisor'.format(dom_uuid): current_hypervisor
NameError: name 'current_hypervisor' is not defined
``` >>> 2018/08/31 07:04:28.634348 - Node "hv3.i.bonilan.net" failed 3 saving throws >>> 2018/08/31 07:04:28.634462 - Fencing node "hv3.i.bonilan.net" via IPMI reboot signal >>> 2018/08/31 07:04:28.728062 - Successfully rebooted dead node >>> 2018/08/31 07:04:31.729486 - Moving VMs from dead hypervisor "hv3.i.bonilan.net" to new hosts >>> 2018/08/31 07:04:31.737942 - Moving VM "8f93598f-a5bd-46a6-afe1-dd5560d33b85" to hypervisor "hv1.i.bonilan.net" Exception in thread Thread-14: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/usr/share/pvc/pvcd/NodeInstance.py", line 468, in fenceNode migrateFromFencedHost(zk_conn, node_name) File "/usr/share/pvc/pvcd/NodeInstance.py", line 484, in migrateFromFencedHost '/domains/{}/lasthypervisor'.format(dom_uuid): current_hypervisor NameError: name 'current_hypervisor' is not defined ```
JoshuaBoniface commented 2018-08-31 10:12:58 -04:00 (Migrated from git.bonifacelabs.ca)

assigned to @JoshuaBoniface

assigned to @JoshuaBoniface
JoshuaBoniface commented 2018-08-31 10:16:49 -04:00 (Migrated from git.bonifacelabs.ca)

closed via commit 057a9716ae

closed via commit 057a9716ae0b8428abc6785b3f95533f418bb98d
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#18
No description provided.