Ovirt Setup Template.
by TranceWorldLogic .
Hi,
I was just trying to explore ovirt and was searching for tool that can help
me to create ovirt setup template.
But not found much information online. So I tried backup and restore method
but that not solve my problem.
I am looking for tool, in which I will provide host and number of VM and
network configuration as template and then on new machine that tool will
execute template and it setup ovirt engine.
Please let me know if such tool is available in ovirt.
Thanks,
~Rohit
7 years, 7 months
migration failures - libvirtError - listen attribute must match address attribute of first listen element
by Devin A. Bougie
We have a new 4.1.1 cluster setup. Migration of VM's that have a console / graphics setup is failing. Migration of VM's that run headless succeeds.
The red flag in vdsm.log on the source is:
libvirtError: unsupported configuration: graphics 'listen' attribute '192.168.55.82' must match 'address' attribute of first listen element (found '192.168.55.84')
This happens when the console is set to either VNC or SPICE. Please see below for larger excerpts from vdsm.log on the source and destination. Any help would be greatly appreciated.
Many thanks,
Devin
SOURCE:
------
2017-03-29 09:53:30,314-0400 INFO (jsonrpc/5) [vdsm.api] START migrate args=(<virt.vm.Vm object at 0x37914d0>, {u'incomingLimit': 2, u'src': u'192.168.55.82', u'dstqemu': u'192.168.55.84', u'autoConverge': u'false', u'tunneled': u'false', u'en
ableGuestEvents': False, u'dst': u'192.168.55.84:54321', u'vmId': u'cf9c5dbf-3924-47c6-b323-22ac90a1f682', u'abortOnError': u'true', u'outgoingLimit': 2, u'compressed': u'false', u'maxBandwidth': 5000, u'method': u'online', 'mode': 'remote'}) k
wargs={} (api:37)
2017-03-29 09:53:30,315-0400 INFO (jsonrpc/5) [vdsm.api] FINISH migrate return={'status': {'message': 'Migration in progress', 'code': 0}, 'progress': 0} (api:43)
2017-03-29 09:53:30,315-0400 INFO (jsonrpc/5) [jsonrpc.JsonRpcServer] RPC call VM.migrate succeeded in 0.00 seconds (__init__:515)
2017-03-29 09:53:30,444-0400 INFO (Reactor thread) [ProtocolDetector.AcceptorImpl] Accepted connection from ::1:52494 (protocoldetector:72)
2017-03-29 09:53:30,450-0400 INFO (Reactor thread) [ProtocolDetector.Detector] Detected protocol stomp from ::1:52494 (protocoldetector:127)
2017-03-29 09:53:30,450-0400 INFO (Reactor thread) [Broker.StompAdapter] Processing CONNECT request (stompreactor:102)
2017-03-29 09:53:30,451-0400 INFO (JsonRpc (StompReactor)) [Broker.StompAdapter] Subscribe command received (stompreactor:129)
2017-03-29 09:53:30,628-0400 INFO (jsonrpc/2) [jsonrpc.JsonRpcServer] RPC call Host.getHardwareInfo succeeded in 0.00 seconds (__init__:515)
2017-03-29 09:53:30,630-0400 INFO (jsonrpc/7) [dispatcher] Run and protect: repoStats(options=None) (logUtils:51)
2017-03-29 09:53:30,631-0400 INFO (jsonrpc/7) [dispatcher] Run and protect: repoStats, Return response: {u'016ceee8-9117-4e8a-b611-f58f6763a098': {'code': 0, 'actual': True, 'version': 4, 'acquired': True, 'delay': '0.000226545', 'lastCheck':
'3.2', 'valid': True}, u'2438f819-e7f5-4bb1-ad0d-5349fa371e6e': {'code': 0, 'actual': True, 'version': 0, 'acquired': True, 'delay': '0.000232943', 'lastCheck': '3.1', 'valid': True}, u'48d4f45d-0bdd-4f4a-90b6-35efe2da935a': {'code': 0, 'actual
': True, 'version': 4, 'acquired': True, 'delay': '0.000612878', 'lastCheck': '8.3', 'valid': True}} (logUtils:54)
2017-03-29 09:53:30,631-0400 INFO (jsonrpc/7) [jsonrpc.JsonRpcServer] RPC call Host.getStorageRepoStats succeeded in 0.00 seconds (__init__:515)
2017-03-29 09:53:30,701-0400 INFO (migsrc/cf9c5dbf) [virt.vm] (vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682') Creation of destination VM took: 0 seconds (migration:455)
2017-03-29 09:53:30,701-0400 INFO (migsrc/cf9c5dbf) [virt.vm] (vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682') starting migration to qemu+tls://192.168.55.84/system with miguri tcp://192.168.55.84 (migration:480)
2017-03-29 09:53:31,120-0400 ERROR (migsrc/cf9c5dbf) [virt.vm] (vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682') unsupported configuration: graphics 'listen' attribute '192.168.55.82' must match 'address' attribute of first listen element (found '1
92.168.55.84') (migration:287)
2017-03-29 09:53:31,206-0400 ERROR (migsrc/cf9c5dbf) [virt.vm] (vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682') Failed to migrate (migration:429)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/vdsm/virt/migration.py", line 411, in run
self._startUnderlyingMigration(time.time())
File "/usr/lib/python2.7/site-packages/vdsm/virt/migration.py", line 489, in _startUnderlyingMigration
self._perform_with_downtime_thread(duri, muri)
File "/usr/lib/python2.7/site-packages/vdsm/virt/migration.py", line 555, in _perform_with_downtime_thread
self._perform_migration(duri, muri)
File "/usr/lib/python2.7/site-packages/vdsm/virt/migration.py", line 528, in _perform_migration
self._vm._dom.migrateToURI3(duri, params, flags)
File "/usr/lib/python2.7/site-packages/vdsm/virt/virdomain.py", line 69, in f
ret = attr(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line 123, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 941, in wrapper
return func(inst, *args, **kwargs)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1939, in migrateToURI3
if ret == -1: raise libvirtError ('virDomainMigrateToURI3() failed', dom=self)
libvirtError: unsupported configuration: graphics 'listen' attribute '192.168.55.82' must match 'address' attribute of first listen element (found '192.168.55.84')
------
DESTINATION:
------
2017-03-29 09:53:30,040-0400 INFO (Reactor thread) [ProtocolDetector.AcceptorImpl] Accepted connection from ::1:58476 (protocoldetector:72)
2017-03-29 09:53:30,046-0400 INFO (Reactor thread) [ProtocolDetector.Detector] Detected protocol stomp from ::1:58476 (protocoldetector:127)
2017-03-29 09:53:30,047-0400 INFO (Reactor thread) [Broker.StompAdapter] Processing CONNECT request (stompreactor:102)
2017-03-29 09:53:30,047-0400 INFO (JsonRpc (StompReactor)) [Broker.StompAdapter] Subscribe command received (stompreactor:129)
2017-03-29 09:53:30,195-0400 INFO (jsonrpc/0) [jsonrpc.JsonRpcServer] RPC call Host.getHardwareInfo succeeded in 0.00 seconds (__init__:515)
2017-03-29 09:53:30,198-0400 INFO (jsonrpc/2) [jsonrpc.JsonRpcServer] RPC call VM.getStats failed (error 1) in 0.00 seconds (__init__:515)
2017-03-29 09:53:30,316-0400 INFO (Reactor thread) [ProtocolDetector.AcceptorImpl] Accepted connection from ::ffff:192.168.55.82:53024 (protocoldetector:72)
2017-03-29 09:53:30,321-0400 INFO (Reactor thread) [ProtocolDetector.Detector] Detected protocol stomp from ::ffff:192.168.55.82:53024 (protocoldetector:127)
2017-03-29 09:53:30,322-0400 INFO (Reactor thread) [Broker.StompAdapter] Processing CONNECT request (stompreactor:102)
2017-03-29 09:53:30,322-0400 INFO (JsonRpc (StompReactor)) [Broker.StompAdapter] Subscribe command received (stompreactor:129)
2017-03-29 09:53:30,506-0400 INFO (jsonrpc/1) [jsonrpc.JsonRpcServer] RPC call Host.ping succeeded in 0.00 seconds (__init__:515)
2017-03-29 09:53:30,530-0400 INFO (jsonrpc/4) [vdsm.api] START __init__ args=(<virt.vm.Vm object at 0x2cfea90>, <clientIF.clientIF object at 0x7fb26801e650>, {u'guestFQDN': u'lnx16.classe.cornell.edu', u'acpiEnable': u'true', u'emulatedMachine': u'pc-i440fx-rhel7.3.0', u'afterMigrationStatus': u'', u'enableGuestEvents': False, u'vmId': u'cf9c5dbf-3924-47c6-b323-22ac90a1f682', u'elapsedTimeOffset': 67.87702083587646, u'guestDiskMapping': {u'0QEMU_QEMU_HARDDISK_21d18729-279f-435b-9': {u'name': u'/dev/sda'}, u'QEMU_DVD-ROM_QM00003': {u'name': u'/dev/sr0'}}, u'transparentHugePages': u'true', u'timeOffset': u'0', u'cpuType': u'Haswell-noTSX', u'custom': {u'device_db4d6de5-03d3-46e0-9a92-3044e17b50fcdevice_8ebf0ec2-9d84-4c8f-b83e-cac1ddfee2e0': u"VmDevice:{id='VmDeviceId:{deviceId='8ebf0ec2-9d84-4c8f-b83e-cac1ddfee2e0', vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682'}', device='unix', type='CHANNEL', bootOrder='0', specParams='[]', address='{bus=0, controller=0, type=virtio-serial, port=1}', managed='false', plugged='true', readOnly='false', deviceAlias='channel0', customProperties='[]', snapshotId='null', logicalName='null', hostDevice='null'}", u'device_db4d6de5-03d3-46e0-9a92-3044e17b50fc': u"VmDevice:{id='VmDeviceId:{deviceId='db4d6de5-03d3-46e0-9a92-3044e17b50fc', vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682'}', device='ide', type='CONTROLLER', bootOrder='0', specParams='[]', address='{slot=0x01, bus=0x00, domain=0x0000, type=pci, function=0x1}', managed='false', plugged='true', readOnly='false', deviceAlias='ide', customProperties='[]', snapshotId='null', logicalName='null', hostDevice='null'}", u'device_db4d6de5-03d3-46e0-9a92-3044e17b50fcdevice_8ebf0ec2-9d84-4c8f-b83e-cac1ddfee2e0device_88d0b21d-8559-44bf-890d-6956d2a8a3d7device_100c3618-b264-4d1b-852c-31e72704939e': u"VmDevice:{id='VmDeviceId:{deviceId='100c3618-b264-4d1b-852c-31e72704939e', vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682'}', device='tablet', type='UNKNOWN', bootOrder='0', specParams='[]', address='{bus=0, type=usb, port=1}', managed='false', plugged='true', readOnly='false', deviceAlias='input0', customProperties='[]', snapshotId='null', logicalName='null', hostDevice='null'}", u'device_db4d6de5-03d3-46e0-9a92-3044e17b50fcdevice_8ebf0ec2-9d84-4c8f-b83e-cac1ddfee2e0device_88d0b21d-8559-44bf-890d-6956d2a8a3d7': u"VmDevice:{id='VmDeviceId:{deviceId='88d0b21d-8559-44bf-890d-6956d2a8a3d7', vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682'}', device='unix', type='CHANNEL', bootOrder='0', specParams='[]', address='{bus=0, controller=0, type=virtio-serial, port=2}', managed='false', plugged='true', readOnly='false', deviceAlias='channel1', customProperties='[]', snapshotId='null', logicalName='null', hostDevice='null'}"}, u'pauseCode': u'NOERR', u'migrationDest': u'libvirt', u'guestNumaNodes': [{u'nodeIndex': 0, u'cpus': u'0', u'memory': u'1024'}], u'display': u'qxl', u'smp': u'1', u'vmType': u'kvm', u'_srcDomXML': u'<domain type=\'kvm\' id=\'7\'>\n <name>lnx16</name>\n <uuid>cf9c5dbf-3924-47c6-b323-22ac90a1f682</uuid>\n <metadata xmlns:ovirt="http://ovirt.org/vm/tune/1.0">\n <ovirt:qos/>\n </metadata>\n <maxMemory slots=\'16\' unit=\'KiB\'>4194304</maxMemory>\n <memory unit=\'KiB\'>1048576</memory>\n <currentMemory unit=\'KiB\'>1048576</currentMemory>\n <vcpu placement=\'static\' current=\'1\'>16</vcpu>\n <cputune>\n <shares>1020</shares>\n </cputune>\n <resource>\n <partition>/machine</partition>\n </resource>\n <sysinfo type=\'smbios\'>\n <system>\n <entry name=\'manufacturer\'>oVirt</entry>\n <entry name=\'product\'>oVirt Node</entry>\n <entry name=\'version\'>7.3-4.sl7</entry>\n <entry name=\'serial\'>A66BD1AB-D252-11E6-9BD8-0090FAF3D77A</entry>\n <entry name=\'uuid\'>cf9c5dbf-3924-47c6-b323-22ac90a1f682</entry>\n </system>\n </sysinfo>\n <os>\n <type arch=\'x86_64\' machine=\'pc-i440fx-rhel7.3.0\'>hvm</type>\n <smbios mode=\'sysinfo\'/>\n </os>\n <features>\n <acpi/>\n </features>\n <cpu mode=\'custom\' match=\'exact\'>\n <model fallback=\'allow\'>Haswell-noTSX</model>\n <topology sockets=\'16\' cores=\'1\' threads=\'1\'/>\n <numa>\n <cell id=\'0\' cpus=\'0\' memory=\'1048576\' unit=\'KiB\'/>\n </numa>\n </cpu>\n <clock offset=\'variable\' adjustment=\'0\' basis=\'utc\'>\n <timer name=\'rtc\' tickpolicy=\'catchup\'/>\n <timer name=\'pit\' tickpolicy=\'delay\'/>\n <timer name=\'hpet\' present=\'no\'/>\n </clock>\n <on_poweroff>destroy</on_poweroff>\n <on_reboot>restart</on_reboot>\n <on_crash>destroy</on_crash>\n <devices>\n <emulator>/usr/libexec/qemu-kvm</emulator>\n <disk type=\'file\' device=\'cdrom\'>\n <driver name=\'qemu\' type=\'raw\'/>\n <source startupPolicy=\'optional\'/>\n <backingStore/>\n <target dev=\'hdc\' bus=\'ide\'/>\n <readonly/>\n <alias name=\'ide0-1-0\'/>\n <address type=\'drive\' controller=\'0\' bus=\'1\' target=\'0\' unit=\'0\'/>\n </disk>\n <disk type=\'block\' device=\'disk\' snapshot=\'no\'>\n <driver name=\'qemu\' type=\'raw\' cache=\'none\' error_policy=\'stop\' io=\'native\'/>\n <source dev=\'/rhev/data-center/00000001-0001-0001-0001-000000000311/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794\'/>\n <backingStore/>\n <target dev=\'sda\' bus=\'scsi\'/>\n <serial>21d18729-279f-435b-90ab-a2995f041bc6</serial>\n <boot order=\'1\'/>\n <alias name=\'scsi0-0-0-0\'/>\n <address type=\'drive\' controller=\'0\' bus=\'0\' target=\'0\' unit=\'0\'/>\n </disk>\n <controller type=\'usb\' index=\'0\' model=\'piix3-uhci\'>\n <alias name=\'usb\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x01\' function=\'0x2\'/>\n </controller>\n <controller type=\'scsi\' index=\'0\' model=\'virtio-scsi\'>\n <alias name=\'scsi0\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x04\' function=\'0x0\'/>\n </controller>\n <controller type=\'virtio-serial\' index=\'0\' ports=\'16\'>\n <alias name=\'virtio-serial0\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x05\' function=\'0x0\'/>\n </controller>\n <controller type=\'pci\' index=\'0\' model=\'pci-root\'>\n <alias name=\'pci.0\'/>\n </controller>\n <controller type=\'ide\' index=\'0\'>\n <alias name=\'ide\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x01\' function=\'0x1\'/>\n </controller>\n <interface type=\'bridge\'>\n <mac address=\'00:1a:4a:16:01:51\'/>\n <source bridge=\'vdsmbr_ar07Qseb\'/>\n <virtualport type=\'openvswitch\'>\n <parameters interfaceid=\'d6b1c75a-de66-4528-ad4a-49996403e6f8\'/>\n </virtualport>\n <target dev=\'vnet0\'/>\n <model type=\'virtio\'/>\n <filterref filter=\'vdsm-no-mac-spoofing\'/>\n <link state=\'up\'/>\n <alias name=\'net0\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x03\' function=\'0x0\'/>\n </interface>\n <channel type=\'unix\'>\n <source mode=\'bind\' path=\'/var/lib/libvirt/qemu/channels/cf9c5dbf-3924-47c6-b323-22ac90a1f682.com.redhat.rhevm.vdsm\'/>\n <target type=\'virtio\' name=\'com.redhat.rhevm.vdsm\' state=\'connected\'/>\n <alias name=\'channel0\'/>\n <address type=\'virtio-serial\' controller=\'0\' bus=\'0\' port=\'1\'/>\n </channel>\n <channel type=\'unix\'>\n <source mode=\'bind\' path=\'/var/lib/libvirt/qemu/channels/cf9c5dbf-3924-47c6-b323-22ac90a1f682.org.qemu.guest_agent.0\'/>\n <target type=\'virtio\' name=\'org.qemu.guest_agent.0\' state=\'connected\'/>\n <alias name=\'channel1\'/>\n <address type=\'virtio-serial\' controller=\'0\' bus=\'0\' port=\'2\'/>\n </channel>\n <channel type=\'spicevmc\'>\n <target type=\'virtio\' name=\'com.redhat.spice.0\' state=\'connected\'/>\n <alias name=\'channel2\'/>\n <address type=\'virtio-serial\' controller=\'0\' bus=\'0\' port=\'3\'/>\n </channel>\n <input type=\'mouse\' bus=\'ps2\'>\n <alias name=\'input0\'/>\n </input>\n <input type=\'keyboard\' bus=\'ps2\'>\n <alias name=\'input1\'/>\n </input>\n <graphics type=\'spice\' tlsPort=\'5900\' autoport=\'yes\' listen=\'192.168.55.82\' defaultMode=\'secure\' passwdValidTo=\'1970-01-01T00:00:01\'>\n <listen type=\'address\' address=\'192.168.55.82\'/>\n <channel name=\'main\' mode=\'secure\'/>\n <channel name=\'display\' mode=\'secure\'/>\n <channel name=\'inputs\' mode=\'secure\'/>\n <channel name=\'cursor\' mode=\'secure\'/>\n <channel name=\'playback\' mode=\'secure\'/>\n <channel name=\'record\' mode=\'secure\'/>\n <channel name=\'smartcard\' mode=\'secure\'/>\n <channel name=\'usbredir\' mode=\'secure\'/>\n </graphics>\n <video>\n <model type=\'qxl\' ram=\'65536\' vram=\'8192\' vgamem=\'16384\' heads=\'1\' primary=\'yes\'/>\n <alias name=\'video0\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x02\' function=\'0x0\'/>\n </video>\n <memballoon model=\'virtio\'>\n <alias name=\'balloon0\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x06\' function=\'0x0\'/>\n </memballoon>\n <rng model=\'virtio\'>\n <backend model=\'random\'>/dev/urandom</backend>\n <alias name=\'rng0\'/>\n <address type=\'pci\' domain=\'0x0000\' bus=\'0x00\' slot=\'0x07\' function=\'0x0\'/>\n </rng>\n </devices>\n <seclabel type=\'none\' model=\'none\'/>\n <seclabel type=\'dynamic\' model=\'dac\' relabel=\'yes\'>\n <label>+265:+107</label>\n <imagelabel>+265:+107</imagelabel>\n </seclabel>\n</domain>\n', u'memSize': 1024, u'smpCoresPerSocket': u'1', u'vmName': u'lnx16', u'nice': u'0', u'username': u'(unknown)', u'maxMemSize': 4096, u'bootMenuEnable': u'false', u'smpThreadsPerCore': u'1', u'smartcardEnable': u'false', u'clientIp': u'', u'guestAgentAPIVersion': 3, u'kvmEnable': u'true', u'pitReinjection': u'false', u'displayNetwork': u'ovirtmgmt', u'devices': [{u'target': 1048576, u'alias': u'balloon0', u'specParams': {u'model': u'virtio'}, u'deviceId': u'ee3ebcbf-08d9-481e-907c-efe32b8ee869', u'address': {u'function': u'0x0', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'slot': u'0x06'}, u'device': u'memballoon', u'type': u'balloon'}, {u'alias': u'rng0', u'specParams': {u'source': u'urandom'}, u'deviceId': u'0c522e52-a4c9-4bd9-a367-7b6fddedc931', u'address': {u'slot': u'0x07', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, u'device': u'virtio', u'model': u'virtio', u'type': u'rng'}, {u'index': u'0', u'alias': u'usb', u'specParams': {}, u'deviceId': u'3d4cbbda-4aa6-424e-95c6-bfae37e466b7', u'address': {u'slot': u'0x01', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x2'}, u'device': u'usb', u'model': u'piix3-uhci', u'type': u'controller'}, {u'index': u'0', u'alias': u'scsi0', u'specParams': {}, u'deviceId': u'5f8aa383-ee7b-4dd8-9226-1da250ef1c44', u'address': {u'slot': u'0x04', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, u'device': u'scsi', u'model': u'virtio-scsi', u'type': u'controller'}, {u'alias': u'virtio-serial0', u'specParams': {}, u'deviceId': u'553f9e1c-d811-4cb6-82bc-d567cd8e50bd', u'address': {u'slot': u'0x05', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, u'device': u'virtio-serial', u'type': u'controller'}, {u'alias': u'video0', u'specParams': {u'vram': u'8192', u'vgamem': u'16384', u'heads': u'1', u'ram': u'65536'}, u'deviceId': u'dc867dd0-6752-4a79-89bb-4d91ff509622', u'address': {u'slot': u'0x02', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, u'device': u'qxl', u'type': u'video'}, {u'device': u'spice', u'specParams': {u'fileTransferEnable': u'true', u'spiceSecureChannels': u'smain,sinputs,scursor,splayback,srecord,sdisplay,ssmartcard,susbredir', u'displayNetwork': u'ovirtmgmt', u'displayIp': u'192.168.55.82', u'copyPasteEnable': u'true'}, u'type': u'graphics', u'deviceId': u'1ffcdab1-51ac-4f2f-a1c2-53376f4c92f5', u'tlsPort': u'5900'}, {u'nicModel': u'pv', u'macAddr': u'00:1a:4a:16:01:51', u'linkActive': True, u'network': u'classepublic', u'alias': u'net0', u'filter': u'vdsm-no-mac-spoofing', u'specParams': {u'inbound': {}, u'outbound': {}}, u'deviceId': u'5110646a-b5d4-4b62-8188-b18cec8c15df', u'address': {u'slot': u'0x03', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, u'device': u'bridge', u'type': u'interface', u'name': u'vnet0'}, {u'index': u'2', u'iface': u'ide', u'name': u'hdc', u'alias': u'ide0-1-0', u'specParams': {u'path': u''}, u'readonly': u'True', u'deviceId': u'75deba88-b39d-478c-83d3-cc535b43bb28', u'address': {u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'0'}, u'device': u'cdrom', u'shared': u'false', u'path': u'', u'type': u'disk'}, {u'poolID': u'00000001-0001-0001-0001-000000000311', u'volumeInfo': {u'domainID': u'016ceee8-9117-4e8a-b611-f58f6763a098', u'volType': u'path', u'leaseOffset': 111149056, u'volumeID': u'67b12700-5faf-49b2-af40-6178023b3794', u'leasePath': u'/dev/016ceee8-9117-4e8a-b611-f58f6763a098/leases', u'imageID': u'21d18729-279f-435b-90ab-a2995f041bc6', u'path': u'/rhev/data-center/mnt/blockSD/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794'}, u'index': 0, u'iface': u'scsi', u'apparentsize': u'107374182400', u'alias': u'scsi0-0-0-0', u'imageID': u'21d18729-279f-435b-90ab-a2995f041bc6', u'readonly': u'False', u'shared': u'false', u'truesize': u'107374182400', u'type': u'disk', u'domainID': u'016ceee8-9117-4e8a-b611-f58f6763a098', u'reqsize': u'0', u'format': u'raw', u'deviceId': u'21d18729-279f-435b-90ab-a2995f041bc6', u'address': {u'bus': u'0', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'0'}, u'device': u'disk', u'path': u'/rhev/data-center/00000001-0001-0001-0001-000000000311/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794', u'propagateErrors': u'off', u'optional': u'false', u'name': u'sda', u'bootOrder': u'1', u'volumeID': u'67b12700-5faf-49b2-af40-6178023b3794', u'specParams': {}, u'discard': False, u'volumeChain': [{u'domainID': u'016ceee8-9117-4e8a-b611-f58f6763a098', u'volType': u'path', u'leaseOffset': 111149056, u'volumeID': u'67b12700-5faf-49b2-af40-6178023b3794', u'leasePath': u'/dev/016ceee8-9117-4e8a-b611-f58f6763a098/leases', u'imageID': u'21d18729-279f-435b-90ab-a2995f041bc6', u'path': u'/rhev/data-center/mnt/blockSD/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794'}]}, {u'device': u'ide', u'alias': u'ide', u'type': u'controller', u'address': {u'slot': u'0x01', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x1'}}, {u'device': u'unix', u'alias': u'channel0', u'type': u'channel', u'address': {u'bus': u'0', u'controller': u'0', u'type': u'virtio-serial', u'port': u'1'}}, {u'device': u'unix', u'alias': u'channel1', u'type': u'channel', u'address': {u'bus': u'0', u'controller': u'0', u'type': u'virtio-serial', u'port': u'2'}}, {u'device': u'spicevmc', u'alias': u'channel2', u'type': u'channel', u'address': {u'bus': u'0', u'controller': u'0', u'type': u'virtio-serial', u'port': u'3'}}], u'memGuaranteedSize': 1024, u'status': u'Up', u'maxVCpus': u'16', u'guestIPs': u'128.84.46.16 192.168.122.1', u'statusTime': u'4372846370', u'maxMemSlots': 16}, False) kwargs={} (api:37)
2017-03-29 09:53:30,531-0400 INFO (jsonrpc/4) [vdsm.api] FINISH __init__ return=None (api:43)
2017-03-29 09:53:30,533-0400 INFO (vm/cf9c5dbf) [virt.vm] (vmId='cf9c5dbf-3924-47c6-b323-22ac90a1f682') VM wrapper has started (vm:1915)
2017-03-29 09:53:30,534-0400 INFO (vm/cf9c5dbf) [dispatcher] Run and protect: getVolumeSize(sdUUID=u'016ceee8-9117-4e8a-b611-f58f6763a098', spUUID=u'00000001-0001-0001-0001-000000000311', imgUUID=u'21d18729-279f-435b-90ab-a2995f041bc6', volUUID=u'67b12700-5faf-49b2-af40-6178023b3794', options=None) (logUtils:51)
2017-03-29 09:53:30,535-0400 INFO (vm/cf9c5dbf) [dispatcher] Run and protect: getVolumeSize, Return response: {'truesize': '107374182400', 'apparentsize': '107374182400'} (logUtils:54)
2017-03-29 09:53:30,535-0400 INFO (vm/cf9c5dbf) [vds] prepared volume path: (clientIF:374)
2017-03-29 09:53:30,535-0400 INFO (vm/cf9c5dbf) [dispatcher] Run and protect: prepareImage(sdUUID=u'016ceee8-9117-4e8a-b611-f58f6763a098', spUUID=u'00000001-0001-0001-0001-000000000311', imgUUID=u'21d18729-279f-435b-90ab-a2995f041bc6', leafUUID=u'67b12700-5faf-49b2-af40-6178023b3794', allowIllegal=False) (logUtils:51)
2017-03-29 09:53:30,578-0400 INFO (vm/cf9c5dbf) [storage.LVM] Activating lvs: vg=016ceee8-9117-4e8a-b611-f58f6763a098 lvs=['67b12700-5faf-49b2-af40-6178023b3794'] (lvm:1289)
2017-03-29 09:53:30,643-0400 INFO (vm/cf9c5dbf) [storage.LVM] Refreshing lvs: vg=016ceee8-9117-4e8a-b611-f58f6763a098 lvs=['leases'] (lvm:1285)
2017-03-29 09:53:30,680-0400 INFO (vm/cf9c5dbf) [dispatcher] Run and protect: prepareImage, Return response: {'info': {'domainID': u'016ceee8-9117-4e8a-b611-f58f6763a098', 'volType': 'path', 'leaseOffset': 111149056, 'path': u'/rhev/data-center/mnt/blockSD/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794', 'volumeID': '67b12700-5faf-49b2-af40-6178023b3794', 'leasePath': '/dev/016ceee8-9117-4e8a-b611-f58f6763a098/leases', 'imageID': u'21d18729-279f-435b-90ab-a2995f041bc6'}, 'path': u'/rhev/data-center/00000001-0001-0001-0001-000000000311/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794', 'imgVolumesInfo': [{'domainID': u'016ceee8-9117-4e8a-b611-f58f6763a098', 'volType': 'path', 'leaseOffset': 111149056, 'path': u'/rhev/data-center/mnt/blockSD/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794', 'volumeID': '67b12700-5faf-49b2-af40-6178023b3794', 'leasePath': '/dev/016ceee8-9117-4e8a-b611-f58f6763a098/leases', 'imageID': u'21d18729-279f-435b-90ab-a2995f041bc6'}]} (logUtils:54)
2017-03-29 09:53:30,681-0400 INFO (vm/cf9c5dbf) [vds] prepared volume path: /rhev/data-center/00000001-0001-0001-0001-000000000311/016ceee8-9117-4e8a-b611-f58f6763a098/images/21d18729-279f-435b-90ab-a2995f041bc6/67b12700-5faf-49b2-af40-6178023b3794 (clientIF:374)
2017-03-29 09:53:30,698-0400 INFO (jsonrpc/4) [jsonrpc.JsonRpcServer] RPC call VM.migrationCreate succeeded in 0.18 seconds (__init__:515)
2017-03-29 09:53:30,849-0400 INFO (Reactor thread) [ProtocolDetector.AcceptorImpl] Accepted connection from ::1:58478 (protocoldetector:72)
2017-03-29 09:53:30,854-0400 INFO (Reactor thread) [ProtocolDetector.Detector] Detected protocol stomp from ::1:58478 (protocoldetector:127)
2017-03-29 09:53:30,855-0400 INFO (Reactor thread) [Broker.StompAdapter] Processing CONNECT request (stompreactor:102)
2017-03-29 09:53:30,855-0400 INFO (JsonRpc (StompReactor)) [Broker.StompAdapter] Subscribe command received (stompreactor:129)
7 years, 7 months
Migration from oVirt to RHEV
by FERNANDO FREDIANI
Hi there.
I currently have a oVirt environment and we are disposed to support the
development of the project so decided to purchase the Subscriptions for
RHEV.
In order to do a smooth migration what is the best way ? Can I add a
RHEV Node to oVirt Engine and live migrate Virtual Machines then
disconnect the RHEV Node and connect it to RHEV engine ? Or the
contrary, bring up a RHEV Engine up, disconnect oVirt-Nodes and connect
them to the RHEV Engine, than migrate the Virtual Machines to RHEV Host.
In the case none of the above is possible how can I migrate my oVirt
running VMs to RHEV enviroment without much hassle ?
Thanks
Fernando
7 years, 7 months
oVirt 3.6 on CentOS 7.1 based HyperConverged DC : Upgradable?
by Nicolas Ecarnot
Hello,
One of our DC is a very small one, though quite critical.
It's almost hyper converged : hosts are compute+storage, but the engine
is standalone.
It's made of :
Hardware :
- one physical engine : CentOS 7.1
- 3 physical hosts : CentOS 7.2
Software :
- oVirt 3.6.5
- glusterFS 3.7.16 in replica-3, sharded.
The goal is to upgrade all this to oVirt 4.1.1, and if possible also
upgrade the OSes.
At present, only 3 VMs here are critical, and I have backups for them.
Though, I'm quite nervous with the path I have to follow and the
hazards. Especially about the gluster parts.
At first glance, I would go this way (feel free to comment) :
- upgrade the OS of the engine : 7.1 -> 7.3
- upgrade the OS of the hosts : 7.2 -> 7.3
- upgrade and manage the upgrade of gluster, check the volumes...
- upgrade oVirt (engine then hosts)
But when upgrading the OSes, I guess it will also upgrade the gluster layer.
During this upgrade, I have no constraint to keep everything running,
total shutdown is acceptable.
Is the above procedure seems OK, or may am I missing some essential points?
Thank you.
--
Nicolas ECARNOT
7 years, 7 months
Import KVM/libvirt VMs to oVirt 4.1 with External Provider
by Pradeep Antil
Hello Folks,
I am trying to import KVM guest VMs to my oVirt Server using external
Provider. But when i add external provider with type KVM and do the testing
that time i am getting below error
Caused by: org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
VDSGenericException: VDSErrorException: Failed to
GetVmsNamesFromExternalProviderVDS, error = Cannot recv data: Host key
verification failed.: Connection reset by peer, code = 65
at
org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand.createDefaultConcreteException(VdsBrokerCommand.java:76)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase.createException(BrokerCommandBase.java:222)
[vdsbroker.jar:]
[image: Inline image 2]
I have already configure password less authentication with ssh keys between
proxy host to my KVM hypervisor. Though i can reach to kvm hypervisor with
virsh connect.
[root@lplinnd1hypov13 ~]# virsh -c qemu+ssh://root@<KVM-HYP-NAME>/system
Welcome to virsh, the virtualization interactive terminal.
Type: 'help' for help with commands
'quit' to quit
virsh #
Any idea how to resolve this issue, so that i can add KVM as external
provider and start importing my KVM guest VMs in ovirt setup
Thanks in Advance
--
Best Regards
Pradeep Kumar
7 years, 7 months
VM "hot" RAM memory decrease
by Nicolás
Hi,
I don't really know if this question is suitable on this list, as I
doubt it's an oVirt bug, neither I know if it shall be considered a bug.
We recently run a VM on a host that was memory over-used (around 80% of
usage). The VM booted correctly, then we run "top" and saw how physical
RAM started decreasing every two seconds. At first it was 4GB, then less
and less until it stabilized at around 600MB.
Based on this (correct me if I'm wrong), we believe this is an effect of
having this VM with ballooning enabled, as it does exactly this: It
adds/removes RAM depending on host decision. Thing is that this VM had a
minimal guaranteed RAM of 1GB, so even if this happened due to
ballooning, I'm not sure if it should have honored the minimum
guaranteed RAM.
When this happened, we run a 'ps' to see with what options the qemu
process was invoked, and parameters seemed correct (that's why I don't
know if it should be posted here or even if it's a bug).
Is this the expected behavior?
Thanks.
7 years, 7 months
Memory treshold
by vasily.lamykin
--_004_78c01f9d8162434bbebbfe6a92222ba0vlgums05Megafonru_
Content-Type: multipart/alternative;
boundary="_000_78c01f9d8162434bbebbfe6a92222ba0vlgums05Megafonru_"
--_000_78c01f9d8162434bbebbfe6a92222ba0vlgums05Megafonru_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
SGkgYWxsLg0KRXhwbGFpbiBwbGVhc2UsIHdoZXJlIEkgY2FuIGRpc2FibGUgZm9yIGNsdXN0ZXIg
dGhpcyB0aHJlc2hvbGQ6DQpVc2VkIG1lbW9yeSBvZiBob3N0ICoqKiBbOTglXSBleGNlZWRlZCBk
ZWZpbmVkIHRocmVzaG9sZCBbOTUlXS4NCj8NCg0K0JLQsNGB0LjQu9C40Lkg0JvQsNC80YvQutC4
0L0NCtCh0YLQsNGA0YjQuNC5INC40L3QttC10L3QtdGAINC/0L4g0Y3QutGB0L/Qu9GD0LDRgtCw
0YbQuNC4INGB0LXRgNCy0LjRgdC90YvRhSDQv9C70LDRgtGE0L7RgNC8DQrQrdC60YHQv9C70YPQ
sNGC0LDRhtC40Y8g0YHQtdGC0LgNCtCh0YLQvtC70LjRh9C90YvQuSDRhNC40LvQuNCw0Lsg0J/Q
kNCeIMKr0JzQtdCz0LDQpNC+0L3Cuw0KKzcgKDkyNikgNTAwLTMzMDgNClvQnNC10LPQsNCk0L7Q
vSDQu9C+0LPQvivQt9C90LDQuiDQoNCj0KEgQjJDXQ0KDQoNCl9fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fDQoNCtCY0L3RhNC+0YDQvNCw0YbQuNGPINCyINGN0YLQvtC8INGB0L7QvtCx
0YnQtdC90LjQuCDQv9GA0LXQtNC90LDQt9C90LDRh9C10L3QsCDQuNGB0LrQu9GO0YfQuNGC0LXQ
u9GM0L3QviDQtNC70Y8g0LrQvtC90LrRgNC10YLQvdGL0YUg0LvQuNGGLCDQutC+0YLQvtGA0YvQ
vCDQvtC90LAg0LDQtNGA0LXRgdC+0LLQsNC90LAuINCSINGB0L7QvtCx0YnQtdC90LjQuCDQvNC+
0LbQtdGCINGB0L7QtNC10YDQttCw0YLRjNGB0Y8g0LrQvtC90YTQuNC00LXQvdGG0LjQsNC70YzQ
vdCw0Y8g0LjQvdGE0L7RgNC80LDRhtC40Y8sINC60L7RgtC+0YDQsNGPINC90LUg0LzQvtC20LXR
giDQsdGL0YLRjCDRgNCw0YHQutGA0YvRgtCwINC40LvQuCDQuNGB0L/QvtC70YzQt9C+0LLQsNC9
0LAg0LrQtdC8LdC70LjQsdC+LCDQutGA0L7QvNC1INCw0LTRgNC10YHQsNGC0L7Qsi4g0JXRgdC7
0Lgg0LLRiyDQvdC1INCw0LTRgNC10YHQsNGCINGN0YLQvtCz0L4g0YHQvtC+0LHRidC10L3QuNGP
LCDRgtC+INC40YHQv9C+0LvRjNC30L7QstCw0L3QuNC1LCDQv9C10YDQtdCw0LTRgNC10YHQsNGG
0LjRjywg0LrQvtC/0LjRgNC+0LLQsNC90LjQtSDQuNC70Lgg0YDQsNGB0L/RgNC+0YHRgtGA0LDQ
vdC10L3QuNC1INGB0L7QtNC10YDQttCw0L3QuNGPINGB0L7QvtCx0YnQtdC90LjRjyDQuNC70Lgg
0LXQs9C+INGH0LDRgdGC0Lgg0L3QtdC30LDQutC+0L3QvdC+INC4INC30LDQv9GA0LXRidC10L3Q
vi4g0JXRgdC70Lgg0JLRiyDQv9C+0LvRg9GH0LjQu9C4INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC4
0LUg0L7RiNC40LHQvtGH0L3Qviwg0L/QvtC20LDQu9GD0LnRgdGC0LAsINC90LXQt9Cw0LzQtdC0
0LvQuNGC0LXQu9GM0L3QviDRgdC+0L7QsdGJ0LjRgtC1INC+0YLQv9GA0LDQstC40YLQtdC70Y4g
0L7QsSDRjdGC0L7QvCDQuCDRg9C00LDQu9C40YLQtSDRgdC+INCy0YHQtdC8INGB0L7QtNC10YDQ
ttC40LzRi9C8INGB0LDQvNC+INGB0L7QvtCx0YnQtdC90LjQtSDQuCDQu9GO0LHRi9C1INCy0L7Q
t9C80L7QttC90YvQtSDQtdCz0L4g0LrQvtC/0LjQuCDQuCDQv9GA0LjQu9C+0LbQtdC90LjRjy4N
Cg0KVGhlIGluZm9ybWF0aW9uIGNvbnRhaW5lZCBpbiB0aGlzIGNvbW11bmljYXRpb24gaXMgaW50
ZW5kZWQgc29sZWx5IGZvciB0aGUgdXNlIG9mIHRoZSBpbmRpdmlkdWFsIG9yIGVudGl0eSB0byB3
aG9tIGl0IGlzIGFkZHJlc3NlZCBhbmQgb3RoZXJzIGF1dGhvcml6ZWQgdG8gcmVjZWl2ZSBpdC4g
SXQgbWF5IGNvbnRhaW4gY29uZmlkZW50aWFsIG9yIGxlZ2FsbHkgcHJpdmlsZWdlZCBpbmZvcm1h
dGlvbi4gVGhlIGNvbnRlbnRzIG1heSBub3QgYmUgZGlzY2xvc2VkIG9yIHVzZWQgYnkgYW55b25l
IG90aGVyIHRoYW4gdGhlIGFkZHJlc3NlZS4gSWYgeW91IGFyZSBub3QgdGhlIGludGVuZGVkIHJl
Y2lwaWVudChzKSwgYW55IHVzZSwgZGlzY2xvc3VyZSwgY29weWluZywgZGlzdHJpYnV0aW9uIG9y
IGFueSBhY3Rpb24gdGFrZW4gb3Igb21pdHRlZCB0byBiZSB0YWtlbiBpbiByZWxpYW5jZSBvbiBp
dCBpcyBwcm9oaWJpdGVkIGFuZCBtYXkgYmUgdW5sYXdmdWwuIElmIHlvdSBoYXZlIHJlY2VpdmVk
IHRoaXMgY29tbXVuaWNhdGlvbiBpbiBlcnJvciBwbGVhc2Ugbm90aWZ5IHVzIGltbWVkaWF0ZWx5
IGJ5IHJlc3BvbmRpbmcgdG8gdGhpcyBlbWFpbCBhbmQgdGhlbiBkZWxldGUgdGhlIGUtbWFpbCBh
bmQgYWxsIGF0dGFjaG1lbnRzIGFuZCBhbnkgY29waWVzIHRoZXJlb2YuDQoNCihjKTIwbWY1MA0K
--_000_78c01f9d8162434bbebbfe6a92222ba0vlgums05Megafonru_
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: base64
PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89InVy
bjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM6dz0idXJuOnNjaGVt
YXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6d29yZCIgeG1sbnM6bT0iaHR0cDovL3NjaGVtYXMubWlj
cm9zb2Z0LmNvbS9vZmZpY2UvMjAwNC8xMi9vbW1sIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
VFIvUkVDLWh0bWw0MCI+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxtZXRhIG5hbWU9IkdlbmVyYXRv
ciIgY29udGVudD0iTWljcm9zb2Z0IFdvcmQgMTUgKGZpbHRlcmVkIG1lZGl1bSkiPg0KPCEtLVtp
ZiAhbXNvXT48c3R5bGU+dlw6KiB7YmVoYXZpb3I6dXJsKCNkZWZhdWx0I1ZNTCk7fQ0Kb1w6KiB7
YmVoYXZpb3I6dXJsKCNkZWZhdWx0I1ZNTCk7fQ0Kd1w6KiB7YmVoYXZpb3I6dXJsKCNkZWZhdWx0
I1ZNTCk7fQ0KLnNoYXBlIHtiZWhhdmlvcjp1cmwoI2RlZmF1bHQjVk1MKTt9DQo8L3N0eWxlPjwh
W2VuZGlmXS0tPjxzdHlsZT48IS0tDQovKiBGb250IERlZmluaXRpb25zICovDQpAZm9udC1mYWNl
DQoJe2ZvbnQtZmFtaWx5OiJDYW1icmlhIE1hdGgiOw0KCXBhbm9zZS0xOjIgNCA1IDMgNSA0IDYg
MyAyIDQ7fQ0KQGZvbnQtZmFjZQ0KCXtmb250LWZhbWlseTpDYWxpYnJpOw0KCXBhbm9zZS0xOjIg
MTUgNSAyIDIgMiA0IDMgMiA0O30NCi8qIFN0eWxlIERlZmluaXRpb25zICovDQpwLk1zb05vcm1h
bCwgbGkuTXNvTm9ybWFsLCBkaXYuTXNvTm9ybWFsDQoJe21hcmdpbjowY207DQoJbWFyZ2luLWJv
dHRvbTouMDAwMXB0Ow0KCWZvbnQtc2l6ZToxMS4wcHQ7DQoJZm9udC1mYW1pbHk6IkNhbGlicmki
LHNhbnMtc2VyaWY7DQoJbXNvLWZhcmVhc3QtbGFuZ3VhZ2U6RU4tVVM7fQ0KYTpsaW5rLCBzcGFu
Lk1zb0h5cGVybGluaw0KCXttc28tc3R5bGUtcHJpb3JpdHk6OTk7DQoJY29sb3I6IzA1NjNDMTsN
Cgl0ZXh0LWRlY29yYXRpb246dW5kZXJsaW5lO30NCmE6dmlzaXRlZCwgc3Bhbi5Nc29IeXBlcmxp
bmtGb2xsb3dlZA0KCXttc28tc3R5bGUtcHJpb3JpdHk6OTk7DQoJY29sb3I6Izk1NEY3MjsNCgl0
ZXh0LWRlY29yYXRpb246dW5kZXJsaW5lO30NCnNwYW4uRW1haWxTdHlsZTE3DQoJe21zby1zdHls
ZS10eXBlOnBlcnNvbmFsLWNvbXBvc2U7DQoJZm9udC1mYW1pbHk6IkNhbGlicmkiLHNhbnMtc2Vy
aWY7DQoJY29sb3I6d2luZG93dGV4dDt9DQouTXNvQ2hwRGVmYXVsdA0KCXttc28tc3R5bGUtdHlw
ZTpleHBvcnQtb25seTsNCglmb250LWZhbWlseToiQ2FsaWJyaSIsc2Fucy1zZXJpZjsNCgltc28t
ZmFyZWFzdC1sYW5ndWFnZTpFTi1VUzt9DQpAcGFnZSBXb3JkU2VjdGlvbjENCgl7c2l6ZTo2MTIu
MHB0IDc5Mi4wcHQ7DQoJbWFyZ2luOjIuMGNtIDQyLjVwdCAyLjBjbSAzLjBjbTt9DQpkaXYuV29y
ZFNlY3Rpb24xDQoJe3BhZ2U6V29yZFNlY3Rpb24xO30NCi0tPjwvc3R5bGU+PCEtLVtpZiBndGUg
bXNvIDldPjx4bWw+DQo8bzpzaGFwZWRlZmF1bHRzIHY6ZXh0PSJlZGl0IiBzcGlkbWF4PSIxMDI2
IiAvPg0KPC94bWw+PCFbZW5kaWZdLS0+PCEtLVtpZiBndGUgbXNvIDldPjx4bWw+DQo8bzpzaGFw
ZWxheW91dCB2OmV4dD0iZWRpdCI+DQo8bzppZG1hcCB2OmV4dD0iZWRpdCIgZGF0YT0iMSIgLz4N
CjwvbzpzaGFwZWxheW91dD48L3htbD48IVtlbmRpZl0tLT4NCjwvaGVhZD4NCjxib2R5IGxhbmc9
IlJVIiBsaW5rPSIjMDU2M0MxIiB2bGluaz0iIzk1NEY3MiI+DQo8ZGl2IGNsYXNzPSJXb3JkU2Vj
dGlvbjEiPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiPkhpIGFsbC48
bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJF
Ti1VUyI+RXhwbGFpbiBwbGVhc2UsIHdoZXJlIEkgY2FuIGRpc2FibGUgZm9yIGNsdXN0ZXIgdGhp
cyB0aHJlc2hvbGQ6PG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+
PHNwYW4gbGFuZz0iRU4tVVMiPlVzZWQgbWVtb3J5IG9mIGhvc3QgKioqIFs5OCVdIGV4Y2VlZGVk
IGRlZmluZWQgdGhyZXNob2xkIFs5NSVdLjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNz
PSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIj4/PG86cD48L286cD48L3NwYW4+PC9wPg0K
PHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiPjxvOnA+Jm5ic3A7PC9vOnA+
PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxiPjxzcGFuIHN0eWxlPSJjb2xvcjoj
MUY0OTdEO21zby1mYXJlYXN0LWxhbmd1YWdlOlJVIj7QktCw0YHQuNC70LjQuSDQm9Cw0LzRi9C6
0LjQvTxvOnA+PC9vOnA+PC9zcGFuPjwvYj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh
biBzdHlsZT0iY29sb3I6IzFGNDk3RDttc28tZmFyZWFzdC1sYW5ndWFnZTpSVSI+0KHRgtCw0YDR
iNC40Lkg0LjQvdC20LXQvdC10YAg0L/QviDRjdC60YHQv9C70YPQsNGC0LDRhtC40Lgg0YHQtdGA
0LLQuNGB0L3Ri9GFINC/0LvQsNGC0YTQvtGA0Lw8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBj
bGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iY29sb3I6IzFGNDk3RDttc28tZmFyZWFzdC1s
YW5ndWFnZTpSVSI+0K3QutGB0L/Qu9GD0LDRgtCw0YbQuNGPINGB0LXRgtC4PG86cD48L286cD48
L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImNvbG9yOiMxRjQ5
N0Q7bXNvLWZhcmVhc3QtbGFuZ3VhZ2U6UlUiPtCh0YLQvtC70LjRh9C90YvQuSDRhNC40LvQuNCw
0Lsg0J/QkNCeIMKr0JzQtdCz0LDQpNC+0L3CuzxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNs
YXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJjb2xvcjojMUY0OTdEO21zby1mYXJlYXN0LWxh
bmd1YWdlOlJVIj4mIzQzOzcgKDkyNikgNTAwLTMzMDg8L3NwYW4+PHNwYW4gc3R5bGU9ImNvbG9y
OiMxRjQ5N0QiPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxz
cGFuIHN0eWxlPSJtc28tZmFyZWFzdC1sYW5ndWFnZTpSVSI+PGltZyB3aWR0aD0iMjg1IiBoZWln
aHQ9IjU0IiBpZD0i0KDQuNGB0YPQvdC+0LpfeDAwMjBfMSIgc3JjPSJjaWQ6aW1hZ2UwMDEucG5n
QDAxRDJBODhBLjc2NDhBMDMwIiBhbHQ9ItCc0LXQs9Cw0KTQvtC9INC70L7Qs9C+JiM0MzvQt9C9
0LDQuiDQoNCj0KEgQjJDIj48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9y
bWFsIj48bzpwPiZuYnNwOzwvbzpwPjwvcD4NCjwvZGl2Pg0KPGJyPg0KPGhyPg0KPGZvbnQgZmFj
ZT0iQXJpYWwiIGNvbG9yPSJHcmF5IiBzaXplPSIxIj48YnI+DQrQmNC90YTQvtGA0LzQsNGG0LjR
jyDQsiDRjdGC0L7QvCDRgdC+0L7QsdGJ0LXQvdC40Lgg0L/RgNC10LTQvdCw0LfQvdCw0YfQtdC9
0LAg0LjRgdC60LvRjtGH0LjRgtC10LvRjNC90L4g0LTQu9GPINC60L7QvdC60YDQtdGC0L3Ri9GF
INC70LjRhiwg0LrQvtGC0L7RgNGL0Lwg0L7QvdCwINCw0LTRgNC10YHQvtCy0LDQvdCwLiDQkiDR
gdC+0L7QsdGJ0LXQvdC40Lgg0LzQvtC20LXRgiDRgdC+0LTQtdGA0LbQsNGC0YzRgdGPINC60L7Q
vdGE0LjQtNC10L3RhtC40LDQu9GM0L3QsNGPINC40L3RhNC+0YDQvNCw0YbQuNGPLCDQutC+0YLQ
vtGA0LDRjyDQvdC1INC80L7QttC10YIg0LHRi9GC0Ywg0YDQsNGB0LrRgNGL0YLQsCDQuNC70Lgg
0LjRgdC/0L7Qu9GM0LfQvtCy0LDQvdCwINC60LXQvC3Qu9C40LHQviwg0LrRgNC+0LzQtSDQsNC0
0YDQtdGB0LDRgtC+0LIuINCV0YHQu9C4INCy0Ysg0L3QtSDQsNC00YDQtdGB0LDRgiDRjdGC0L7Q
s9C+DQog0YHQvtC+0LHRidC10L3QuNGPLCDRgtC+INC40YHQv9C+0LvRjNC30L7QstCw0L3QuNC1
LCDQv9C10YDQtdCw0LTRgNC10YHQsNGG0LjRjywg0LrQvtC/0LjRgNC+0LLQsNC90LjQtSDQuNC7
0Lgg0YDQsNGB0L/RgNC+0YHRgtGA0LDQvdC10L3QuNC1INGB0L7QtNC10YDQttCw0L3QuNGPINGB
0L7QvtCx0YnQtdC90LjRjyDQuNC70Lgg0LXQs9C+INGH0LDRgdGC0Lgg0L3QtdC30LDQutC+0L3Q
vdC+INC4INC30LDQv9GA0LXRidC10L3Qvi4g0JXRgdC70Lgg0JLRiyDQv9C+0LvRg9GH0LjQu9C4
INGN0YLQviDRgdC+0L7QsdGJ0LXQvdC40LUg0L7RiNC40LHQvtGH0L3Qviwg0L/QvtC20LDQu9GD
0LnRgdGC0LAsINC90LXQt9Cw0LzQtdC00LvQuNGC0LXQu9GM0L3QviDRgdC+0L7QsdGJ0LjRgtC1
INC+0YLQv9GA0LDQstC40YLQtdC70Y4g0L7QsSDRjdGC0L7QvCDQuCDRg9C00LDQu9C40YLQtSDR
gdC+INCy0YHQtdC8INGB0L7QtNC10YDQttC40LzRi9C8DQog0YHQsNC80L4g0YHQvtC+0LHRidC1
0L3QuNC1INC4INC70Y7QsdGL0LUg0LLQvtC30LzQvtC20L3Ri9C1INC10LPQviDQutC+0L/QuNC4
INC4INC/0YDQuNC70L7QttC10L3QuNGPLjxicj4NCjxicj4NClRoZSBpbmZvcm1hdGlvbiBjb250
YWluZWQgaW4gdGhpcyBjb21tdW5pY2F0aW9uIGlzIGludGVuZGVkIHNvbGVseSBmb3IgdGhlIHVz
ZSBvZiB0aGUgaW5kaXZpZHVhbCBvciBlbnRpdHkgdG8gd2hvbSBpdCBpcyBhZGRyZXNzZWQgYW5k
IG90aGVycyBhdXRob3JpemVkIHRvIHJlY2VpdmUgaXQuIEl0IG1heSBjb250YWluIGNvbmZpZGVu
dGlhbCBvciBsZWdhbGx5IHByaXZpbGVnZWQgaW5mb3JtYXRpb24uIFRoZSBjb250ZW50cyBtYXkg
bm90IGJlIGRpc2Nsb3NlZA0KIG9yIHVzZWQgYnkgYW55b25lIG90aGVyIHRoYW4gdGhlIGFkZHJl
c3NlZS4gSWYgeW91IGFyZSBub3QgdGhlIGludGVuZGVkIHJlY2lwaWVudChzKSwgYW55IHVzZSwg
ZGlzY2xvc3VyZSwgY29weWluZywgZGlzdHJpYnV0aW9uIG9yIGFueSBhY3Rpb24gdGFrZW4gb3Ig
b21pdHRlZCB0byBiZSB0YWtlbiBpbiByZWxpYW5jZSBvbiBpdCBpcyBwcm9oaWJpdGVkIGFuZCBt
YXkgYmUgdW5sYXdmdWwuIElmIHlvdSBoYXZlIHJlY2VpdmVkIHRoaXMgY29tbXVuaWNhdGlvbg0K
IGluIGVycm9yIHBsZWFzZSBub3RpZnkgdXMgaW1tZWRpYXRlbHkgYnkgcmVzcG9uZGluZyB0byB0
aGlzIGVtYWlsIGFuZCB0aGVuIGRlbGV0ZSB0aGUgZS1tYWlsIGFuZCBhbGwgYXR0YWNobWVudHMg
YW5kIGFueSBjb3BpZXMgdGhlcmVvZi48YnI+DQo8YnI+DQooYykyMG1mNTA8YnI+DQo8L2ZvbnQ+
DQo8L2JvZHk+DQo8L2h0bWw+DQo=
--_000_78c01f9d8162434bbebbfe6a92222ba0vlgums05Megafonru_--
--_004_78c01f9d8162434bbebbfe6a92222ba0vlgums05Megafonru_
Content-Type: image/png; name="image001.png"
Content-Description: image001.png
Content-Disposition: inline; filename="image001.png"; size=2130;
creation-date="Wed, 29 Mar 2017 09:46:18 GMT";
modification-date="Wed, 29 Mar 2017 09:46:18 GMT"
Content-ID: <image001.png(a)01D2A88A.7648A030>
Content-Transfer-Encoding: base64
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
ANCM57qVhzX7AAAAAElFTkSuQmCC
--_004_78c01f9d8162434bbebbfe6a92222ba0vlgums05Megafonru_--
7 years, 7 months
How to passthrough GPU to windows guest
by yimao
Hi,
I'm trying to passthrough gpu card to windows 7 guest, but I got the
error code 43.
I use ovirt node: ovirt-node-ng-installer-ovirt-4.1-2017032304.iso and
ovirt-engine-appliance-4.1-20170322.1.el7.centos.noarch.rpm
I have added options "intel_iommu=on rdblacklist=nouveau
pci-stub.ids=10de:1380,10de:0fbc" to the grub.conf and attached these
devices to the guest. After I have installed the gpu's driver, I got
the error code 43.
Did I miss something? Any pointers or suggestions would be greatly appreciated.
Thanks in advance.
Yiimao Yang.
7 years, 7 months
Introduction and initial help needed
by Abdullah
Hello
It is Abdullah. I have been using different virtualization platform for a
long time. Currently started working on oVirt. Initially I need some help
with an issue:
on the ovirt engine, I can add an ovirt-node 4.1 host but I cannot add a
centOS 7.3 ovirt node. I have successfully installed the vdsm on the
centos, but every time I try to add this host to engine, I get the
following error: Command returned failure code 1 during SSH session 'root
at my_host <http://lists.ovirt.org/mailman/listinfo/users>'.
however an ovirt-node host installed from the ovirt-node iso works without
any issue on the engine.
Can anyone tell me what log output I need to provide to find out the reason.
Regards
Abdullah
--
___________________
With Best Regards
*Abdullah Mohammad Manjurul Islam*
*Cell:* *+880 1730 982562*
*Email:* digitalrevolution(a)gmail.com ; islammanjurul(a)yahoo.com
*Address:* 958/1 Outer Circular Road, Rajarbagh, Dhaka-1217, Bangladesh
*Cisco® CCNA**™*
*VMware**®** VCP6-DCV*™
*Disclaimer:** This message contains confidential information and is
intended only for the individual named. If you are not the named addressee
you should not disseminate, distribute or copy this e-mail. Please notify
the sender immediately by e-mail if you have received this e-mail by
mistake and delete this e-mail from your system. E-mail transmission cannot
be guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message, which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.*
7 years, 7 months
Setting up hosted engine appliance on a bonded interface
by Bryan Sockel
Hi,
I am attempting to deploy an appliance to a bonded interface, and i getting
this error when it attempts to setup the bridge:
[ ERROR ] Failed to execute stage 'Misc configuration': Failed to setup
networks {'ovirtmgmt': {'bonding': 'bond0', 'ipaddr': u'10.20.101.181',
'netmask': u'255.255.255.0', 'defaultRoute': True, 'gateway':
u'10.20.101.1'}}. Error code: "-32603" message: "Attempt to call function:
<bound method Global.setupNetworks of <API.Global object at 0x39c9110>> with
arguments: ({u'ovirtmgmt': {u'bonding': u'bond0', u'ipaddr':
u'10.20.101.181', u'netmask': u'255.255.255.0', u'defaultRoute': True,
u'gateway': u'10.20.101.1'}}, {}, {u'connectivityCheck': False}) error:
'NoneType' object is not iterable"
Is it possible to deploy an appliance to a network bond? My Network guy has
configured my ports in the switch so i can connect via bonded links.
however, if the interfaces are not bonded, it will suspend the links.
7 years, 8 months