Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. 2015-11-30 17:59:50.584 26854 DEBUG nova.filters [req-877330aa-488b-43f1-926e-cacf7828e2fc Stephane Boisvert 56ec7e3ad4fd4df9b677d801dee5af29 - - -] Filter CoreFilter returned 6 host(s) get_filtered_objects /usr/lib/python2.7/dist-packages/nova/filters.py:84
  2. 2015-11-30 17:59:50.586 26854 ERROR oslo_messaging.rpc.dispatcher [req-877330aa-488b-43f1-926e-cacf7828e2fc Stephane Boisvert 56ec7e3ad4fd4df9b677d801dee5af29 - - -] Exception during message handling: Page size 1048576 is not supported by the host.
  3. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last):
  4. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply
  5. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher executor_callback))
  6. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch
  7. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher executor_callback)
  8. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch
  9. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher result = func(ctxt, **new_args)
  10. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 142, in inner
  11. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher return func(*args, **kwargs)
  12. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/scheduler/manager.py", line 86, in select_destinations
  13. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher filter_properties)
  14. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/scheduler/filter_scheduler.py", line 67, in select_destinations
  15. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher filter_properties)
  16. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/scheduler/filter_scheduler.py", line 138, in _schedule
  17. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher filter_properties, index=num)
  18. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/scheduler/host_manager.py", line 518, in get_filtered_hosts
  19. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher hosts, filter_properties, index)
  20. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/filters.py", line 78, in get_filtered_objects
  21. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher list_objs = list(objs)
  22. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/filters.py", line 44, in filter_all
  23. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher if self._filter_one(obj, filter_properties):
  24. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/scheduler/filters/__init__.py", line 27, in _filter_one
  25. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher return self.host_passes(obj, filter_properties)
  26. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/scheduler/filters/numa_topology_filter.py", line 46, in host_passes
  27. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher pci_stats=host_state.pci_stats))
  28. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 1025, in numa_fit_instance_to_host
  29. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher host_cell, instance_cell, limits)
  30. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 770, in _numa_fit_instance_cell
  31. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher host_cell, instance_cell)
  32. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 626, in _numa_cell_supports_pagesize_request
  33. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher return verify_pagesizes(host_cell, inst_cell, [inst_cell.pagesize])
  34. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 616, in verify_pagesizes
  35. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher if host_cell.can_fit_hugepages(pagesize, inst_cell_mem):
  36. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher File "/usr/lib/python2.7/dist-packages/nova/objects/numa.py", line 130, in can_fit_hugepages
  37. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher raise exception.MemoryPageSizeNotSupported(pagesize=pagesize)
  38. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher MemoryPageSizeNotSupported: Page size 1048576 is not supported by the host.
  39. 2015-11-30 17:59:50.586 26854 TRACE oslo_messaging.rpc.dispatcher
  40. 2015-11-30 17:59:50.587 26854 ERROR oslo_messaging._drivers.common [req-877330aa-488b-43f1-926e-cacf7828e2fc Stephane Boisvert 56ec7e3ad4fd4df9b677d801dee5af29 - - -] Returning exception Page size 1048576 is not supported by the host. to caller
  41. 2015-11-30 17:59:50.588 26854 ERROR oslo_messaging._drivers.common [req-877330aa-488b-43f1-926e-cacf7828e2fc Stephane Boisvert 56ec7e3ad4fd4df9b677d801dee5af29 - - -] ['Traceback (most recent call last):\n', ' File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply\n executor_callback))\n', ' File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch\n executor_callback)\n', ' File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch\n result = func(ctxt, **new_args)\n', ' File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 142, in inner\n return func(*args, **kwargs)\n', ' File "/usr/lib/python2.7/dist-packages/nova/scheduler/manager.py", line 86, in select_destinations\n filter_properties)\n', ' File "/usr/lib/python2.7/dist-packages/nova/scheduler/filter_scheduler.py", line 67, in select_destinations\n filter_properties)\n', ' File "/usr/lib/python2.7/dist-packages/nova/scheduler/filter_scheduler.py", line 138, in _schedule\n filter_properties, index=num)\n', ' File "/usr/lib/python2.7/dist-packages/nova/scheduler/host_manager.py", line 518, in get_filtered_hosts\n hosts, filter_properties, index)\n', ' File "/usr/lib/python2.7/dist-packages/nova/filters.py", line 78, in get_filtered_objects\n list_objs = list(objs)\n', ' File "/usr/lib/python2.7/dist-packages/nova/filters.py", line 44, in filter_all\n if self._filter_one(obj, filter_properties):\n', ' File "/usr/lib/python2.7/dist-packages/nova/scheduler/filters/__init__.py", line 27, in _filter_one\n return self.host_passes(obj, filter_properties)\n', ' File "/usr/lib/python2.7/dist-packages/nova/scheduler/filters/numa_topology_filter.py", line 46, in host_passes\n pci_stats=host_state.pci_stats))\n', ' File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 1025, in numa_fit_instance_to_host\n host_cell, instance_cell, limits)\n', ' File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 770, in _numa_fit_instance_cell\n host_cell, instance_cell)\n', ' File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 626, in _numa_cell_supports_pagesize_request\n return verify_pagesizes(host_cell, inst_cell, [inst_cell.pagesize])\n', ' File "/usr/lib/python2.7/dist-packages/nova/virt/hardware.py", line 616, in verify_pagesizes\n if host_cell.can_fit_hugepages(pagesize, inst_cell_mem):\n', ' File "/usr/lib/python2.7/dist-packages/nova/objects/numa.py", line 130, in can_fit_hugepages\n raise exception.MemoryPageSizeNotSupported(pagesize=pagesize)\n', 'MemoryPageSizeNotSupported: Page size 1048576 is not supported by the host.\n']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement