[Yahoo-eng-team] [Bug 1484992] Re: Converting image from qcow2 to raw is slow for images with large virtual size

2019-03-15 Thread Eli Qiao
This is already fixed by this commit I2c3df909a783e1480d3ab4ca10b34b84ac9e4b5f ** Changed in: nova Status: In Progress => 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 1620445] [NEW] Correct Correct PERF_EVENTS_CPU_FLAG_MAPPING due to libvirt changes

2016-09-05 Thread Eli Qiao
Public bug reported: Libvirt 2.0.0 has merge cpu_map.xml: add cmt/mbm feature to x86 (Qiaowei Ren), but the capabilities are: Need to adopt this in nova code. ** Affects: nova Importance: Medium Assignee: Eli Qiao (taget-9) Status: Confirmed ** Changed in: nova

[Yahoo-eng-team] [Bug 1599377] [NEW] nova should raise http 409 instead of 500 when get a error instance diagnostics

2016-07-06 Thread Eli Qiao
Public bug reported: When retrieving server diagnostics, nova should raise 409 instead of 500 in case the instance has no host yet. ** Affects: nova Importance: Low Assignee: Eli Qiao (taget-9) Status: In Progress ** Tags: api ** Changed in: nova Assignee: (unassigned

[Yahoo-eng-team] [Bug 1597963] [NEW] cleanup never used migratable flag checking

2016-06-30 Thread Eli Qiao
Public bug reported: On commit gerrit id Ib73cfbd9fc01114ac513730d182ed127710a9e5d , we changed MIN_LIBVIRT_VERSION=1.2.1, which has VIR_DOMAIN_XML_MIGRATABLE always, so we don't need to check it anymore. ** Affects: nova Importance: Wishlist Assignee: Eli Qiao (taget-9

[Yahoo-eng-team] [Bug 1593526] [NEW] compute host reports wrong cpu topology

2016-06-16 Thread Eli Qiao
t;, "mce", "de", "tm2", "ht", "dca", "pni", "abm", "popcnt", "mca", "pdpe1gb", "apic", "fsgsbase", "f16c", "pse", "ds", "invtsc", &qu

[Yahoo-eng-team] [Bug 1587780] [NEW] power_state of nova diagnostics is number instead of string

2016-06-01 Thread Eli Qiao
-c23928b46eb1) We need to map instance.power_state to string by STATE_MAP = { NOSTATE: 'pending', RUNNING: 'running', PAUSED: 'paused', SHUTDOWN: 'shutdown', CRASHED: 'crashed', SUSPENDED: 'suspended', } ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9

[Yahoo-eng-team] [Bug 1576245] [NEW] block live-migration fails if source/dest have different instance dir

2016-04-28 Thread Eli Qiao
Public bug reported: block live migration fails if using libvirt python inter face migrationTOURI3 if source/dest have different instance dir. migrationTOURI3 requires a xml on the dest host, but we don't update instance dir. ** Affects: nova Importance: Undecided Assignee: Eli Qiao

[Yahoo-eng-team] [Bug 1576093] [NEW] block migration fail with libvirt 1.3.1

2016-04-28 Thread Eli Qiao
(no shared instance_dir and shared instance storage used) ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: libvirt live-migration ** Changed in: nova Assignee: (unassigned) => Eli Qiao (taget-9) -- You received this bug notificatio

[Yahoo-eng-team] [Bug 1575007] [NEW] Bad libvirt version 1.2.21 when doing live migration

2016-04-26 Thread Eli Qiao
://libvirt.org/news.html libvirt-domain: fix dxml passing in virDomainMigrateToURI2 (Ján Tomko) So we need to blacklist libvirt 1.2.21 when using virDomainMigrateToURI2 ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1574512] [NEW] python-glanceclient doesn't support $HOME while uploading image

2016-04-25 Thread Eli Qiao
Public bug reported: ~/devstack$ glance --debug image-create --name ubuntu-16 --visibility public --disk-format=qcow2 --container-format=bare \--os-distro=ubuntu --file=~/Downloads/xenial-server-cloudimg-amd64-disk1.img File ~/Downloads/xenial-server-cloudimg-amd64-disk1.img does not exist or

[Yahoo-eng-team] [Bug 1441903] Re: rootwrap.d ln doesn't work for non iSCSI volumes

2016-03-23 Thread Eli Qiao
fixed by I181b594a3119f7ad74c595fc7059d521079b1d74 ** Changed in: nova Assignee: lvmxh (shaohef) => (unassigned) ** Changed in: nova Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1556717] [NEW] live_migration_force_complete surprised error message on compute node in some situation

2016-03-13 Thread Eli Qiao
.rpc.dispatcher raise exception.InstanceNotFound(instance_id=instance_name) 2016-03-14 01:18:13.770 TRACE oslo_messaging.rpc.dispatcher InstanceNotFound: Instance instance-002b could not be found. 2016-03-14 01:18:13.770 TRACE oslo_messaging.rpc.dispatcher ** Affects: nova Importance

[Yahoo-eng-team] [Bug 1551104] [NEW] get-XXX-console returns 500 while an expected exception ConsoleTypeInvalid raised

2016-02-28 Thread Eli Qiao
nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: api ** Changed in: nova Assignee: (unassigned) => Eli Qiao (taget-9) ** Tags added: api -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is su

[Yahoo-eng-team] [Bug 1550282] [NEW] Remove exception.LiveMigrationWithOldNovaNotSafe

2016-02-26 Thread Eli Qiao
Public bug reported: This exception LiveMigrationWithOldNovaNotSafe won't used any where, we can clean up it for now. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: api ** Changed in: nova Assignee: (unassigned) => Eli Q

[Yahoo-eng-team] [Bug 1538448] [NEW] REST api layer doesn't handle TooManyInstances while doing resize

2016-01-27 Thread Eli Qiao
Public bug reported: compute_api may raise TooManyInstances if over quota, but no handler in REST Api layer. ** Affects: nova Importance: Low Assignee: Eli Qiao (taget-9) Status: Confirmed ** Tags: api ** Changed in: nova Assignee: (unassigned) => Eli Qiao (tage

[Yahoo-eng-team] [Bug 1538411] [NEW] exception.AutoDiskConfigDisabledByImage is expected 2 times in _resize

2016-01-26 Thread Eli Qiao
** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: api ** Changed in: nova Assignee: (unassigned) => Eli Qiao (taget-9) ** Tags added: api -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1538381] [NEW] nova backup allows any sting of bake_type

2016-01-26 Thread Eli Qiao
'type': 'object', } }, 'required': ['name', 'backup_type', 'rotation'], 'additionalProperties': False, }, }, 'required': ['createBackup'], 'additionalProperties': False, } ** Affects: nova Importance: Low

[Yahoo-eng-team] [Bug 1537629] [NEW] No HTTPBadRequest(400) error will be raised from get_console_output.

2016-01-24 Thread Eli Qiao
): extensions.expected_errors should contain all errors which would be raised from the function which is decorated, but there is no 400 error come out from the body of get_console_output() ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: In Progress

[Yahoo-eng-team] [Bug 1536513] [NEW] os-getConsoleOutput fail with 500

2016-01-21 Thread Eli Qiao
Public bug reported: 2016-01-21 07:12:24.667 DEBUG nova.api.openstack.wsgi [req-62cccfc1-478e-415b-8f12-51637bfd78e7 tempest-ServerActionsTestJSON-1139043036 tempest-ServerActionsTestJSON-2088121350] Action: 'action', calling method: >, body: {"os-getConsoleOutput": {}} _process_stack

[Yahoo-eng-team] [Bug 1527061] Re: Nova should not throw exception when port binding fails for Ironic

2016-01-19 Thread Eli Qiao
hi Johnson, actually, I don't know well about VMware VCDriver, and have no idea no whey Neutron return a port with {'binding:vif_type': binding_failed} , in case this happened, nova should though it as a bad port and is not usable. I personal suggest that we connect Neutron team to take care

[Yahoo-eng-team] [Bug 1531473] [NEW] Move graphics and serial console check to can_live_migrate_source/dest

2016-01-06 Thread Eli Qiao
Assignee: Eli Qiao (taget-9) Status: New ** Tags: live-migration ** Changed in: nova Assignee: (unassigned) => Eli Qiao (taget-9) ** Tags added: live-migration -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1530010] [NEW] Rescued instance failed to boot from cirros image

2015-12-29 Thread Eli Qiao
d ramdisk_id from image_meta ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) => Eli Qiao (taget-9) -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1522239] [NEW] Useless element in migrate_server shcema

2015-12-02 Thread Eli Qiao
Public bug reported: -host = copy.deepcopy(parameter_types.hostname) -host['type'] = ['string', 'null'] These 2 lines could be removed from schema file ** Affects: nova Importance: Low Assignee: Eli Qiao (taget-9) Status: Confirmed ** Tags: api ** Changed in: nova

[Yahoo-eng-team] [Bug 1515860] Re: No sql_connection parameter is established when nova-manage api_db sync

2015-11-12 Thread Eli Qiao
what a stupid, nova will search ~/nova.conf , and I happened have an old nova.conf in ~/ so, /etc/nova/nova.conf will be ignored. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1515860] [NEW] No sql_connection parameter is established when nova-manage api_db sync

2015-11-12 Thread Eli Qiao
Public bug reported: ./stack.sh taget@liyong:/opt/stack/nova$ git log --oneline | head -n3 98af6b1 Merge "Deprecate Extensible Resource Tracker" 7c5acd4 Merge "Remove vcpu resource from extensible resource tracker" b587881 Merge "Split up test_is_volume_backed_instance() into five functions"

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2015-09-06 Thread Eli Qiao
** Also affects: magnum Importance: Undecided Status: New ** Changed in: magnum Assignee: (unassigned) => Eli Qiao (taget-9) -- 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 1491275] [NEW] Failed to create swarm bay

2015-09-02 Thread Eli Qiao
'number_of_minions' 2015-09-02 15:57:33.492 TRACE oslo.service.loopingcall ** Affects: magnum Importance: Undecided Assignee: Eli Qiao (taget-9) Status: Confirmed ** Description changed: + m-cond reports KeyError: 'number_of_minions' when creating a new swarm + bay + + commit 97ad

[Yahoo-eng-team] [Bug 1486880] [NEW] Can't delete an instance if boot from encryption volume

2015-08-20 Thread Eli Qiao
:22.113 TRACE oslo_messaging.rpc.dispatcher File /opt/stack/nova/nova/compute/manager.py, line 316, in decorated_function ** Affects: nova Importance: High Assignee: Eli Qiao (taget-9) Status: Confirmed ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9

[Yahoo-eng-team] [Bug 1484775] Re: Nova api doesn't handle MigrationError and will return 500 to user

2015-08-16 Thread Eli Qiao
@Alex, thanks for the clarify. ** 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/1484775 Title: Nova api doesn't

[Yahoo-eng-team] [Bug 1484830] [NEW] Fail early when live-migrate with block-migration and bdm

2015-08-14 Thread Eli Qiao
, and besides if we raise this exception early , then nova won't do pre-live-migration and _rollback_live_migration. and it will partially fix https://bugs.launchpad.net/nova/+bug/1457291 ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags

[Yahoo-eng-team] [Bug 1484775] [NEW] Nova api doesn't handle MigrationError and will return 500 to user

2015-08-13 Thread Eli Qiao
Public bug reported: 1 conductor task will raise exception.MigrationError but no handler in REST api layer https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L656 ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags

[Yahoo-eng-team] [Bug 1484776] [NEW] Nova api doesn't handle InstanceUnknownCell when doing live-migration

2015-08-13 Thread Eli Qiao
Public bug reported: compute_api.live_migrate may raise InstanceUnknownCell exception when doing check_instance_cell. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: api live-migration ** Changed in: nova Assignee: (unassigned

[Yahoo-eng-team] [Bug 1437154] Re: instance 's host was not updated after live-migration if source compute host crash

2015-08-11 Thread Eli Qiao
another blue print is working on https://blueprints.launchpad.net/nova/+spec/manager-restart-during- migration ** Changed in: nova Status: Opinion = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1483943] [NEW] ChanceScheduler doesn't sne notifier.info

2015-08-11 Thread Eli Qiao
Public bug reported: if user chose ChanceScheduler as scheduler driver, then nova scheduler won't send out notifier information. we need to align ChanceScheduler with FilterScheduler ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags

[Yahoo-eng-team] [Bug 1483486] [NEW] Ironic: get_available_resource doesn't report numa_topology

2015-08-10 Thread Eli Qiao
report numa_topology in get_available_resource except ironic driver. this can be improved. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: ironic ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received

[Yahoo-eng-team] [Bug 1281295] Re: Live-migration nova fails with qemu and libvirt

2015-08-06 Thread Eli Qiao
** Changed in: nova Status: Incomplete = 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/1281295 Title: Live-migration nova fails with qemu and

[Yahoo-eng-team] [Bug 1482066] [NEW] cannot delete nova instance if volume is not active

2015-08-06 Thread Eli Qiao
} | ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: libvirt ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1437154] Re: instance 's host was not updated after live-migration if source compute host crash

2015-07-26 Thread Eli Qiao
** Changed in: nova Status: Confirmed = Opinion -- 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/1437154 Title: instance 's host was not updated after

[Yahoo-eng-team] [Bug 1478430] [NEW] nova failed to list old db instances

2015-07-26 Thread Eli Qiao
': False, 'os_type': None, 'config_drive': u''} ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1476490] [NEW] wrong expected code for os-resetState action

2015-07-21 Thread Eli Qiao
Public bug reported: os-resetState action have no 400(BadRequest Error) comes out, we need to remove it. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: In Progress ** Tags: api ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9

[Yahoo-eng-team] [Bug 1456437] [NEW] Devstack can not install openstack due to bad md5 hash code

2015-05-18 Thread Eli Qiao
://pypi.python.org/simple/boto/) ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1456017] [NEW] devstack create role filed

2015-05-17 Thread Eli Qiao
Public bug reported: 2015-05-17 19:23:18.238 | + get_or_add_group_project_role 66765e5f063c4688aeb2cc5b4f843ba7 4869405de194496da69b72002bcce377 bf066ef86c0e44128da8bc1849c13532 2015-05-17 19:23:18.240 | ++ get_field 1 2015-05-17 19:23:18.241 | ++ local data field 2015-05-17 19:23:18.242 | ++

[Yahoo-eng-team] [Bug 1452522] [NEW] nova-api: remove unuseful expect error in v2.1 service delete method

2015-05-06 Thread Eli Qiao
Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: api ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) ** Tags added: api -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1449858] [NEW] nova don't create local disk if specify device=vda in block_device_mapping_v2

2015-04-29 Thread Eli Qiao
=vda in block-device and create 2 device for this instance. I prefer option 1. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Description changed: I wish to create a instance with local disk(1G) and attaching a blank(new created) volume(2G

[Yahoo-eng-team] [Bug 1449811] [NEW] nova lock/unlock api return code is not accurate

2015-04-28 Thread Eli Qiao
not found * 409 : locking/unlocking a locked/unlocked instance ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You

[Yahoo-eng-team] [Bug 1447946] [NEW] nova report DeprecationWarning message when using exception.message

2015-04-24 Thread Eli Qiao
as of Python 2.6 self.assertIn(ram, e.message) and this can be fixed by overwrite NovaException.message see [1] [1] http://stackoverflow.com/questions/1319615/proper-way-to-declare-custom-exceptions-in-modern-python/26938914#26938914 ** Affects: nova Importance: Undecided Assignee: Eli Qiao

[Yahoo-eng-team] [Bug 1409613] Re: nova evacuate allows to evacuate to a host which are not in same aggregate with origin host

2015-04-13 Thread Eli Qiao
admin need to take case if they want to break the aggregate rule. ** 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).

[Yahoo-eng-team] [Bug 1441000] [NEW] live migration gives wrong log infor

2015-04-07 Thread Eli Qiao
, remaining=0, total=0) ^^ this will lead confusion to admins ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags: libvirt ** Changed in: nova Assignee: (unassigned

[Yahoo-eng-team] [Bug 1440981] [NEW] live-migration failed due to invalid value of cpu set

2015-04-07 Thread Eli Qiao
on test1 from hostA to hostB Expected result: test1 live migrate to hostB Actual result: failed due to cpu set invalid. findings: workaround is set vcpu_pin_set = 0-3 on hostA's nova.conf default section. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status

[Yahoo-eng-team] [Bug 1438663] Re: neutronv2 api unit test case error

2015-03-31 Thread Eli Qiao
** No longer affects: oslo-incubator -- 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/1438663 Title: neutronv2 api unit test case error Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1437992] Re: policy file in policy.d will be reloaded every rest api call

2015-03-30 Thread Eli Qiao
olso.policy patch. https://review.openstack.org/#/c/168798/ ** Also affects: oslo.policy Importance: Undecided Status: New ** Changed in: oslo.policy Status: New = Confirmed ** Changed in: oslo.policy Assignee: (unassigned) = Eli Qiao (taget-9) -- You received this bug

[Yahoo-eng-team] [Bug 1437992] Re: policy file in policy.d will be reloaded every rest api call

2015-03-30 Thread Eli Qiao
** Also affects: oslo-incubator Importance: Undecided Status: New -- 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/1437992 Title: policy file in policy.d will

[Yahoo-eng-team] [Bug 1437992] [NEW] policy file in policy.d will be reloaded every rest api call

2015-03-29 Thread Eli Qiao
Public bug reported: the policy file in policy.d will be reloaded every time when do a rest api call. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received

[Yahoo-eng-team] [Bug 1437111] [NEW] os-migrateLive fault but rest api raise a incorrect conflict message

2015-03-26 Thread Eli Qiao
, 'server_id': server_id} ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: Confirmed ** Tags: api ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) ** Changed in: nova Status: New = Confirmed -- You received

[Yahoo-eng-team] [Bug 1437154] [NEW] instance 's host was not updated after live-migration if source compute host crash

2015-03-26 Thread Eli Qiao
an no chance to set it yet). after that. do a reboot on this instance, failed due to the instance can not be found from host1 host(yes, it is) and nova set it to error status(but the instance is still running on host2) ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9

[Yahoo-eng-team] [Bug 1405069] Re: nova client list not working when pass sort parameter

2015-03-26 Thread Eli Qiao
patch in oslo.db get merged. https://review.openstack.org/#/c/143632/ ** No longer affects: nova ** No longer affects: python-novaclient -- 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 1436643] [NEW] nova usage-list doesn't show all instance

2015-03-25 Thread Eli Qiao
| +--+-+--+---+---+ do we need to count launched_at instances ? ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received this bug

[Yahoo-eng-team] [Bug 1435265] Re: nova flavor consider Lower case when create and but not in update

2015-03-24 Thread Eli Qiao
=uniq_instance_types0name0deleted) ** Project changed: nova = oslo.db ** Changed in: oslo.db Assignee: Eli Qiao (taget-9) = (unassigned) -- 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/1435265

[Yahoo-eng-team] [Bug 1435265] [NEW] nova flavor consider Lower case when create and but not in update

2015-03-23 Thread Eli Qiao
: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: Confirmed ** Tags: nova ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) ** Changed in: nova Status: New = Confirmed ** Tags added: nova -- You received this bug notification

[Yahoo-eng-team] [Bug 1433933] [NEW] live migration failed no CPU model specified

2015-03-19 Thread Eli Qiao
operation is not valid: no CPU model specified ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1433843] [NEW] live-migration failed but give wrong refer url

2015-03-18 Thread Eli Qiao
(HTTP 400) (Request-ID: req-a022c4bc- 06c6-40a6-ba2e-ab6f22f51229) the reference like is not correctly. it should be http://libvirt.org/html/libvirt-libvirt-host.html#virCPUCompareResult ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Tags

[Yahoo-eng-team] [Bug 1432465] [NEW] nova detach interface will get inconsistent if hypervisor failed to detach a port

2015-03-15 Thread Eli Qiao
: Undecided Assignee: Eli Qiao (taget-9) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- 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 1408708] Re: The API returns a serial console connection without an activated nova-serialproxy

2015-03-10 Thread Eli Qiao
hi Markus, I don't think this is a bug, nova-compute will not know if nova-serialproxy service is running. let's take libvirt driver as an example, it start a local service on port 1 if you configure serial_console in nova-compute taget@taget-ThinkStation-P300:/opt/stack/nova$ netstat -an

[Yahoo-eng-team] [Bug 1428539] [NEW] nova instance actions don't have finish time

2015-03-05 Thread Eli Qiao
Public bug reported: taget@taget-ThinkStation-P300:~/devstack$ nova instance-action-list tt2 ++--+-++ | Action | Request_ID | Message | Start_Time |

[Yahoo-eng-team] [Bug 1427092] [NEW] preallocate_images can be arbitrary characters to enable preallocate feature

2015-03-01 Thread Eli Qiao
Public bug reported: Raw and Qcow2 image type support preallocate image. by enable this we need to set preallocate_images in config file. currently , we can set it to any character except 'none' to enable it. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9

[Yahoo-eng-team] [Bug 1409613] [NEW] nova evacuate allows to evacuate to a host which are not in same aggregate with origin host

2015-01-11 Thread Eli Qiao
| ACTIVE | 1 | Running | public=172.24.4.21 | 4 stop compute service on stack-kvm110 5 nova evacuate test to another host which don't in aggregate 2 ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1405069] [NEW] nova client list not working when pass sort parameter

2014-12-22 Thread Eli Qiao
this exception instead of raise an internal error(500) this to customer. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Affects: python-novaclient Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Also affects

[Yahoo-eng-team] [Bug 1405069] Re: nova client list not working when pass sort parameter

2014-12-22 Thread Eli Qiao
** Changed in: python-novaclient 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/1405069 Title: nova client list not working when pass sort

[Yahoo-eng-team] [Bug 1404791] [NEW] can not delete an instance if the instance's rescue volume is not found

2014-12-21 Thread Eli Qiao
: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- 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 1403379] [NEW] can not delete an instance with Chinese name

2014-12-17 Thread Eli Qiao
Public bug reported: can not delete an instance which display name is Chinese. [tagett@stack-01 devstack]$ nova --debug delete 测试 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) DEBUG (shell:908) Unable to delete the specified server(s). Traceback (most recent

[Yahoo-eng-team] [Bug 1390380] Re: 'ascii' codec can't decode when create a instance

2014-11-11 Thread Eli Qiao
** Also affects: oslo.i18n Importance: Undecided Status: New -- 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/1390380 Title: 'ascii' codec can't decode when

[Yahoo-eng-team] [Bug 1389127] [NEW] instance can not recovery from resize status when nova-compute down after resize starting

2014-11-04 Thread Eli Qiao
-3aaefc4de339 while it is in task_state resize_prep (HTTP 409) (Request-ID: req-7a9f4e54-388a-48b1-b361-4b82496542da) ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1389094] Re: Can not get instance's detail info by server-name

2014-11-04 Thread Eli Qiao
I don't think this is a bug, you can not get the detail information of an instance if the status is in ERROR status. ** 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

[Yahoo-eng-team] [Bug 1387945] Re: nova volume-attach is giving wrong device ID

2014-11-02 Thread Eli Qiao
i'd like to mark this as invalid in nova. if you specify an device name, libvirt will use it as just a hint nova pass this device to libvirt, and libvirt treat is as just a hint. cause it can not know how guest kernel treat it. 2014-11-03 15:10:17.982 DEBUG nova.virt.libvirt.config

[Yahoo-eng-team] [Bug 1372812] [NEW] instance task status keep for long time when reboot

2014-09-23 Thread Eli Qiao
| +--+---+++-+---+ ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1371406] [NEW] should error when unshelve an volume backed instance which the image was deleted

2014-09-18 Thread Eli Qiao
Public bug reported: shelve an instance first. nova will create an snapshot of image with instance name-shelved like: t2-shelved manually delete the image with nova image-delte t2-shelved then do an unshelve, it should report image not found error and mark the instance vm_state ERROR this

[Yahoo-eng-team] [Bug 1350800] [NEW] nova v3 api boot failed, return error 500 instead of 404

2014-07-31 Thread Eli Qiao
this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. class 'nova.exception.NetworkAmbiguous' (HTTP 500) nova-api should report BadRequest with correct error message instead of 'Unexpected API Error' ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9

[Yahoo-eng-team] [Bug 1351124] [NEW] py26 Unit test failure: nova.tests.integrated.test_api_samples.AdminActionsSamplesXmlTest.test_post_unlock_server

2014-07-31 Thread Eli Qiao
Public bug reported: jenkins py26 unit test failed: 2014-07-31 12:12:40.050 | Traceback (most recent call last): 2014-07-31 12:12:40.050 | File nova/tests/integrated/test_api_samples.py, line 103, in setUp 2014-07-31 12:12:40.050 | super(ApiSampleTestBaseV2, self).setUp() 2014-07-31

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

2014-07-28 Thread Eli Qiao
for v2: see from api code of aggregate-update , there is validation of updates keys. it only accept name of availability_zone, so we can not update metadata: for key in updates.keys(): if key not in [name, availability_zone]: raise exc.HTTPBadRequest() for

[Yahoo-eng-team] [Bug 1349680] [NEW] nova v3 api raise an exceptions.NotImplementedError instead of error message

2014-07-28 Thread Eli Qiao
: Eli Qiao (taget-9) Status: New ** Tags: nova-api ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) ** Description changed: - nova v3 diagnostics api return an NotImplementedError , but it is not - catch by api. + nova v3 diagnostics api returns

[Yahoo-eng-team] [Bug 1346108] [NEW] nova doesn't release network when network_info is not equal to 1

2014-07-21 Thread Eli Qiao
network when allocate_port _for instace() return multiple networks. ** Affects: nova Importance: Undecided Assignee: Eli Qiao (taget-9) Status: New ** Changed in: nova Assignee: (unassigned) = Eli Qiao (taget-9) -- You received this bug notification because you