[Yahoo-eng-team] [Bug 1535218] [NEW] NotFound maybe returned by keystone

2016-01-18 Thread Jian Wen
Public bug reported: How to reproduce:    1. Remove nova_admin_tenant_id from /etc/neutron/neutron.conf    2. Boot an instance Expected log: Keystone returned NotFound for event:... Actual log:    Nova returned NotFound for event:... Related log (we have not fixed bug 1309187 yet) :  2016-

[Yahoo-eng-team] [Bug 1489015] Re: ovs agen _bind_devices should query only existing ports

2016-01-17 Thread Jian Wen
*** This bug is a duplicate of bug 1489014 *** https://bugs.launchpad.net/bugs/1489014 ** This bug has been marked a duplicate of bug 1489014 ovs agen _bind_devices should query only existing ports -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1396003] Re: Resize failed in finish_resize function, the instance disappeared and can not rollback.

2015-11-19 Thread Jian Wen
You are right. Looks like we are able to revert it manually now. See bug 1296519. On Thu, Nov 19, 2015 at 3:39 PM, Rong Han ZTE wrote: > if destination host's neutron server is unavailable, we should not > resize to this destination host, or we can let it revert to it's source > host. > > -- >

[Yahoo-eng-team] [Bug 1396003] Re: Resize failed in finish_resize function, the instance disappeared and can not rollback.

2015-11-18 Thread Jian Wen
I reproduced the bug by adding an exception to finish_migration(). " vif_type=binding_failed" means neutron failed to bind the port to the compute host. You cannot rollback the instance since Neutron doesn't support so. I don't think we can fix the bug in Nova. p.s. The error log is not friend

[Yahoo-eng-team] [Bug 1515075] [NEW] After restarting a ovs agent, it still drops useful flows if the neutron server is busy/down

2015-11-10 Thread Jian Wen
s are happy. ** Affects: neutron Importance: Undecided Assignee: Jian Wen (wenjianhn) Status: New ** Description changed: How to reproduce: 1. Stop the neutron server to simulate it's busy/down - 2. Restart a ovs agent. - After the first rpc times out(default to

[Yahoo-eng-team] [Bug 1469080] [NEW] LBaaS Message of DeviceNotFoundOnAgent is still the default one

2015-06-26 Thread Jian Wen
msg = _('Unknown device with loadbalancer_id %(loadbalancer_id)s') ** Affects: neutron Importance: Undecided Assignee: Jian Wen (wenjianhn) Status: New ** Changed in: neutron Assignee: (unassigned) => Jian Wen (wenjianhn) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1464565] [NEW] LBaaS: neutron user is not permitted to kill nobody's process

2015-06-12 Thread Jian Wen
n_lbaas.drivers.haproxy.namespace_driver Stderr: kill 30506: Operation not permitted 2015-06-12 15:41:33.016 20728 TRACE neutron_lbaas.drivers.haproxy.namespace_driver 2015-06-12 15:41:33.016 20728 TRACE neutron_lbaas.drivers.haproxy.namespace_driver ** Affects: neutron Importance: Undecide

[Yahoo-eng-team] [Bug 1346494] Re: l3 agent gw port missing vlan tag for vlan provider network

2015-01-26 Thread Jian Wen
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1346494 Title: l3 agent gw port missing vlan tag for vlan provider network St

[Yahoo-eng-team] [Bug 1255850] Re: L3_agent: if openvswitch fails to restart, _rpc_loop will block forever.

2014-11-21 Thread Jian Wen
The fix works. ** Changed in: neutron Status: Incomplete => 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/1255850 Title: L3_agent: if openvswitch fails to restart,

[Yahoo-eng-team] [Bug 1387552] [NEW] Should add a new method to get volumes from block_device_info

2014-10-30 Thread Jian Wen
: Jian Wen (wenjianhn) Status: New ** Changed in: nova Assignee: (unassigned) => Jian Wen (wenjianhn) -- 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/1387552 Ti

[Yahoo-eng-team] [Bug 1386060] [NEW] [glance_store] should use os.statvfs to get available disk space in filesystem driver

2014-10-27 Thread Jian Wen
Public bug reported: df = processutils.execute("df", "-k", mount_point)[0].strip("'\n'") total_available_space = int(df.split('\n')[1].split()[3]) * units.Ki The above code raises "IndexError: list index out of range" if the name of the Filesyste

[Yahoo-eng-team] [Bug 1314554] Re: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

2014-04-30 Thread Jian Wen
It works after I rebuild my virtual env. ** Changed in: nova Status: New => Invalid -- 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/1314554 Title: ArgsAlreadyPars

[Yahoo-eng-team] [Bug 1314554] [NEW] ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

2014-04-30 Thread Jian Wen
Public bug reported: HEAD is commit 64bfdb6ad4c306a5ae96257121fd4699a422137e $ nosetests -s nova.tests.network.test_manager == FAIL: nova.tests.network.test_manager.VlanNetworkTestCase.test_vpn_allocate_fixed_ip_no_netwo

[Yahoo-eng-team] [Bug 1252603] Re: PMTUD needs to be disabled for tunneling to work in many Grizzly environments.

2013-11-19 Thread Jian Wen
** Also affects: quantum (Ubuntu) Importance: Undecided Status: New ** Changed in: neutron Status: New => Invalid ** Changed in: neutron Assignee: Jian Wen (wenjianhn) => (unassigned) ** Changed in: quantum (Ubuntu) Assignee: (unassigned) => Jian Wen (

[Yahoo-eng-team] [Bug 1185641] Re: instance in openstack does not support bridge

2013-09-30 Thread Jian Wen
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1185641 Title: instance in openstack does not support bridge Status in OpenStack Neut

[Yahoo-eng-team] [Bug 925618] Re: Quantum manager is not removing vifs/interfaces in Melange when deleting instances

2013-09-29 Thread Jian Wen
** Changed in: nova Status: Confirmed => Invalid -- 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/925618 Title: Quantum manager is not removing vifs/interfaces in M

[Yahoo-eng-team] [Bug 1214699] Re: During live migration, nova should get instance power state from hypervisor instead of db

2013-09-28 Thread Jian Wen
I can't reproduce this bug today. The power state of the instance was synced just after I killed it. It is related to bp compute-driver-events. I don't know why it was not synced when I tested it. The same issue was reported a few days ago on http://www.gossamer-threads.com/lists/openstack/dev/3

[Yahoo-eng-team] [Bug 1182373] Re: Add an arping on multi_host for live migration

2013-08-12 Thread Jian Wen
Add 'send_arp_for_ha = True' and 'send_arp_for_ha_count=3' to nova.conf ** Changed in: nova Status: Confirmed => Invalid -- 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/b

[Yahoo-eng-team] [Bug 1100646] Re: VM launching fails when multiple --nic options with v4-fixed-ip are specified

2013-07-30 Thread Jian Wen
*** This bug is a duplicate of bug 1154093 *** https://bugs.launchpad.net/bugs/1154093 fixed in bug 1154093 ** Changed in: nova Status: In Progress => Fix Released ** This bug has been marked a duplicate of bug 1154093 vm with multiples user-defined fixed-ips not supported by quant

[Yahoo-eng-team] [Bug 1200585] Re: floatingip-create doesn't check if tenant_id exists or enabled

2013-07-24 Thread Jian Wen
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1200585 Title: floatingip-create doesn't check if tenant_id exists or enabled

[Yahoo-eng-team] [Bug 1204371] [NEW] admin is able to create/update resource for not existing tenants

2013-07-23 Thread Jian Wen
*** This bug is a duplicate of bug 1200585 *** https://bugs.launchpad.net/bugs/1200585 Public bug reported: how to reproduce: use admin account to create a network for a not existing tenant jian@jian-vostro:~/devstack$ quantum net-create --tenant-id 0 test-net Created a new network: +--

[Yahoo-eng-team] [Bug 1046659] Re: nova-scheduler throws invalid instance id on resize

2013-02-16 Thread Jian Wen
** Changed in: nova Status: Triaged => Fix Released -- 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/1046659 Title: nova-scheduler throws invalid instance id on res

[Yahoo-eng-team] [Bug 865629] Re: Bridge and rules are not (re)created properly when the compute node restarts

2013-02-04 Thread Jian Wen
*** This bug is a duplicate of bug 1083784 *** https://bugs.launchpad.net/bugs/1083784 ** This bug has been marked a duplicate of bug 1083784 plug_vifs() not called for each instance when nova compute is started -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 865629] Re: Bridge and rules are not (re)created properly when the compute node restarts

2013-02-04 Thread Jian Wen
https://review.openstack.org/#/q/I4b367deb6851c06c80a4bdf0bd806cf5e867bb0a,n,z grizzly-2 was released on 2013-01-11 ** Changed in: nova Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Open