[Yahoo-eng-team] [Bug 1836204] [NEW] The allocation of VGPU has race problem

2019-07-11 Thread Alex Xu
Public bug reported: The vgpu is allocated by this method https://github.com/openstack/nova/blob/8260979b71b29ce2666d37b3adc7c256482aa16d/nova/virt/libvirt/driver.py#L3235 That method list the assigned mdev by listing the libvirt domain. But if there are two concurrent request come to this

[Yahoo-eng-team] [Bug 1834005] [NEW] the network metadata in request spec shouldn't be persistent

2019-06-24 Thread Alex Xu
: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) -- 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 1805969] [NEW] The new pci request in the new flavor isn't parsed when resize instance

2018-11-29 Thread Alex Xu
Public bug reported: Similar to this bug https://bugs.launchpad.net/nova/+bug/1805767 Currently, the resize API doesn't parse the new flavor. It means if the new flavor include different PCI request, it won't be processed. ** Affects: nova Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1805767] [NEW] The new flavor extra specs weren't parsed when resize

2018-11-28 Thread Alex Xu
rpc.server ComputeResourcesUnavailable: Insufficient compute resources: Requested instance NUMA topology cannot fit the given host NUMA topology. The host only has two numa nodes, but the request resizing to three instance numa node still schedule to the host. And the move claim refused the reque

[Yahoo-eng-team] [Bug 1712718] [NEW] Allocations records aren't removed after rescheduling

2017-08-23 Thread Alex Xu
Public bug reported: The allocations records aren't removed from the destination host which failed to boot up the instance, after the instance are rescheduled in another host, the allocation records for the failed host still exists. ** Affects: nova Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1709788] [NEW] AllocationCandidates return duplicated allocation requests when no sharing rp

2017-08-10 Thread Alex Xu
is (computenode1, sharedstorage1), (computenode2, sharedstorage1), (computenode3) and (computenode3), a duplicated (computenodes) returned. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: placement ** Changed in: nova Assignee: (unassigned

[Yahoo-eng-team] [Bug 1708978] [NEW] The traits associations are deleted incorrectly

2017-08-06 Thread Alex Xu
the associations with CUSTOM_TRAIT_A. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1702420] [NEW] The AllocationCandidates.get_by_filters returned wrong combination of AllocationRequests

2017-07-05 Thread Alex Xu
and ss2 ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Tags: placement ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) ** Tags added: placement -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1702304] [NEW] MISC_SHARES_VIA_AGGREGATE not found still show up in the functional test

2017-07-04 Thread Alex Xu
Public bug reported: The trait MISC_SHARES_VIA_AGGREGATE still may not found in the functional test, even after the fix https://review.openstack.org/478564. One of case: http://logs.openstack.org/85/330285/83/check/gate-nova-tox-functional-py35-ubuntu-xenial/94a3627/testr_results.html.gz 29

[Yahoo-eng-team] [Bug 1702275] [NEW] Extra Provider summary returned from AllocationCandidates.get_by_filters

2017-07-04 Thread Alex Xu
/openstack/nova/blob/3863eca0ac5a9437354288de673c831d5dc20f2e/nova/objects/resource_provider.py#L2364 in the code ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Tags: placement ** Changed in: nova Assignee: (unassigned) => Alex

[Yahoo-eng-team] [Bug 1701451] [NEW] some legacy v2 API lose the protection of json-schema

2017-06-30 Thread Alex Xu
/68bbddd8aea8f8b2d671e0d675524a1e568eb773/nova/api/openstack/compute/server_groups.py#L166 Those should be fixed to cover the legacy v2 request, and back-port the fix. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1701211] [NEW] The network related quotas aren't deprecated in quota-class API

2017-06-29 Thread Alex Xu
Public bug reported: The network related quotas are deprecated in the quota-set API since 2.36. (https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/quota_sets.py#L49) But still existed in the quota-class API.

[Yahoo-eng-team] [Bug 1701174] Re: ERROR nova.api, Unexpected API Error

2017-06-29 Thread Alex Xu
This sounds a configuration mistake. ""Access denied for user 'nova'@'%' to database 'nova_api_cell0'" ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1306381] Re: A new agent should be represented as "id"

2017-05-16 Thread Alex Xu
This needs to change the API response, so we need bump a new microversion. And we need a nova-spec for this kind of API change. But this is very low priority ** Changed in: nova Status: In Progress => Confirmed ** Changed in: nova Importance: Low => Wishlist ** Changed in: nova

[Yahoo-eng-team] [Bug 1579876] Re: os-resetState should return a 204 rather than a 202

2017-05-16 Thread Alex Xu
** Changed in: nova Status: Triaged => Opinion ** Changed in: nova Importance: Low => Wishlist -- 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/1579876 Title:

[Yahoo-eng-team] [Bug 1609039] Re: Should not be able to sort instances based on joined tables

2017-05-16 Thread Alex Xu
This already fixed by this feature patch https://review.openstack.org/#/c/415142/ ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1683752] [NEW] Evacuate API loses the json-schema validation in 2.13

2017-04-18 Thread Alex Xu
(evacuate.evacuate, "2.1", "2.12") @validation.schema(evacuate.evacuate_v214, "2.14") def _evacuate(self, req, id, body): ... The is a gap between two validation.schema decorator. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) St

[Yahoo-eng-team] [Bug 1655833] Re: The error response for placement API doesn't work with i18n

2017-01-12 Thread Alex Xu
I think I understand that wrong after some testing. Probably _() return unicode also, so that shouldn't be a problem. Maybe exc.format_message() is really a old thing. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1655833] [NEW] The error response for placement API doesn't work with i18n

2017-01-11 Thread Alex Xu
Public bug reported: In most of placement API code, we just put the exception into the error message like this https://github.com/openstack/nova/blob/d57ce1dda839865c8060458760fa27dbbd7e2aee/nova/api/openstack/placement/handlers/resource_class.py#L108 This is equal to str(exc). This won't works

[Yahoo-eng-team] [Bug 1653899] [NEW] The 500 returns for invalid regex in the pattern match query parameters

2017-01-03 Thread Alex Xu
Public bug reported: We have a lot of filters are pattern match. There is list for exact match https://github.com/openstack/nova/blob/df2fd4a252cecc1e1ef471c071e57526ddf65499/nova/db/sqlalchemy/api.py#L2221 Out of that list will be pattern match

[Yahoo-eng-team] [Bug 1652719] [NEW] The JSON-Schema of string integer can't handle the case of empty string

2016-12-26 Thread Alex Xu
3. networks 4. tenant_networks ** Affects: nova Importance: Medium Assignee: Alex Xu (xuhj) Status: In Progress ** Project changed: ironic => nova ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) ** Changed in: nova Status: New => Confirmed *

[Yahoo-eng-team] [Bug 1646357] [NEW] When unsupported microversion requested, a microversion header returned with unsupported version

2016-11-30 Thread Alex Xu
application/json; charset=UTF-8 Content-Length: 123 X-Compute-Request-Id: req-1d511dd3-6882-443f-979b-e0812bd84f57 Date: Thu, 01 Dec 2016 05:59:58 GMT That looks like strange. We can remove that header when 406 returned. ** Affects: nova Importance: Low Assignee: Alex Xu (xuhj)

[Yahoo-eng-team] [Bug 1646122] [NEW] Dump all the instances from the db without paging when filter with ip and ip6 in server list

2016-11-30 Thread Alex Xu
Public bug reported: The filtering of ip and ip6 is done in the python. https://github.com/openstack/nova/blob/3cd2005523dc83b1cadc956c4f86385766aaf679/nova/compute/api.py#L2434 So all the instances dump from the db without paging

[Yahoo-eng-team] [Bug 1633337] [NEW] There is no event send out when floating updated

2016-10-14 Thread Alex Xu
floatingip'. There is no '_'. Due to this different name for the resource, there is no event send out when floating ip updated. ** Affects: neutron Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: neutron Assignee: (unassigned) => Alex Xu (xuhj) --

[Yahoo-eng-team] [Bug 1628875] [NEW] Missing rollback logic when image creating for volume based instance

2016-09-29 Thread Alex Xu
of volume snapshot and the number of image metadata, so there have a chance to failed on quota. But the code won't rollbacked already created volume snapshot. ** Affects: nova Importance: Medium Assignee: Alex Xu (xuhj) Status: Confirmed ** Description changed: - In the code

[Yahoo-eng-team] [Bug 1626534] [NEW] request unsupport method to Placement API 500 returned

2016-09-22 Thread Alex Xu
sponse(status, headers, exc_info) TypeError: expected byte string object, value of type unicode found This is due to the we have unicode in the response headers, in this case the allow headers is unicode. This is same as https://groups.google.com/forum/?fromgroups=#!topic/modwsgi/HvD3TJbUkTc

[Yahoo-eng-team] [Bug 1622831] [NEW] The allocation record can't be removed after migration/failure

2016-09-12 Thread Alex Xu
, the allocation record won't be cleanup. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: Invalid ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) ** Changed in: nova Status: New => Invalid -- You received this bug notification b

[Yahoo-eng-team] [Bug 1621709] [NEW] There is no allocation record for migration action

2016-09-08 Thread Alex Xu
Public bug reported: In the current RT, the migration case was consider as resource consuming. But we didn't update any allocation record to Placement API. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: placement ** Changed in: nova

[Yahoo-eng-team] [Bug 1621437] [NEW] Add Allocations record failed in the startup of compute node

2016-09-08 Thread Alex Xu
of available resource update. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1614578] [NEW] Image Metadata API wasn't deprecated after 2.35

2016-08-18 Thread Alex Xu
Public bug reported: The image API already was deprecated after 2.35, due to it is proxy API to glance. But the sub-resource image-metadata of image was forgotten to deprecate. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1606740] [NEW] The schema of quota's update isn't include networks quota

2016-07-26 Thread Alex Xu
Public bug reported: The network work quota is configurable https://github.com/openstack/nova/blob/master/nova/conf/api.py#L307 But we forget enable network quota in the quota's update json-schema. ** Affects: nova Importance: High Assignee: Alex Xu (xuhj) Status: New

[Yahoo-eng-team] [Bug 1555656] [NEW] None value allowed for port parameter in legacy v2 API, but not allowed in v2.1 API

2016-03-10 Thread Alex Xu
: "Invalid input for field/attribute port. Value: None. None is not a 'uuid'", "code": 400}} This is due to we write json-schema like this: 'port': { 'type': ['string', 'null'], format': 'uuid' }, We assume 'type' will enable 'null' value and 'format' only

[Yahoo-eng-team] [Bug 1554059] [NEW] Cleanup the usage of deprecated CONF.network_api_class in hyper-v driver

2016-03-07 Thread Alex Xu
Public bug reported: As we already deprecated network_api_class config option in this series patches https://review.openstack.org/#/q/topic:deprecate_managers But in hyper-v driver, there still have a reference to the network_api_class config option. We should cleanup it. ** Affects: nova

[Yahoo-eng-team] [Bug 1553144] [NEW] When some instance aren't deleted correctly and libvirt still keep the domain for the instance, the resource tracker will failed to update available resource

2016-03-04 Thread Alex Xu
ompute.manager KeyError: '49505c88-b38a-4100-ab56-97958b48b533' 2016-03-04 10:58:28.143 TRACE nova.compute.manager The available resource won't get update until periodic_task '_cleanup_running_deleted_instances' if running_deleted_instance_action is 'reap' ** Affects: nova Importance

[Yahoo-eng-team] [Bug 1553050] [NEW] There is no instance-action reported by force live migration API

2016-03-03 Thread Alex Xu
. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: live-migration ** Changed in: nova Assignee: (unassigned) => Alex Xu (xuhj) ** Tags added: live-migration -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1512250] Re: nova api crashes on floating ip creation

2015-12-01 Thread Alex Xu
*** This bug is a duplicate of bug 1513879 *** https://bugs.launchpad.net/bugs/1513879 ** This bug is no longer a duplicate of bug 1488537 Lack of graceful handling of 404 error from neutron ** This bug has been marked a duplicate of bug 1513879 NeutronClientException: 404 Not Found --

[Yahoo-eng-team] [Bug 1500289] [NEW] Booting instance failed with Kilo stable compute node and liberty controller

2015-09-27 Thread Alex Xu
ype_memory_mb' 2015-09-27 02:21:23.340 TRACE oslo_messaging.rpc.dispatcher This is due to https://github.com/openstack/nova/blob/master/nova/scheduler/utils.py#L59 didn't return True anymore, because the kilo node renturn InstanceV1, not InstanceV2. ** Affects: nova

[Yahoo-eng-team] [Bug 1495388] [NEW] The instance hostname didn't match the RFC 952 and 1123's definition

2015-09-14 Thread Alex Xu
Public bug reported: The instance hostname is convert from instance's name. There is method used to do that https://github.com/openstack/nova/blob/master/nova/utils.py#L774 But looks like this method didn't match all the cases described in the RFC For example, if the host name just one

[Yahoo-eng-team] [Bug 1494125] [NEW] When post an unkown external event to nova api, it will return 500

2015-09-09 Thread Alex Xu
/279c2b0a015b67c5195ab028eeab15b00a94e5ee/nova/api/openstack/compute/schemas/server_external_events.py#L29 It leads to return 500. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1462901] [NEW] Remove v3 and plugins from nova code tree

2015-06-08 Thread Alex Xu
Public bug reported: As we already released the V2.1 API, but all the V2.1 API code still under a old directory (nova/api/openstack/compute/plugins/v3) with 'v3' word. The 'v3' isn't existed anymore, we plan to remove it in the Liberty. ** Affects: nova Importance: Medium Status:

[Yahoo-eng-team] [Bug 1445335] Re: create/delete flavor permissions should be controlled by policy.json

2015-04-21 Thread Alex Xu
Yes, this isn't cause security vulnerability. We just add hard- permission checks in the v2 API, that make the flavor api is unconfiguable by policy.json. We just need remove the hard-code permission checks. ** Changed in: ossa Status: Incomplete = Invalid ** Tags removed: security --

[Yahoo-eng-team] [Bug 1444745] [NEW] Add RPC version alias for conductor and scheduler in kilo

2015-04-15 Thread Alex Xu
Public bug reported: The rpc version alias need to be updated for conductor and scheduler. Those alias is needed for rolling upgrade ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: kilo-rc-potential ** Summary changed: - Add RPC version

[Yahoo-eng-team] [Bug 1444747] [NEW] add rpc version alias for compute task rpc api

2015-04-15 Thread Alex Xu
Public bug reported: There isn't rpc alias for compute task api. If there is any change for the compute task api, we need provide version cap for it to enable rolling upgrade ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1443494] [NEW] Return supported micro-version by http headers when request with invalid micro-version

2015-04-13 Thread Alex Xu
for get supported version. we can return supported version by http headers when the request failed. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) ** Changed in: nova Status

[Yahoo-eng-team] [Bug 1438480] [NEW] missing json-schema for fixed-ips

2015-03-30 Thread Alex Xu
Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- 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/1438480

[Yahoo-eng-team] [Bug 1436823] [NEW] cpu pinning request was ignored

2015-03-26 Thread Alex Xu
/master/nova/virt/hardware.py#L1150. That leads to the cpu_pinning just ignored. ** Affects: nova Importance: High Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) ** Changed in: nova Milestone: None = kilo-rc1

[Yahoo-eng-team] [Bug 1435327] [NEW] api unittest failed with policy config in '/etc/nova/policy.d'

2015-03-23 Thread Alex Xu
to be performed. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1435390] [NEW] Missing some default policy rules for server actions

2015-03-23 Thread Alex Xu
Public bug reported: In this patch https://review.openstack.org/#/c/149931/8/etc/nova/policy.json add some rules for servers' actions. But those rule's default rule finally missing in the policy.d/00-os- compute-api.json ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj

[Yahoo-eng-team] [Bug 1429492] Re: When host_manager sync the aggregates into host_state obj by iterate aggregates set in host_aggregates_map may trigger Runtime error

2015-03-22 Thread Alex Xu
After rethinking: host_state.aggregates = [self.aggs_by_id[agg_id] for agg_id in self.host_aggregates_map[ host_state.host]] is a single line loop, with eventlet this won't be changed at concurrent. ** Changed in:

[Yahoo-eng-team] [Bug 1432455] [NEW] non-admin user can't add new fixed ip to the VM by os-multinic api

2015-03-15 Thread Alex Xu
oslo_messaging.rpc.dispatcher AdminRequired: User does not have admin privileges ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1432101] [NEW] non-admin user can't create network by os-tenant-network with nova-network vlanmanager

2015-03-13 Thread Alex Xu
nova.api.openstack.compute.contrib.os_tenant_networks 2015-03-14 12:25:45.225 TRACE nova.api.openstack.compute.contrib.os_tenant_networks 2015-03-14 12:25:45.225 TRACE nova.api.openstack.compute.contrib.os_tenant_networks ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New

[Yahoo-eng-team] [Bug 1432100] [NEW] non-admin user can delete a network without any project assoicate with nova-network's Vlan manager

2015-03-13 Thread Alex Xu
| Label | CIDR | ++---+--+ ++---+--+ alex@hp-pc:~/code/devstack$ nova tenant-network-delete e6b5a972-be01-4f54-acfb-eae53ae67cec ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1429492] [NEW] When host_manager sync the aggregates into host_state obj by iterate aggregates set in host_aggregates_map may trigger Runtime error

2015-03-07 Thread Alex Xu
: 4 s.add(5) 5 RuntimeError: Set changed size during iteration ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1420102] [NEW] Periodic task for quota reservations expire should move out from scheduler

2015-02-09 Thread Alex Xu
: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova

[Yahoo-eng-team] [Bug 1418021] [NEW] Unittest 'test_migrate_flavor_on_save_when_not_loaded_on_get' failed

2015-02-04 Thread Alex Xu
Public bug reported: 'test_migrate_flavor_on_save_when_not_loaded_on_get' failed in unrelated patch: https://review.openstack.org/#/c/143393/ http://logs.openstack.org/93/143393/26/check/gate-nova- python27/8db71fa/testr_results.html.gz ft1.6714:

[Yahoo-eng-team] [Bug 1418298] [NEW] After service deleted, then corresponding compute-node can't restart again

2015-02-04 Thread Alex Xu
], pinned_cpus: [], siblings: [[0, 1], [6, 7], [2, 4], [3, 5]], memory: 7920, mempages: [], id: 0}, nova_object.namespace: nova}]}, nova_object.namespace: nova}\')\n']. 2015-02-05 11:09:03.302 TRACE nova.openstack.common.threadgroup ** Affects: nova Importance: High Assignee: Alex Xu (xuhj

[Yahoo-eng-team] [Bug 1402522] [NEW] Rebuild won't scheduling instance to another host even the orignal host didn't satisfy the resource requirement

2014-12-14 Thread Alex Xu
should try to schedule instance to another host if the orignal host doesn't satisfy the resource requirement. But the original host should be the first choice. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1400016] [NEW] fix race for instance group when live_migrate, evacuate, unshelve

2014-12-06 Thread Alex Xu
Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- 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/1400016

[Yahoo-eng-team] [Bug 1400015] [NEW] Enable rescheduling for live_migrate, unshelve, evacuate

2014-12-06 Thread Alex Xu
Public bug reported: Currently only build instance support rescheduling. We should support rescheduling for any migration(live_migration, unshelve, evacuate) also. There also need resource claim for any migration. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj

[Yahoo-eng-team] [Bug 1398686] [NEW] Some volume api related policy rule is not used by any code

2014-12-02 Thread Alex Xu
: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- 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

[Yahoo-eng-team] [Bug 1397153] [NEW] instance stuck at migrating state when some unexpected error happened

2014-11-27 Thread Alex Xu
: migrating and return 400 to user. This is confuse for user. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1394219] [NEW] Failed to deploy new instance that server group on failed host

2014-11-19 Thread Alex Xu
. This is also for after we honors the server group when evacuate, if the instance is in server group with affinity can't be evacuated. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj

[Yahoo-eng-team] [Bug 1389933] [NEW] cell create api failed with string number

2014-11-05 Thread Alex Xu
Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https

[Yahoo-eng-team] [Bug 1357055] Re: Race to delete shared subnet in Tempest neutron full jobs

2014-10-15 Thread Alex Xu
As I and Salvatore get same conclusions. This isn't bug neutron and nova. It should be tempest bug. I removed nova from affected projects. ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1380513] [NEW] Numa related exception didn't process by v2.1 api

2014-10-13 Thread Alex Xu
Public bug reported: Numa related exception process by v2 api: https://github.com/openstack/nova/blob/2014.2.rc2/nova/api/openstack/compute/servers.py#L996 But it isn't processed by v2.1 api. ** Affects: nova Importance: Low Assignee: Alex Xu (xuhj) Status: In Progress

[Yahoo-eng-team] [Bug 1380456] [NEW] Use 400 instead of 422 for security_groups v2 API

2014-10-12 Thread Alex Xu
** Affects: nova Importance: Low Assignee: Alex Xu (xuhj) Status: Triaged ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) ** Changed in: nova Importance: Undecided = Low ** Changed in: nova Status: New = Triaged -- You received this bug notification

[Yahoo-eng-team] [Bug 1377621] [NEW] live migration instance from icehouse node to juno node failed

2014-10-05 Thread Alex Xu
Endpoint does not support RPC version 3.32 ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1377621] Re: live migration instance from icehouse node to juno node failed

2014-10-05 Thread Alex Xu
This test with right way, this bug is invalid ** 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/1377621 Title: live

[Yahoo-eng-team] [Bug 1377644] [NEW] Instance stuck at migrating status when live migrate between icehouse node and juno node

2014-10-05 Thread Alex Xu
Public bug reported: When live migrate instance between icehouse node to juno node, the nova client is stuck at call: REQ: curl -i 'http://cloudcontroller:8774/v2/e4c500071fe448989c86563b7c685a47/servers/be356982-71d3-46db-9964-a72f90cfed2d/action' -X POST -H Accept: application/json -H

[Yahoo-eng-team] [Bug 1377447] [NEW] pci_request_id break the upgrade from icehouse to Juno

2014-10-04 Thread Alex Xu
nova.compute.manager [instance: c643eff5-ffd0-4eea-98a0-bce55108b0a4] ValueError: too many values to unpack ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug

[Yahoo-eng-team] [Bug 1377446] [NEW] pci_request_id break the upgrade from icehouse to Juno

2014-10-04 Thread Alex Xu
Public bug reported: Commit a8a5d44c8aca218f00649232c2b8a46aee59b77e change the request_network parameter. It add pci_request_id for each item. Old code only accept three item: https://github.com/openstack/nova/blob/2014.1/nova/network/neutronv2/api.py#L237 for network_id, fixed_ip,

[Yahoo-eng-team] [Bug 1357055] Re: Race to delete shared subnet in Tempest neutron full jobs

2014-09-30 Thread Alex Xu
yea, one more case. I didn't the root cause. But put my analyze at here. The analyze base on this: http://logs.openstack.org/71/125171/2/gate/gate-tempest-dsvm-neutron-full/62dd074/console.html The subnet is deleted at:

[Yahoo-eng-team] [Bug 1374902] [NEW] missing vcpupin elements in cputune for numa case

2014-09-27 Thread Alex Xu
' cpuset='0-7,16-23'/ vcpupin vcpu='6' cpuset='0-7,16-23'/ vcpupin vcpu='7' cpuset='8-15,24-31'/ /cputune ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug

[Yahoo-eng-team] [Bug 1373761] [NEW] Better error message for attach/detach interface failed

2014-09-25 Thread Alex Xu
Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https

[Yahoo-eng-team] [Bug 1373230] [NEW] start/stop instance in EC2 API shouldn't return active/stopped status immediately

2014-09-23 Thread Alex Xu
: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: api ** Tags added: api ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova

[Yahoo-eng-team] [Bug 1361183] Re: Shouldn't pass instance.uuid when call _set_instance_error_state

2014-09-16 Thread Alex Xu
** 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.net/bugs/1361183 Title: Shouldn't pass instance.uuid when call

[Yahoo-eng-team] [Bug 1362471] [NEW] Can not delete flavor extraspec both for v2/v3 api

2014-08-28 Thread Alex Xu
: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- 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/1362471 Title

[Yahoo-eng-team] [Bug 1361183] [NEW] Shouldn't pass instance.uuid when call _set_instance_error_state

2014-08-25 Thread Alex Xu
oslo.messaging.rpc.dispatcher TypeError: string indices must be integers, not str ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: Triaged ** Changed in: nova Status: New = Triaged ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj

[Yahoo-eng-team] [Bug 1352668] [NEW] After archive db the instance with deleted flavor failed

2014-08-04 Thread Alex Xu
(flavor_id=id) And there are also some bug for python-novaclient. os@os2:~$ nova rebuild vm1 da82a342-aeac-407a-bf9d-cf28bf68dc6b ERROR (CommandError): No flavor with a name or ID of '333' exists. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed

[Yahoo-eng-team] [Bug 1350704] [NEW] The floating ip should be removed after shelve offload instance

2014-07-31 Thread Alex Xu
. produce as below: 1. nova boot vm1 2. iptables -t nat -L -n check the floating ip rules for vm1 3. nova shelve vm1 4. waiting for vm1 shelve offload 6. running iptables again, found the floating ip rules still existed. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj

[Yahoo-eng-team] [Bug 1349226] Re: Attach interface API shouldn't accept empty dict

2014-07-28 Thread Alex Xu
Think of this may make sense for attach interface with empty dict if neutron only have one network. ** 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

[Yahoo-eng-team] [Bug 1349226] [NEW] Attach interface API shouldn't accept empty dict

2014-07-27 Thread Alex Xu
Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Tags: api ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) ** Tags added: api -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1347355] [NEW] Extra image metadata didn't assgin to volume based instance snapshot image

2014-07-22 Thread Alex Xu
| +-+--+ ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: api ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) ** Tags added: api -- You received

[Yahoo-eng-team] [Bug 1343778] [NEW] V3 servers core API missing decorator expected_errors

2014-07-17 Thread Alex Xu
Public bug reported: Most of v3 servers core API missing decorator expected_errors. All the v3 api should be under the protection of expected_errors ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Tags: api ** Changed in: nova

[Yahoo-eng-team] [Bug 1341459] [NEW] block device isn't resized after swap to larger volume

2014-07-14 Thread Alex Xu
Public bug reported: libvirt support swap volume. But if the new volume is larger than the old one, the block device isn't resized. The instance can't see the extra space. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Tags: libvirt

[Yahoo-eng-team] [Bug 1341498] [NEW] Port still existed after attach interface failed

2014-07-14 Thread Alex Xu
| +---+--+ Actually the port isn't attach to instance. The port should be deleted after attach interface failed. ** Affects: nova Importance: Low Assignee: Alex Xu

[Yahoo-eng-team] [Bug 1341919] [NEW] Aggreate's update need validate for metadata

2014-07-14 Thread Alex Xu
Public bug reported: This patch https://review.openstack.org/#/c/79529/17 tightened the input validation of set_metadata action. But user also can use aggreate's update for metadata, but there isn't any input validation for metadata in update action. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1340473] [NEW] dhcp agent create broken network namespace

2014-07-10 Thread Alex Xu
Public bug reported: Running dhcp agent, get error as below: 2014-07-10 23:18:41.932 ERROR neutron.agent.dhcp_agent [-] Unable to enable dhcp for 72cad723-3ce1-402b-ac4b-746274cbad9d. 2014-07-10 23:18:41.932 TRACE neutron.agent.dhcp_agent Traceback (most recent call last): 2014-07-10

[Yahoo-eng-team] [Bug 1336677] [NEW] nova.tests.db.test_db_api.SecurityGroupTestCase.test_security_group_get_no_instances failed in python2.7 unittest

2014-07-02 Thread Alex Xu
Public bug reported: http://logs.openstack.org/36/98036/6/check/gate-nova- python27/3e5ee07/testr_results.html.gz ft1.5430: nova.tests.db.test_db_api.SecurityGroupTestCase.test_security_group_get_no_instances_StringException: Empty attachments: stdout pythonlogging:'': {{{ ERROR

[Yahoo-eng-team] [Bug 1333494] [NEW] os-agents api update return string that is different with index return integer

2014-06-23 Thread Alex Xu
api feature exposed by microversion ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1330431] [NEW] wrong lock name when operating instance events

2014-06-16 Thread Alex Xu
for pop_instance_event and clear_events_for_instance ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1327124] [NEW] Instance stuck at spawning status after rescheduling

2014-06-06 Thread Alex Xu
binding at os3 host. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1326207] [NEW] infinitely reschedule instance when boot instance failed

2014-06-03 Thread Alex Xu
: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- 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

[Yahoo-eng-team] [Bug 1306922] [NEW] binding:host_id isn't updated after unshelve instance

2014-04-12 Thread Alex Xu
| - | binding:host_id | xuhj-c2 | ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1299331] [NEW] There isn't effect when attach/detach interface for paused instance

2014-03-28 Thread Alex Xu
$ ifconfig|grep tap0ad6a86e-d9 tap0ad6a86e-d9 Link encap:Ethernet HWaddr fe:16:3e:3a:3e:5a And login into instance, exec 'ifconfig', it will found the interface still attach to the instance ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags

[Yahoo-eng-team] [Bug 1299333] [NEW] Unable attach/detach interface for shelve offloaded instance

2014-03-28 Thread Alex Xu
-03-29 12:06:07.377 TRACE nova.api.openstack NovaException: Unable to find host for Instance 543d9625-2523-4a7f-af47-50c8e6b44981 2014-03-29 12:06:07.377 TRACE nova.api.openstack ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1298381] [NEW] delete shelve offloaded instance should delete attached port

2014-03-27 Thread Alex Xu
| ++--+++-+--+ ++--+++-+--+ ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1291246] [NEW] race problem when checking expected_task_state in instance updating

2014-03-12 Thread Alex Xu
: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova Assignee: (unassigned) = Alex Xu (xuhj) -- 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

[Yahoo-eng-team] [Bug 1281463] [NEW] Disable auto allocate network for v3 api

2014-02-18 Thread Alex Xu
Public bug reported: This bug is register for skip some tempest test for nova v3 blueprint. Because skip_because only support bug number. The patch is here https://review.openstack.org/#/c/73000/1 The related blueprint: https://blueprints.launchpad.net/openstack/?searchtext=v3-api-core If this

[Yahoo-eng-team] [Bug 1281462] [NEW] Disable auto allocate network for v3 api

2014-02-18 Thread Alex Xu
If this is wrong way...please let me know. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: api ** Tags added: api -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

  1   2   >