is live migration on ovirt-master via migration network
currently expected to work?
2020-01-21 22:49:20,991-0500 INFO (jsonrpc/2) [api.virt]
START migrate(params={'abortOnError': 'true', 'autoConverge':
'true', 'dst': '
192.168.201.3:54321', 'method':
'online', 'vmId': '736dea3b-64be-427f-9ebf-d1e758b6f68e',
'src': '192.168.201.4', 'dstqemu': '192.0.3.1',
'convergenceSchedule': {'init': [{'name': 'setDowntime',
'params': ['100']}], 'stalling': [{'limit': 1, 'action':
{'name': 'setDowntime', 'params': ['150']}}, {'limit': 2,
'action': {'name': 'setDowntime', 'params': ['200']}},
{'limit': 3, 'action': {'name': 'setDowntime', 'params':
['300']}}, {'limit': 4, 'action': {'name': 'setDowntime',
'params': ['400']}}, {'limit': 6, 'action': {'name':
'setDowntime', 'params': ['500']}}, {'limit': -1, 'action':
{'name': 'abort', 'params': []}}]}, 'outgoingLimit': 2,
'enableGuestEvents': True, 'tunneled': 'false', 'encrypted':
False, 'compressed': 'false', 'incomingLimit': 2})
from=::ffff:192.168.201.2,43782,
flow_id=5c0e0e0a-8d5f-4b66-bda3-acca1e626a41,
vmId=736dea3b-64be-427f-9ebf-d1e758b6f68e (api:48)
2020-01-21 22:49:20,997-0500 INFO (jsonrpc/2) [api.virt]
FINISH migrate return={'status': {'code': 0, 'message':
'Migration in progress'}, 'progress': 0}
from=::ffff:192.168.201.2,43782,
flow_id=5c0e0e0a-8d5f-4b66-bda3-acca1e626a41,
vmId=736dea3b-64be-427f-9ebf-d1e758b6f68e (api:54)
2020-01-21 22:49:20,997-0500 INFO (jsonrpc/2)
[jsonrpc.JsonRpcServer] RPC call VM.migrate succeeded in 0.01
seconds (__init__:312)
2020-01-21 22:49:21,099-0500 INFO (migsrc/736dea3b) [virt.vm]
(vmId='736dea3b-64be-427f-9ebf-d1e758b6f68e') Migration
semaphore: acquiring (migration:405)
2020-01-21 22:49:21,099-0500 INFO (migsrc/736dea3b) [virt.vm]
(vmId='736dea3b-64be-427f-9ebf-d1e758b6f68e') Migration
semaphore: acquired (migration:407)
2020-01-21 22:49:21,837-0500 INFO (migsrc/736dea3b) [virt.vm]
(vmId='736dea3b-64be-427f-9ebf-d1e758b6f68e') Creation of
destination VM took: 0 seconds (migration:459)
2020-01-21 22:49:21,838-0500 INFO (migsrc/736dea3b) [virt.vm]
(vmId='736dea3b-64be-427f-9ebf-d1e758b6f68e') starting
migration to qemu+tls://
192.168.201.3/system with miguri
tcp://
192.0.3.1
(migration:525)
2020-01-21 22:49:21,870-0500 ERROR (migsrc/736dea3b) [virt.vm]
(vmId='736dea3b-64be-427f-9ebf-d1e758b6f68e') operation
failed: Failed to connect to remote libvirt URI qemu+tls://
192.168.201.3/system:
unable to connect to server at '
192.168.201.3:16514':
Connection refused (migration:278)
2020-01-21 22:49:22,816-0500 ERROR (migsrc/736dea3b) [virt.vm]
(vmId='736dea3b-64be-427f-9ebf-d1e758b6f68e') Failed to
migrate (migration:441)
Traceback (most recent call last):
File
"/usr/lib/python3.6/site-packages/vdsm/virt/migration.py",
line 422, in _regular_run
time.time(), machineParams
File
"/usr/lib/python3.6/site-packages/vdsm/virt/migration.py",
line 528, in _startUnderlyingMigration
self._perform_with_conv_schedule(duri, muri)
File
"/usr/lib/python3.6/site-packages/vdsm/virt/migration.py",
line 609, in _perform_with_conv_schedule
self._perform_migration(duri, muri)
File
"/usr/lib/python3.6/site-packages/vdsm/virt/migration.py",
line 545, in _perform_migration
self._migration_flags)
File
"/usr/lib/python3.6/site-packages/vdsm/virt/virdomain.py",
line 101, in f
ret = attr(*args, **kwargs)
File
"/usr/lib/python3.6/site-packages/vdsm/common/libvirtconnection.py",
line 131, in wrapper
ret = f(*args, **kwargs)
File
"/usr/lib/python3.6/site-packages/vdsm/common/function.py",
line 94, in wrapper
return func(inst, *args, **kwargs)
File "/usr/lib64/python3.6/site-packages/libvirt.py", line
1838, in migrateToURI3
if ret == -1: raise libvirtError
('virDomainMigrateToURI3() failed', dom=self)
libvirt.libvirtError: operation failed: Failed to connect to
remote libvirt URI qemu+tls://
192.168.201.3/system:
unable to connect to server at '
192.168.201.3:16514':
Connection refused
2020-01-21 22:49:22,989-0500 INFO (jsonrpc/7) [api.host]
START getAllVmStats() from=::ffff:192.168.201.2,43782 (api:48)
2020-01-21 22:49:22,992-0500 INFO (jsonrpc/7) [throttled]
Current getAllVmStats:
{'736dea3b-64be-427f-9ebf-d1e758b6f68e': 'Up'}
(throttledlog:104)