[Yahoo-eng-team] [Bug 1779978] [NEW] [fwaas] FWaaS instance stuck in PENDING_CREATE when devstack enable fwaas-v1

2018-07-03 Thread Rui Chen
Public bug reported: When we deploy OpenStack by using devstack and enable FW v1 in local.conf "enable_service neutron-fwaas-v1", deploying process is successful, but when we create FW instance, instance will stuck in "PENDING_CREATE" status forever, I found a related bug https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1680363] [NEW] Raise Unexpected API Error when get console log from stopped instance

2017-04-06 Thread Rui Chen
Public bug reported: (openstack) console log show chenrui_vm Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. (HTTP 500) (Request-ID: req-26d4eed4-316f-4d3c-9d2f-040f855ee940) (openstack) server list +--

[Yahoo-eng-team] [Bug 1204956] Re: Read-only API for default quotas

2016-07-06 Thread Rui Chen
Assignee: (unassigned) => Rui Chen (kiwik-chenrui) ** Changed in: python-openstackclient Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1496334] [NEW] Nova-compute launch slowly because lots of instances is init one by one

2015-09-16 Thread Rui Chen
issue. ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1495400] [NEW] list instance details caused host CPU overload if each one instance had lots of instance faults

2015-09-14 Thread Rui Chen
nly return the latest one in InstanceList object(all results loop), I think we should return the latest fault of each instance in db api, that can avoid an all results loop in InstanceList object. ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) S

[Yahoo-eng-team] [Bug 1492716] [NEW] Can't do image-create for suspended instance booted from volume

2015-09-06 Thread Rui Chen
58a-4b33-b6a4-e9e998925389 while it is in vm_state suspended (HTTP 409) (Request-ID: req-5a6fb7e6-ea12-4e72-98f5-ff792fc60d48) ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: nova Assignee: (unassigned) => Rui Chen (k

[Yahoo-eng-team] [Bug 1491222] [NEW] Booting instance cause infinite recursion in the case of enough user quota and unlimited project quota

2015-09-01 Thread Rui Chen
to 1 (current usage 0) $ nova quota-update --user $tenantUser --instances 1 $tenant #Step 3: boot instance $ nova boot --image cirros-0.3.2-x86_64-disk --nic net-id=84140e3f-f20d-4ec5-9eac-d455dba7c569 --flavor m1.tiny chenrui_vm ERROR (ClientException): The server has either erred or is incapable of pe

[Yahoo-eng-team] [Bug 1486435] [NEW] Inconsistent database indexes exist in mysql and other databases

2015-08-19 Thread Rui Chen
Public bug reported: A lot of database indexes are created for mysql in db migrating file 216_havana.py (see mysql_pre_indexes), and the part of indexes are added in 271_sqlite_postgresql_indexes.py in order to keep the consistence between mysql and other databases, but it still exists some differ

[Yahoo-eng-team] [Bug 1483104] [NEW] VMware: host-describe only return the result of one VC cluster when we map one nova-compute to multiple VC cluster

2015-08-09 Thread Rui Chen
Public bug reported: We use nova vCenter driver, and config one nova-compute to manage two VC clusters, like this: CONF.vmware.cluster_name = ClusterA, ClusterB when we use 'nova host-describe' to get statistical information of the nova-compute host, it only return the result of one VC cluster.

[Yahoo-eng-team] [Bug 1482019] [NEW] resource leak when launching pci instance on host that don't have enough pci resources

2015-08-05 Thread Rui Chen
Public bug reported: I specify a host to boot instance with pci request, but the host didn't have pci devices. like below: nova boot --image cirros-0.3.2-x86_64-disk --nic net- id=d9eee163-f148-4244-92c5-ffda7d9db06a --flavor chenrui_f --availability ::devstack chenrui_pci A exception would be

[Yahoo-eng-team] [Bug 1480029] [NEW] lack index of instance_system_metadata.instance_uuid in pgsql

2015-07-30 Thread Rui Chen
e: $ git log -1 commit a8dd5722035784847fd7f7a915628d5feaaf5ff9 Merge: a74f07a 990ef48 Author: Jenkins Date: Thu Jul 30 21:36:10 2015 + Merge "Add DiskNotFound and VolumeNotFound test" ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui)

[Yahoo-eng-team] [Bug 1469942] [NEW] Error message of quota exceeded don't contain enough information

2015-06-29 Thread Rui Chen
q-2bba2e1b-da00-477a-94e8-01eee8e17401) As a End user, he should get the full information from the exception message, he don't know the ram limit detail, so he has no idea which flavor can be used to boot instance successfully. ** Affects: nova Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1467791] Re: Specific ipv4 subnet to create port and return port contains ipv4 and ipv6 address

2015-06-26 Thread Rui Chen
** Changed in: neutron Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1467791 Title: Specific ipv4 subnet to create port and return port contains ipv4

[Yahoo-eng-team] [Bug 1466390] [NEW] server group can be shown and deleted by not owner tenant

2015-06-18 Thread Rui Chen
Policies | Members | Metadata | ++--+--+-+--+ ++--+--+-+--+ Expected result: * can't be shown and deleted by demo project Actual result: * can be shown and deleted by demo project ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1459496] [NEW] task_state is not 'None' when vm stay in 'ERROR' state

2015-05-27 Thread Rui Chen
s only 1 fixed ip in the subnet. neutron subnet-create --allocation-pool start=100.100.1.5,end=100.100.1.5 ecf5d5d3-6198-4c95-84d4-db633fb09526 100.100.1.1/24 * boot a instance with the network_id. Expected result: * booting failed, instance is 'ERROR' state and task_state is '

[Yahoo-eng-team] [Bug 1448844] [NEW] Unit issue of CONF.libvirt.live_migration_bandwidth in option description

2015-04-26 Thread Rui Chen
in libvirt doc: http://www.libvirt.org/html/libvirt-libvirt-domain.html#virDomainMigrateToURI2 Code version: stack@devstack:/opt/stack/nova$ [master]$ git log -1 commit dde1c1e175d35e1a39708f75409ce80e8ff75020 Merge: 42b6cfe 3f3f9bf ** Affects: nova Importance: Undecided Assignee: Rui

[Yahoo-eng-team] [Bug 1435198] [NEW] Failed to stop intance when nova-compute init host

2015-03-23 Thread Rui Chen
Public bug reported: The admin context is used when nova-compute init host, the instance with task_states.POWERING_OFF would been stopped, but the method decorators @wrap_instance_event would try to query the InstanceAction record by request_id in admin context and instance_uuid, because the reque

[Yahoo-eng-team] [Bug 1425859] [NEW] resize-revert broken anti-affinity policy of server group

2015-02-26 Thread Rui Chen
/migrating instance should been add into server group hosts in order to impact on the schedule of other instance with same server group. ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Tags: compute ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1420662] [NEW] VMware: InstanceList.get_by_host raise rpc timeout error

2015-02-11 Thread Rui Chen
s and 10,000 powered on VMs. ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Tags: vmware ** Changed in: nova Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1419677] [NEW] NoneType Error was raised when booting a dedicated cpu instance on libvirt1.2.2

2015-02-09 Thread Rui Chen
eployment info: stack@openstack:~$ $ virsh version Compiled against library: libvirt 1.2.2 Using library: libvirt 1.2.2 Using API: QEMU 1.2.2 Running hypervisor: QEMU 2.0.0 ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Tags: libvirt *

[Yahoo-eng-team] [Bug 1415768] [NEW] the pci deivce assigned to instance is inconsistent with DB record when restarting nova-compute

2015-01-29 Thread Rui Chen
d Assignee: Rui Chen (kiwik-chenrui) Status: New ** Tags: compute ** Changed in: nova Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Com

[Yahoo-eng-team] [Bug 1412663] [NEW] Wrong usage of large pages on source compute node during resizing instance

2015-01-19 Thread Rui Chen
update the usage of large pages for resize/migration instance. See details: ResourceTracker._update_usage_from_migration flavors.extract_flavor flavors.save_flavor_info ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1410706] [NEW] Nova-compute can't start after DB downgrade from juno to havana

2015-01-14 Thread Rui Chen
d': 0, 'created_at': datetime.datetime(2014, 12, 29, 7, 37, 18, 211288), 'updated_at': None, 'value': 1, 'compute_node_id': 1, 'key': u'num_task_None', 'deleted_at': None} ** Affects: nova Importance: Undecided A

[Yahoo-eng-team] [Bug 1408954] [NEW] nova flavor-create return empty string when swap == 0

2015-01-09 Thread Rui Chen
-01-09 09:36:44 | NULL | NULL | chenrui_f | 9 | 1 | 1 |0 |NULL | 11 | 1 | 1 |0 | 0 | 1 | 0 | +-+++---++---+---+--+--

[Yahoo-eng-team] [Bug 1408949] [NEW] nova flavor-create return empty string when swap == 0

2015-01-09 Thread Rui Chen
Public bug reported: The type of 'swap' is string or int according to 'swap' value in DB. swap == 0, return empty string. swap > 0, return int. The client code is complex when return value of API is not fixed type. On the other hand, the type of 'swap' in the request and response of flavor-create

[Yahoo-eng-team] [Bug 1408951] [NEW] nova flavor-create return empty string when swap == 0

2015-01-09 Thread Rui Chen
Public bug reported: The type of 'swap' is string or int according to 'swap' value in DB. swap == 0, return empty string. swap > 0, return int. The client code is complex when return value of API is not fixed type. On the other hand, the type of 'swap' in the request and response of flavor-create

[Yahoo-eng-team] [Bug 1408950] [NEW] nova flavor-create return empty string when swap == 0

2015-01-09 Thread Rui Chen
Public bug reported: The type of 'swap' is string or int according to 'swap' value in DB. swap == 0, return empty string. swap > 0, return int. The client code is complex when return value of API is not fixed type. On the other hand, the type of 'swap' in the request and response of flavor-create

[Yahoo-eng-team] [Bug 1408859] [NEW] Scheduler didn't release already allocated HostState resources after multiple creating instances fails

2015-01-08 Thread Rui Chen
scheduler cache can't be updated. In this case, the host will not be selected forever. We need to release the host resource when multiple creating instance is failed. ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Description cha

[Yahoo-eng-team] [Bug 1407664] [NEW] Race: instance nw_info cache is updated to empty list because of nova/neutron event mechanism

2015-01-05 Thread Rui Chen
osing thread start to update instance nw_info cache to empty. Face this issue in Juno. I add some breakpoints in order to reproduce this bug in my devstack. ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: nova Ass

[Yahoo-eng-team] [Bug 1383119] [NEW] Disassociate floatingip is successful, but floatingip status is not DOWN in tempest/scenario/test_network_basic_ops.py

2014-10-20 Thread Rui Chen
Public bug reported: Ran into this problem in tempest/scenario/test_network_basic_ops.py 2014-10-20 03:33:21.289 | Traceback (most recent call last): 2014-10-20 03:33:21.289 | File "tempest/test.py", line 113, in wrapper 2014-10-20 03:33:21.289 | return f(self, *func_args, **fun

[Yahoo-eng-team] [Bug 1380544] [NEW] Failed to boot instance with multi-nics in 1 network.

2014-10-13 Thread Rui Chen
/wsgi.py:1175 2014-10-13 16:40:29.677 INFO nova.osapi_compute.wsgi.server [req-c1677f53-711f-4089-8daf-34d716379964 admin admin] 10.250.10.29 "POST /v2/2c88b9cfd06f446d946f3097cb2aa9f7/servers HTTP/1.1" status: 400 len: 314 time: 0.0040460 ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1312164] Re: using as "auto" in "nova volume-attach" command caused attach fail

2014-10-09 Thread Rui Chen
Trace this bug on more clear one https://bugs.launchpad.net/nova/+bug/1379212, mark this as invalid. ** Changed in: nova Assignee: Rui Chen (kiwik-chenrui) => (unassigned) ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1379212] [NEW] Attaching volume to iso instance is failure because of duplicate device name 'hda'.

2014-10-09 Thread Rui Chen
ibvirt error in nova- compute.log. http://paste.openstack.org/show/105144/ ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: nova Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification

[Yahoo-eng-team] [Bug 1363955] [NEW] Broken links in doc/source/devref/filter_scheduler.rst

2014-09-01 Thread Rui Chen
: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: In Progress ** Tags: documentation ** Changed in: nova Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1362073] Re: Wrong string format result in exception can't be record into log in nova.virt.disk.vfs.guestfs.

2014-08-31 Thread Rui Chen
Duplicate with bug https://bugs.launchpad.net/nova/+bug/1352768 Abandon. ** Changed in: nova Status: In Progress => 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.ne

[Yahoo-eng-team] [Bug 1362073] [NEW] Wrong string format result in exception can't be record into log in nova.virt.disk.vfs.guestfs.

2014-08-27 Thread Rui Chen
= record.getMessage() File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: N

[Yahoo-eng-team] [Bug 1283904] [NEW] create_region_with_id with duplicate id raise 500 Internal Server Error

2014-02-23 Thread Rui Chen
e": 500, "title": "Internal Server Error" } } No check duplicate id in catalog kvs driver. New region will override old one in catalog kvs driver. ** Affects: keystone Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status:

[Yahoo-eng-team] [Bug 1280532] [NEW] Detach volume fails with "Unexpected KeyError" in EC2 interface.

2014-02-14 Thread Rui Chen
#x27;volume_metadata': { }, 'snapshot_id': None, 'mountpoint': '', 'id': u'99d118ee-3666-4983-8825-f8c096bccbd1', 'size': 1 } ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1269703] [NEW] list_projects_for_endpoint interface fail with "500 Internal Server Error"

2014-01-16 Thread Rui Chen
erver from fulfilling your request. 'EndpointFilter' object has no attribute 'list_project_endpoints'", "code": 500, "title": "Internal Server Error" } } ** Affects: keystone Importance: Undecided Assignee: Rui Che

[Yahoo-eng-team] [Bug 1269300] [NEW] description is wrong in endpoint filter rst doc

2014-01-15 Thread Rui Chen
/developer/keystone/extensions/endpoint_filter- configuration.html ** Affects: keystone Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: keystone Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification

[Yahoo-eng-team] [Bug 1265408] [NEW] Remove unused code in nova/api/ec2/__init__.py

2014-01-01 Thread Rui Chen
Public bug reported: "result = None" in https://github.com/openstack/nova/blob/master/nova/api/ec2/__init__.py#L546 is unused code, remove it ** Affects: nova Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: nova Assignee: (

[Yahoo-eng-team] [Bug 1264946] [NEW] Remove unused code in contrib/ec2/controllers.py

2013-12-30 Thread Rui Chen
ed code, remove it ** Affects: keystone Importance: Undecided Assignee: Rui Chen (kiwik-chenrui) Status: New ** Changed in: keystone Assignee: (unassigned) => Rui Chen (kiwik-chenrui) -- You received this bug notification because you are a member of Yahoo! Engineering Team