[Yahoo-eng-team] [Bug 1749045] [NEW] Used mem in numa_topology do not include mem used by instance which is not fix mem_page_size

2018-02-12 Thread liuxiuli
Public bug reported: Used mem in numa_topology does not include mem used by instance which is not fix mem_page_size. For example: An instance which is not fix hw:mem_page_size but fix hw:cpu_policy will consume mem whose page size is 4K, but at this time the used mem of 4K in numa_topology of h

[Yahoo-eng-team] [Bug 1714895] [NEW] Instance failed to create when numa node has enough free vcpus but has not enough sibling vcpus

2017-09-04 Thread liuxiuli
Public bug reported: Instance failed to create when numa node has enough free vcpus but has not enough sibling vcpus. eg: Host has following numa topology: node 0: 0-7,16-23 node 1: 8-15,24-31 vcpu_pin_set is 1-7,16-23,7-15,24-31 I want to create an instance with 30 vcpus with flavor which has ex

[Yahoo-eng-team] [Bug 1712778] [NEW] a typo of host_topology_and_format_from_host doc

2017-08-24 Thread liuxiuli
e, or None. ** Affects: nova Importance: Undecided Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Open

[Yahoo-eng-team] [Bug 1712763] [NEW] a typo of format_cpu_spec doc

2017-08-24 Thread liuxiuli
Public bug reported: "It allow_ranges is true" should be "If allow_ranges is true" ** Affects: nova Importance: Undecided Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) -- You receive

[Yahoo-eng-team] [Bug 1704293] [NEW] We can not set volume's type when creating a vm from image by creating a volume

2017-07-13 Thread liuxiuli
Public bug reported: Description === We often want to know type of volume used by vm. But we can not set volume's type when creating a vm from image by creating a volume. ** Affects: nova Importance: Undecided Assignee: liuxiuli (liu-lixiu) Status: New ** Chang

[Yahoo-eng-team] [Bug 1658415] [NEW] The name of _get_vm_ref_from_uuid is not consistent with its implementation

2017-01-22 Thread liuxiuli
Importance: Low Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) ** Changed in: nova Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1599435] [NEW] help of numa_get_reserved_huge_pages is not accurate.

2016-07-06 Thread liuxiuli
set. ** Affects: nova Importance: Low Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) ** Changed in: nova Importance: Undecided => Low -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1599417] [NEW] NUMATopologyFilter will not choose numa node which has sibling but not request and other vcpus match request when only one node has sibling while host has two node

2016-07-06 Thread liuxiuli
Public bug reported: version:master problem: NUMATopologyFilter will not choose numa node which has sibling but not satisfies request and other vcpus satisfy request when cpu_thread_policy is prefer. for example: host has cpu info: NUMA node0 CPU(s): 0-7,16-23 NUMA node1 CPU(s): 8-15,24

[Yahoo-eng-team] [Bug 1599411] [NEW] NUMATopologyFilter fail when only one node has sibling while host has two node when cpu_thread_policy is require.

2016-07-06 Thread liuxiuli
ave hyperthreading or hyperthreading is disabled, but 'require' threads policy was requested. ** Affects: nova Importance: Undecided Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) -- You received th

[Yahoo-eng-team] [Bug 1598374] [NEW] select an not right host when resizing an instance with hw:numa_nodes=X in flavor.

2016-07-02 Thread liuxiuli
: Undecided Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). ht

[Yahoo-eng-team] [Bug 1598373] [NEW] the result of "nova hypervisor-servers hypervisor-name" is error

2016-07-02 Thread liuxiuli
r nodes. ** Affects: nova Importance: Undecided Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1592241] [NEW] memory_mb_used of compute node do not consider reserved_huge_pages

2016-06-13 Thread liuxiuli
Importance: Undecided Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: nova Assignee: (unassigned) => liuxiuli (liu-lixiu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (n

[Yahoo-eng-team] [Bug 1589381] [NEW] There is an error in help info of default_notification_exchange

2016-06-05 Thread liuxiuli
Assignee: liuxiuli (liu-lixiu) Status: New ** Changed in: keystone Assignee: (unassigned) => liuxiuli (liu-lixiu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). ht

[Yahoo-eng-team] [Bug 1586289] [NEW] openstack project list can not list the project which is domain.

2016-05-27 Thread liuxiuli
Public bug reported: version:mitaka question: In project table of keystone database, there are following projects: +--+--+---+---+-+--+---+---+ |

[Yahoo-eng-team] [Bug 1579664] [NEW] Nova-compute raise exception when vcpu_pin_set is set to None or"".

2016-05-09 Thread liuxiuli
Public bug reported: Description === In Mitaka, Nova-compute raise exception when vcpu_pin_set is set to None or"".And nova-compute fails to start. Steps to reproduce == Edit vcpu_pin_set=None or vcpu_pin_set="" then restart nova-compute service Expected result =

[Yahoo-eng-team] [Bug 1578879] [NEW] Used hugepage of compute node does not include the mem which is used by system process

2016-05-05 Thread liuxiuli
Public bug reported: Description === There are some system processes which use hugepage when compute node starts. But when we report numa_topology resources, we do not consider these. And we do not consider it by reserving hugepage. Expected result === Used NUMAPagesTopolo

[Yahoo-eng-team] [Bug 1473308] [NEW] NUMATopologyFilter raise exception and not continue filter next node when there is no wanted pagesize in current filtered host

2015-07-10 Thread liuxiuli
Public bug reported: version: 2015.1.0 question: NUMATopologyFilter raise exception and not continue filter next node when there is no wanted pagesize in current filtered host Reproduce steps: There are two compute nodes: Node1 and Node2 . Node1 has 2M and 4K page size, and Node2 has 1G and