[Yahoo-eng-team] [Bug 1732624] [NEW] VM lost connecting when manually reboot using XenAPI driver and neutron pooling mode

2017-11-16 Thread huan
anymore ** Affects: nova Importance: Undecided Assignee: huan (huan-xie) Status: In Progress ** Changed in: nova Assignee: (unassigned) => huan (huan-xie) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1718725] [NEW] non-api bound filters in instance index page didn't work

2017-09-21 Thread Huan Xiong
Public bug reported: The issue was observed on latest code and can be reproduced as below: - go to Admin dashboard instance index page - select "image name" filter - input a valid image name value (note: there are instances created with this image) - press filter button - a new page is returned

[Yahoo-eng-team] [Bug 1711486] [NEW] Admin dashboard instances index page generated duplicate Glance requests

2017-08-17 Thread Huan Xiong
Public bug reported: Please see this thread: http://lists.openstack.org/pipermail/openstack- dev/2017-August/121097.html The instances index page in Admin dashboard generates a request for Glance every time Server.image_name() is called (the method is called a lot when building the page).

[Yahoo-eng-team] [Bug 1693147] [NEW] nXenAPI: ova-compute cannot run when manually delete a VM

2017-05-24 Thread huan
kages/oslo_concurrency/lockutils.py:212 Note: When I delete the VM manually, OpenStack didn't notice it which is fine, but this should not block nova-compute service, nova-compute service should be able to run and provide services although there are VMs which cannot initialized during its

[Yahoo-eng-team] [Bug 1677937] [NEW] VM cannot get fixed IP after live migration successfully

2017-03-30 Thread huan
bridge br-int. ** Affects: nova Importance: Undecided Assignee: huan (huan-xie) Status: New ** Changed in: nova Assignee: (unassigned) => huan (huan-xie) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1669719] [NEW] Cannot live migrate on XenServer Ely and later

2017-03-03 Thread huan
t's why we didn't have such problem against Dundee, but have such problem with the newly released Ely ** Affects: nova Importance: Undecided Assignee: huan (huan-xie) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1658877] [NEW] live migration failed with XenServer as hypervisor

2017-01-23 Thread huan
stance: b539c9fd-6f29-472b-908c-5c0146c31917] MigrationError: Migration error: Migrate Send failed 2017-01-23 07:18:11.355 TRACE nova.compute.manager [instance: b539c9fd-6f29-472b-908c-5c0146c31917] ** Affects: nova Importance: Undecided Assignee: huan (huan-xie) Status: New ** Changed

[Yahoo-eng-team] [Bug 1647914] [NEW] Cannot use minimized_polling when hypervisor is XenServer

2016-12-06 Thread huan
Public bug reported: Env: XenServer as hypervisor Neutron ML2 use ovs agent When using XenServer as hypervisor, the ovs agent running in compute node cannot set [agent] minimize_polling = True See related logs: on/api/rpc/callbacks/resource_manager.py:74 2016-12-07 02:28:55.856 INFO

[Yahoo-eng-team] [Bug 1618716] [NEW] XenAPI drive lacks of driver capabilities dict

2016-08-31 Thread huan
/driver.py#L67 XenAPIDriver should also export its own capabilities ** Affects: nova Importance: Undecided Assignee: huan (huan-xie) Status: New ** Changed in: nova Assignee: (unassigned) => huan (huan-xie) -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1610932] [NEW] XenServer 7.0 failed live-migrate with iSCSI SR volume

2016-08-08 Thread huan
= Analyze: With XenServer 7.0 (XCP 2.1.0), "relax-xsm-sr-check=true" is the default setting even it is not set in /etc/xapi.conf, so with XenServer 7.0 and later, if "relax-xsm-sr-check=true" is not set, nova compute driver need use the default value, related code:

[Yahoo-eng-team] [Bug 1603400] [NEW] neutron-ovs-agent in compute node with XenServer doesn't support conntrack

2016-07-15 Thread huan
Public bug reported: Environment: XenServer 7.0 Neutron (latest upstream) Devstack With the above environment, When I firt set a security group for VM, ping the VM's floating ip, remove the security group from the VM, I found there are exceptions in q-agt.log (q-agt running in compute

[Yahoo-eng-team] [Bug 1584858] Re: ryu 4.2.1 breaks python 2.7 environments

2016-06-28 Thread huan
** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1584858 Title: ryu 4.2.1 breaks python 2.7 environments Status in

[Yahoo-eng-team] [Bug 1585510] [NEW] [RFE] openvswitch-agent support rootwrap daemon when hypervisor is XenServer

2016-05-25 Thread huan
Public bug reported: As titled, when XenServer is hypervisor we want to implement rootwrap daemon mode in neutron-openvswitch-agent which runs in compute node. neutron-openvswitch-agent which runs in compute node(DomU) cannot support rootwrap daemon mode. This is because XenServer has the

[Yahoo-eng-team] [Bug 1574531] [NEW] XenAPI dosen't support GPT partition table

2016-04-25 Thread huan
Public bug reported: Description == Boot an instance with FreeBSD image using OpenStack Liberty stable release Steps = I downloaded a FreeBSD image from it's offical website and upload this image via glance. I tried to boot an instance with this image, but it will always fail at

[Yahoo-eng-team] [Bug 1526138] [NEW] xenserver driver lacks of linux bridge qbrXXX

2015-12-14 Thread huan
Assignee: huan (huan-xie) Status: New ** Changed in: nova Assignee: (unassigned) => huan (huan-xie) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1526138 Ti

[Yahoo-eng-team] [Bug 1512955] [NEW] Race condition in nova/neutron when booting instance with xen driver

2015-11-03 Thread huan
Public bug reported: 1. My environment is: Xenserver 6.5 OpenStack latest master branch Neutron network with ML2 plugin, OVS driver 2. When I ran tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops it will always fail. It failed at finding the new

[Yahoo-eng-team] [Bug 1495423] [NEW] Cannot get dom0's ovsdb monitor result

2015-09-14 Thread huan
Public bug reported: With Xenserver+Neutron, ML2 plugin, OVS driver, VLAN typs When launching a new instance, the q-agt which runs in compute node cannot get the new instance's port changes in dom0's ovsdb. This makes the q-agt cannot add the coresponding tag for this port and lead the

[Yahoo-eng-team] [Bug 1493662] [NEW] ovs-agent-plugin polling manager fails to monitor interface table

2015-09-08 Thread huan
Public bug reported: My environment is XenServer + Neutron with ML2 plugin, OVS as driver, VLan type. This is a single box environment installed by devstack. When it began to run, I found q-agt always had error logs like this: 2015-09-09 05:15:23.653 ERROR neutron.agent.linux.ovsdb_monitor [req-