Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1458815 Details for
Bug 1601123
Instances will not start on compute node
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
nova compute log
nova_compute_6_log.log (text/plain), 118.78 KB, created by
James Biao
on 2018-07-14 01:59:43 UTC
(
hide
)
Description:
nova compute log
Filename:
MIME Type:
Creator:
James Biao
Created:
2018-07-14 01:59:43 UTC
Size:
118.78 KB
patch
obsolete
>cat nova-compute.log >2018-07-14 04:45:02.763 22815 ERROR nova.virt.libvirt.host [req-86b30ed2-6d95-4e72-ab83-7d0c1b0d9a63 - - - - -] Connection to libvirt failed: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host Traceback (most recent call last): >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 521, in get_connection >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host conn = self._get_connection() >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 508, in _get_connection >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host wrapped_conn = self._get_new_connection() >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 460, in _get_new_connection >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host wrapped_conn = self._connect(self._uri, self._read_only) >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 311, in _connect >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host libvirt.openAuth, uri, auth, flags) >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 141, in proxy_call >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host rv = execute(f, *args, **kwargs) >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 122, in execute >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host six.reraise(c, e, tb) >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 80, in tworker >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host rv = meth(*args, **kwargs) >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host File "/usr/lib64/python2.7/site-packages/libvirt.py", line 105, in openAuth >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host if ret is None:raise libvirtError('virConnectOpenAuth() failed') >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory >2018-07-14 04:45:02.763 22815 TRACE nova.virt.libvirt.host >2018-07-14 04:45:02.765 22815 ERROR nova.openstack.common.periodic_task [req-86b30ed2-6d95-4e72-ab83-7d0c1b0d9a63 - - - - -] Error during ComputeManager.update_available_resource: Connection to the hypervisor is broken on host: sngkc-nfv-comp-6.localdomain >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task Traceback (most recent call last): >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/nova/openstack/common/periodic_task.py", line 224, in run_periodic_tasks >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task task(self, context) >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 6364, in update_available_resource >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task nodenames = set(self.driver.get_available_nodes()) >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 6494, in get_available_nodes >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task return [self._host.get_hostname()] >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 792, in get_hostname >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task hostname = self.get_connection().getHostname() >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 530, in get_connection >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task raise exception.HypervisorUnavailable(host=CONF.host) >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task HypervisorUnavailable: Connection to the hypervisor is broken on host: sngkc-nfv-comp-6.localdomain >2018-07-14 04:45:02.765 22815 TRACE nova.openstack.common.periodic_task >2018-07-14 04:49:13.826 22815 WARNING nova.compute.manager [-] [instance: 23ce205a-ddc6-4cc7-a941-7f939ec0dc02] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.830 22815 WARNING nova.compute.manager [-] [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.852 22815 WARNING nova.compute.manager [-] [instance: 8219d0d0-e769-4d02-aac0-a1b4dd03dcf4] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.854 22815 WARNING nova.compute.manager [-] [instance: 1515ebb8-1bcd-4cc6-a13a-2ffee908845d] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.855 22815 WARNING nova.compute.manager [-] [instance: 81d76afa-014c-40f6-8363-f9dec1d5dc30] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.862 22815 WARNING nova.compute.manager [-] [instance: e4ef77ce-44be-4480-9fe4-3189a7a681a3] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.869 22815 WARNING nova.compute.manager [-] [instance: 5e9acd4f-e28d-445c-a118-77256f55786f] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.887 22815 WARNING nova.compute.manager [-] [instance: 32ce1739-c004-471f-8b89-0daa06c84beb] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.904 22815 WARNING nova.compute.manager [-] [instance: e0d922d3-83ee-4851-90dc-eccb1ca9040d] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:13.918 22815 WARNING nova.compute.manager [-] [instance: 024add16-bbc4-4fb6-a095-5352340c389b] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 04:49:14.018 22815 WARNING nova.compute.manager [-] [instance: 4b75b819-0be5-4d9c-8556-3c9848ac2734] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.021 22815 WARNING nova.compute.manager [-] [instance: cc30071a-a00b-4d9e-b2dc-29d68279681b] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.030 22815 WARNING nova.compute.manager [-] [instance: a8557152-85fd-41cf-8950-a52e1ac69427] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.042 22815 WARNING nova.compute.manager [-] [instance: 24d845f2-cfd9-49b4-9738-690fe2c8ddf7] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.111 22815 WARNING nova.compute.manager [-] [instance: c2c7daed-926b-43df-bd0c-bf21114b2f07] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.189 22815 WARNING nova.compute.manager [-] [instance: 22544be5-1e9b-411f-950b-396536fa8247] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.202 22815 WARNING nova.compute.manager [-] [instance: 4797c077-f942-4994-9ffe-dfc959a755dc] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.227 22815 WARNING nova.compute.manager [-] [instance: 6598cff7-c55e-40c3-9d34-07899bf22351] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.295 22815 WARNING nova.compute.manager [-] [instance: cdcd1fd8-be85-4c61-a3fb-2ae2d842ea43] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.330 22815 WARNING nova.compute.manager [-] [instance: b461ee1f-5578-4cbf-9032-a78354b117cd] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.348 22815 WARNING nova.compute.manager [-] [instance: 8d1d5d82-c459-40b2-ab4c-afdf28493839] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.399 22815 WARNING nova.compute.manager [-] [instance: 20901092-e607-4440-a3cd-756742726900] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.446 22815 WARNING nova.compute.manager [-] [instance: 8ac4154d-d8a7-4bc0-83da-3a4f0ba579e9] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:14.459 22815 WARNING nova.compute.manager [-] [instance: 16ee1005-18e9-4555-ad96-09fe6985826f] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:15.094 22815 WARNING nova.compute.manager [-] [instance: ed682bf3-04b6-46c4-9efc-1296c8695aec] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:15.114 22815 WARNING nova.compute.manager [-] [instance: 5400d6d3-f9b7-44c6-a996-327f68cff58b] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:15.142 22815 WARNING nova.compute.manager [-] [instance: dc86fbee-ddbc-472b-9119-2677594307da] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:15.164 22815 WARNING nova.compute.manager [-] [instance: 793d41d7-2ccd-445e-9b19-1b942a3c404a] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 3, current VM power_state: 4 >2018-07-14 04:49:31.386 22815 ERROR oslo_messaging._drivers.impl_rabbit [-] Failed to consume message from queue: >2018-07-14 04:49:32.645 28623 INFO oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Connecting to AMQP server on 172.17.40.12:5672 >2018-07-14 04:49:32.652 28623 ERROR oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:33.660 28623 ERROR oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:34.670 28623 INFO oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Reconnected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:34.671 28623 INFO oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:34.676 28623 INFO oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Connecting to AMQP server on 172.17.40.12:5672 >2018-07-14 04:49:34.682 28623 ERROR oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:35.687 28623 ERROR oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:36.695 28623 INFO oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Reconnected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:36.695 28623 INFO oslo_messaging._drivers.impl_rabbit [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:36.712 28623 WARNING oslo_config.cfg [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Option "lock_path" from group "DEFAULT" is deprecated. Use option "lock_path" from group "oslo_concurrency". >2018-07-14 04:49:36.713 28623 WARNING oslo_config.cfg [req-881519bc-fb4c-49c3-828d-06259a1029d2 - - - - -] Option "url_timeout" from group "neutron" is deprecated. Use option "timeout" from group "neutron". >2018-07-14 04:49:37.917 28623 INFO oslo_messaging._drivers.impl_rabbit [req-81744b3d-987f-45d4-a056-5003596fad41 - - - - -] Connecting to AMQP server on 172.17.40.16:5672 >2018-07-14 04:49:37.925 28623 INFO oslo_messaging._drivers.impl_rabbit [req-81744b3d-987f-45d4-a056-5003596fad41 - - - - -] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 04:49:38.010 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.16:5672 >2018-07-14 04:49:38.017 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.12:5672 >2018-07-14 04:49:38.023 28623 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:38.027 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 04:49:38.028 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:38.035 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.12:5672 >2018-07-14 04:49:38.040 28623 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:38.046 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:38.052 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:38.059 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:38.060 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:38.067 28623 WARNING oslo_messaging._drivers.amqpdriver [-] Number of call queues is greater than warning threshold: 10. There could be a leak. Increasing threshold to: 20 >2018-07-14 04:49:38.075 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:38.081 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:38.092 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:39.028 28623 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:39.045 28623 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:40.035 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Reconnected to AMQP server on 172.17.40.16:5672 >2018-07-14 04:49:40.036 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 04:49:40.050 28623 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 04:49:41.060 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Reconnected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:49:41.062 28623 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 04:51:34.596 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:52:35.606 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:53:35.668 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:54:37.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:55:39.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:56:41.596 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:57:43.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:58:44.868 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 04:59:32.642 28623 WARNING nova.compute.manager [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] Bandwidth usage not supported by hypervisor. >2018-07-14 04:59:38.061 28623 WARNING oslo_messaging._drivers.amqpdriver [-] Number of call queues is greater than warning threshold: 20. There could be a leak. Increasing threshold to: 40 >2018-07-14 04:59:46.615 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:00:47.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:01:47.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:02:49.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:03:51.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:04:51.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:05:53.662 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:06:54.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:07:54.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:08:54.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:09:56.658 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:10:57.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:11:57.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:12:59.614 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:14:00.599 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:15:01.608 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:16:03.609 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:17:05.975 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:18:06.625 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:19:07.888 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:20:07.620 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:21:09.827 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:22:11.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:23:12.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:24:12.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:25:12.636 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:26:12.814 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:27:13.931 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:28:14.945 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:29:15.995 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:30:16.874 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:31:18.872 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:32:19.874 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:33:20.889 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:34:23.067 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:35:24.810 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:36:26.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:37:28.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:38:28.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:39:30.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:40:30.624 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:41:31.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:41:36.907 28623 ERROR oslo_messaging.rpc.dispatcher [req-aab2324c-41e9-4dbc-899f-35d99b91c7c8 6a1ac987f23f4416b547e11da2d4cf6c 709b3bf79ea240b38bd56007d70ada3f - - -] Exception during message handling: Resize error: not able to execute ssh command: Unexpected error while running command. >Command: ssh 172.17.45.28 mkdir -p /var/lib/nova/instances/22544be5-1e9b-411f-950b-396536fa8247 >Exit code: 255 >Stdout: u'' >Stderr: u'Host key verification failed.\r\n' >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last): >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher executor_callback)) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher executor_callback) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 6922, in resize_instance >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher clean_shutdown=clean_shutdown) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/exception.py", line 88, in wrapped >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher payload) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/exception.py", line 71, in wrapped >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher return f(self, context, *args, **kw) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 341, in decorated_function >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher LOG.warning(msg, e, instance_uuid=instance_uuid) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 312, in decorated_function >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher return function(self, context, *args, **kwargs) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 391, in decorated_function >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher return function(self, context, *args, **kwargs) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 300, in decorated_function >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher migration.instance_uuid, exc_info=True) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 277, in decorated_function >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher return function(self, context, *args, **kwargs) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 369, in decorated_function >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher kwargs['instance'], e, sys.exc_info()) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 357, in decorated_function >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher return function(self, context, *args, **kwargs) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 4104, in resize_instance >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher self.instance_events.clear_events_for_instance(instance) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib64/python2.7/contextlib.py", line 35, in __exit__ >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher self.gen.throw(type, value, traceback) >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 6509, in _error_out_instance_on_exception >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher raise error.inner_exception >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher ResizeError: Resize error: not able to execute ssh command: Unexpected error while running command. >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher Command: ssh 172.17.45.28 mkdir -p /var/lib/nova/instances/22544be5-1e9b-411f-950b-396536fa8247 >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher Exit code: 255 >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher Stdout: u'' >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher Stderr: u'Host key verification failed.\r\n' >2018-07-14 05:41:36.907 28623 TRACE oslo_messaging.rpc.dispatcher >2018-07-14 05:42:31.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:43:31.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:44:31.861 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:45:31.876 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:46:32.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:47:33.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:48:34.795 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:49:34.601 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:50:24.098 28623 WARNING nova.compute.manager [-] [instance: 22544be5-1e9b-411f-950b-396536fa8247] Instance shutdown by itself. Calling the stop API. Current vm_state: active, current task_state: None, original DB power_state: 4, current VM power_state: 4 >2018-07-14 05:50:36.602 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:51:38.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:52:38.605 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:53:40.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:54:42.596 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:55:43.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:56:44.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:57:44.636 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:58:45.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 05:59:45.845 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:00:46.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:01:46.596 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:02:46.799 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:03:47.863 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:04:49.827 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:05:51.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:06:52.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:07:52.598 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:08:52.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:09:52.605 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:10:53.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:11:55.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:12:57.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:13:57.880 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:14:58.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:16:00.794 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:17:00.962 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:18:02.796 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:19:02.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:20:03.847 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:21:05.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:22:07.836 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:23:07.854 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:24:09.854 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:25:09.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:26:11.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:27:12.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:28:12.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:29:13.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:30:13.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:31:14.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:32:14.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:33:16.602 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:34:18.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:35:18.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:36:18.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:37:20.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:38:20.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:39:21.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:40:22.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:41:24.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:42:24.607 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:43:26.603 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:44:26.602 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:45:28.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:46:29.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:47:30.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:48:32.598 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:49:32.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:50:32.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:51:32.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:52:32.616 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:53:34.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:54:35.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:55:37.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:56:37.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:57:37.602 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:58:38.603 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 06:59:38.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:00:39.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:01:41.597 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:02:41.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:03:43.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:04:45.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:05:47.603 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:06:48.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:07:50.603 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:08:50.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:09:50.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:10:52.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:11:53.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:12:55.604 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:13:55.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:14:57.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:15:57.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:16:59.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:17:59.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:19:00.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:20:02.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:21:03.882 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:22:04.605 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:23:06.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:24:07.815 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:25:08.853 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:26:09.874 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:27:11.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:28:12.931 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:29:12.820 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:30:14.858 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:31:14.807 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:32:16.790 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:33:16.889 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:34:16.857 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:35:17.796 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:36:17.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:37:18.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:38:18.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:39:20.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:40:21.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:41:22.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:42:24.633 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:43:24.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:44:24.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:45:25.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:46:25.599 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:47:25.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:48:25.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:49:26.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:50:27.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:51:29.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:52:30.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:53:31.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:54:32.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:55:32.663 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:56:32.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:57:34.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:58:34.624 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 07:59:34.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:00:36.715 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:01:36.673 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:02:36.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:03:38.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:04:40.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:05:40.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:06:40.599 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:07:40.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:08:40.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:09:42.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:10:42.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:11:42.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:12:42.601 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:13:44.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:14:45.596 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:15:45.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:16:46.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:17:46.645 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:18:46.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:19:46.615 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:20:48.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:21:49.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:22:51.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:23:53.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:24:55.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:25:56.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:26:56.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:27:58.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:29:00.625 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:30:01.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:31:01.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:32:02.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:33:04.608 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:34:06.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:35:08.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:36:10.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:37:11.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:38:13.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:39:14.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:40:14.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:41:14.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:42:16.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:43:18.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:44:20.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:45:20.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:46:22.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:47:22.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:48:22.591 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:49:24.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:50:24.599 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:51:26.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:52:27.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:53:28.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:54:29.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:55:31.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:56:31.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:57:32.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:58:34.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 08:59:34.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:00:36.616 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:01:36.595 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:02:37.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:03:37.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:04:39.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:05:41.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:06:42.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:07:44.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:08:45.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:09:47.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:10:48.619 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:11:50.604 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:12:50.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:13:52.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:14:53.603 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:15:54.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:16:56.592 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:17:58.593 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:18:53.461 28623 ERROR oslo_messaging._drivers.impl_rabbit [-] Failed to consume message from queue: >2018-07-14 09:19:00.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:20:00.594 28623 WARNING nova.virt.libvirt.driver [req-3859921c-0cd2-420f-b957-ce5bdd620c65 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:20:19.601 50663 INFO oslo_messaging._drivers.impl_rabbit [req-f819345e-dba4-45d4-a8f5-9be4d25f2809 - - - - -] Connecting to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:19.611 50663 INFO oslo_messaging._drivers.impl_rabbit [req-f819345e-dba4-45d4-a8f5-9be4d25f2809 - - - - -] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:19.617 50663 INFO oslo_messaging._drivers.impl_rabbit [req-f819345e-dba4-45d4-a8f5-9be4d25f2809 - - - - -] Connecting to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:19.624 50663 INFO oslo_messaging._drivers.impl_rabbit [req-f819345e-dba4-45d4-a8f5-9be4d25f2809 - - - - -] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:19.641 50663 WARNING oslo_config.cfg [req-f819345e-dba4-45d4-a8f5-9be4d25f2809 - - - - -] Option "lock_path" from group "DEFAULT" is deprecated. Use option "lock_path" from group "oslo_concurrency". >2018-07-14 09:20:19.642 50663 WARNING oslo_config.cfg [req-f819345e-dba4-45d4-a8f5-9be4d25f2809 - - - - -] Option "url_timeout" from group "neutron" is deprecated. Use option "timeout" from group "neutron". >2018-07-14 09:20:20.097 50663 ERROR nova.compute.manager [req-dc1e824c-6a0d-4a6a-991b-4f1d75437a6a - - - - -] [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] Failed to start instance >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] Traceback (most recent call last): >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1137, in _init_instance >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] self.start_instance(context, instance) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/exception.py", line 88, in wrapped >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] payload) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] six.reraise(self.type_, self.value, self.tb) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/exception.py", line 71, in wrapped >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] return f(self, context, *args, **kw) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 341, in decorated_function >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] LOG.warning(msg, e, instance_uuid=instance_uuid) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] six.reraise(self.type_, self.value, self.tb) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 312, in decorated_function >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] return function(self, context, *args, **kwargs) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 390, in decorated_function >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] with compute_utils.EventReporter(context, event_name, instance_uuid): >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/compute/utils.py", line 493, in __enter__ >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] self.context, uuid, self.event_name, want_result=False) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/objects/base.py", line 161, in wrapper >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] args, kwargs) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/conductor/rpcapi.py", line 335, in object_class_action >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] objver=objver, args=args, kwargs=kwargs) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 156, in call >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] retry=self.retry) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 90, in _send >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] timeout=timeout, retry=retry) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 350, in send >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] retry=retry) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 341, in _send >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] raise result >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] InstanceActionNotFound_Remote: Action for request_id req-c1f34cee-ebca-46ee-ac72-72541a822639 on instance eed8e563-3b83-4593-943d-7950f1ffb4d6 not found >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] Traceback (most recent call last): >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 422, in _object_dispatch >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] return getattr(target, method)(*args, **kwargs) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/objects/base.py", line 163, in wrapper >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] result = fn(cls, context, *args, **kwargs) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/objects/instance_action.py", line 170, in event_start >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] db_event = db.action_event_start(context, values) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/db/api.py", line 1850, in action_event_start >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] return IMPL.action_event_start(context, values) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] File "/usr/lib/python2.7/site-packages/nova/db/sqlalchemy/api.py", line 5728, in action_event_start >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] instance_uuid=values['instance_uuid']) >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] InstanceActionNotFound: Action for request_id req-c1f34cee-ebca-46ee-ac72-72541a822639 on instance eed8e563-3b83-4593-943d-7950f1ffb4d6 not found >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.097 50663 TRACE nova.compute.manager [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] >2018-07-14 09:20:20.306 50663 WARNING nova.virt.libvirt.driver [req-dc1e824c-6a0d-4a6a-991b-4f1d75437a6a - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:20:21.066 50663 INFO oslo_messaging._drivers.impl_rabbit [req-dc1e824c-6a0d-4a6a-991b-4f1d75437a6a - - - - -] Connecting to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:21.073 50663 INFO oslo_messaging._drivers.impl_rabbit [req-dc1e824c-6a0d-4a6a-991b-4f1d75437a6a - - - - -] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:37.160 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.12:5672 >2018-07-14 09:20:37.170 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 09:20:37.174 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.12:5672 >2018-07-14 09:20:37.181 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 09:20:37.183 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.194 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.12:5672 >2018-07-14 09:20:37.201 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 09:20:37.203 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.211 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.214 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:37.224 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.234 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.236 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.244 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:37.245 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.250 50663 WARNING oslo_messaging._drivers.amqpdriver [-] Number of call queues is greater than warning threshold: 10. There could be a leak. Increasing threshold to: 20 >2018-07-14 09:20:37.252 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.258 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.277 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.17:5672 >2018-07-14 09:20:37.385 50663 WARNING nova.compute.manager [-] [instance: eed8e563-3b83-4593-943d-7950f1ffb4d6] Instance is not stopped. Calling the stop API. Current vm_state: stopped, current task_state: None, original DB power_state: 4, current VM power_state: 3 >2018-07-14 09:20:38.175 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 09:20:38.186 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 09:20:38.206 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 09:20:39.181 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds. >2018-07-14 09:20:39.194 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Reconnected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:39.194 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:39.214 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Reconnected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:39.214 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:40.187 50663 ERROR oslo_messaging._drivers.impl_rabbit [-] AMQP server on 172.17.40.12:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 2 seconds. >2018-07-14 09:20:42.195 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Reconnected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:20:42.196 50663 INFO oslo_messaging._drivers.impl_rabbit [-] Connected to AMQP server on 172.17.40.16:5672 >2018-07-14 09:21:07.867 50663 ERROR oslo_messaging.rpc.dispatcher [req-a6a740af-ef2b-4500-986b-545b73cc0d35 - - - - -] Exception during message handling: Timed out during operation: cannot acquire state change lock (held by remoteDispatchDomainCreateWithFlags) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last): >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher executor_callback)) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher executor_callback) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 6971, in stop_instance >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher return self.manager.stop_instance(ctxt, instance, clean_shutdown) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/exception.py", line 88, in wrapped >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher payload) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/exception.py", line 71, in wrapped >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher return f(self, context, *args, **kw) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 341, in decorated_function >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher LOG.warning(msg, e, instance_uuid=instance_uuid) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 312, in decorated_function >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher return function(self, context, *args, **kwargs) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 391, in decorated_function >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher return function(self, context, *args, **kwargs) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 369, in decorated_function >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher kwargs['instance'], e, sys.exc_info()) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 85, in __exit__ >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher six.reraise(self.type_, self.value, self.tb) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 357, in decorated_function >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher return function(self, context, *args, **kwargs) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2842, in stop_instance >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher do_stop_instance() >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 445, in inner >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher return f(*args, **kwargs) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2834, in do_stop_instance >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher self._power_off_instance(context, instance, clean_shutdown) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2586, in _power_off_instance >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher self.driver.power_off(instance, timeout, retry_interval) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 2427, in power_off >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher self._clean_shutdown(instance, timeout, retry_interval) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 2382, in _clean_shutdown >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher dom.shutdown() >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 183, in doit >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher result = proxy_call(self._autowrap, f, *args, **kwargs) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 141, in proxy_call >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher rv = execute(f, *args, **kwargs) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 122, in execute >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher six.reraise(c, e, tb) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/site-packages/eventlet/tpool.py", line 80, in tworker >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher rv = meth(*args, **kwargs) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2451, in shutdown >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher if ret == -1: raise libvirtError ('virDomainShutdown() failed', dom=self) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher libvirtError: Timed out during operation: cannot acquire state change lock (held by remoteDispatchDomainCreateWithFlags) >2018-07-14 09:21:07.867 50663 TRACE oslo_messaging.rpc.dispatcher >2018-07-14 09:21:19.568 50663 WARNING nova.virt.libvirt.driver [req-a6a740af-ef2b-4500-986b-545b73cc0d35 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >2018-07-14 09:22:20.839 50663 WARNING nova.virt.libvirt.driver [req-a6a740af-ef2b-4500-986b-545b73cc0d35 - - - - -] couldn't obtain the vpu count from domain id: eed8e563-3b83-4593-943d-7950f1ffb4d6, exception: Requested operation is not valid: cpu affinity is not supported >[root@sngkc-nfv-comp-6 nova]#
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1601123
: 1458815 |
1458816