[Yahoo-eng-team] [Bug 1341128] [NEW] Several inaccuracies in wiki PCI_passthrough_SRIOV_support

2014-07-12 Thread Eric Xie
Public bug reported: https://wiki.openstack.org/wiki/PCI_passthrough_SRIOV_support There are several inaccuracies below: 1) create PCI flavor #The below name bigGPU should be bigGPU2. nova pci-flavor-create name 'bigGPU' description 'passthrough Intel's on-die GPU' nova pci-flavor-update

[Yahoo-eng-team] [Bug 1354244] [NEW] instance boot failed when assigned more than one sriov nic

2014-08-07 Thread Eric Xie
Public bug reported: Our project(OpenCOS) wants to use PCI SRIOV functions. Merged codes of the blueprint(https://review.openstack.org/#/c/67500/) on icehouse release version(nova-2014.1.tar.gz). But when assigned more than one SRIOV nic to one instance, it booted failed. The failed log on

[Yahoo-eng-team] [Bug 1396456] [NEW] instance boot failed when restart host

2014-11-25 Thread Eric Xie
Public bug reported: When I reboot host, state of one instance became ERROR with CLI(nova list). The log of the nova-compute service: 2014-11-25 12:13:48.095 3848 DEBUG nova.compute.manager [-] [instance: 7d7ec3f2-3709-4bbc-b278-849fd672d284] Current state is 4, state in DB is 1.

[Yahoo-eng-team] [Bug 1406440] [NEW] unshelve failed when instance attached volume

2014-12-29 Thread Eric Xie
Public bug reported: unshelved instance failed when the instance attached one volume. reproduce: 1. instance boot from image; 2. create 1GB volume in lvm, use local storage; 3. attach volume to instance; 4. shelve instance, then unshelve instance detail logs: 2014-12-30 08:43:17.401 8797 ERROR

[Yahoo-eng-team] [Bug 1406441] [NEW] A progress bar showed but shelve-offload finished

2014-12-29 Thread Eric Xie
Public bug reported: Instance shelve-offload finished successfully, but a progress bar still existed in status of instance. reproduce: 1. create one instance; 2. shelve, shelve-offload the instance; 3. check the instance page of project on dashboard. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1406460] [NEW] anti-affinity property broken when instance unshelve

2014-12-29 Thread Eric Xie
Public bug reported: The instance can not be scheduled by anti-affinity property while unshelving. reproduce: 1. create one server-group, use policy anti-affinity; nova server-group-create --policy anti-affinity server-group-test-anti 2. boot two instances with the server-group; nova boot

[Yahoo-eng-team] [Bug 1411480] [NEW] remain BUILD status when instance with force-host failed to create

2015-01-15 Thread Eric Xie
Public bug reported: The state BUILD remained when instance with force-host failed to create. Till the period task _check_instance_build_time change the state BUILD to ERROR. # nova list

[Yahoo-eng-team] [Bug 1413833] [NEW] vm_state inaccurate when operate virsh command

2015-01-22 Thread Eric Xie
Public bug reported: vm_state of instance is inaccurate when user operate virsh pause DOM command. One case: 1. Use nova pause INSTANCE, and get: | e4ce6895-a0db-4b43-9483-c4b8401fdd1c | instance_test | PAUSED | - | Paused | | 2. Use virsh pause DOM, and get: |

[Yahoo-eng-team] [Bug 1420597] [NEW] metadata missed after aggregate's az updated

2015-02-10 Thread Eric Xie
Public bug reported: After changing aggregate's availability_zone to another, the other metadatas of this aggregate missed. Reproduce: 1. create one aggregate which belong to nova; # nova aggregate-create hagg-test nova +-+---+---+---+--+ |

[Yahoo-eng-team] [Bug 1421083] [NEW] admin_password inject failed in kvm

2015-02-11 Thread Eric Xie
Public bug reported: Inject admin_password info to instance's image with modifying the content of image not config_drive. Instance booted successfully, but i got the log below: 2015-02-12 14:11:28.119 2 WARNING nova.virt.disk.api [req-bebb329c-ee79-48d2-b800-e02e2e7ffbd5

[Yahoo-eng-team] [Bug 1421086] [NEW] admin_password inject failed with config_drive

2015-02-11 Thread Eric Xie
Public bug reported: Inject admin_password to instance with config_drive failed. Reproduce: 1. Set force_config_drive=always in nova.conf 2. Launch one instance with admin_pass; I checked the /dev/sr0 with console of this instance. And found the meta_data.json file that had info {admin_pass:

[Yahoo-eng-team] [Bug 1421084] [NEW] admin_password inject failed in kvm

2015-02-11 Thread Eric Xie
Public bug reported: Inject admin_password info to instance's image with modifying the content of image not config_drive. Instance booted successfully, but i got the log below: 2015-02-12 14:11:28.119 2 WARNING nova.virt.disk.api [req-bebb329c-ee79-48d2-b800-e02e2e7ffbd5

[Yahoo-eng-team] [Bug 1420597] Re: metadata missed after aggregate's az updated

2015-02-19 Thread Eric Xie
@ugvddm, i used the version: 2014.1 icehouse. ** Changed in: nova Status: Invalid = Incomplete -- 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/1420597 Title:

[Yahoo-eng-team] [Bug 1426806] [NEW] flavor created successfully when flavorid neither integer nor UUID

2015-02-28 Thread Eric Xie
Public bug reported: version: 2014.1 icehouse-stable # nova help flavor-create ... id Unique ID (integer or UUID) for the new flavor. If specifying 'auto', a UUID will be generated as id ... id should be integer or UUID. But when the id was set to

[Yahoo-eng-team] [Bug 1439919] [NEW] 'power-state' should not be 'running' when instance evacuate failed

2015-04-02 Thread Eric Xie
Public bug reported: My environment: 1. nova 2014.1 2. novaclient 2.17.0 I checked the source: nova.compute.manager.py: def rebuild_instance(self, context, instance, orig_image_ref, image_ref, injected_files, new_pass, orig_sys_metadata, bdms,

[Yahoo-eng-team] [Bug 1447977] [NEW] swap size not change after instance resized

2015-04-24 Thread Eric Xie
Public bug reported: 1. My environment: nova: 2014.1, icehouse-stable hypervisor: libvirt 1.2.1, + kvm 2. Relevant log files: no 3. Reproduce steps: * Launch one instance with default flavor m1.tiny which swap size is 0MB * Resize instance from m1.tiny to flv_5_root_2_eph_1_swap which swap's

[Yahoo-eng-team] [Bug 1441950] [NEW] instance on source host can not be cleaned after evacuating

2015-04-08 Thread Eric Xie
Public bug reported: 1. Version nova: 2014.1 hypervisor: rhel7 + libvirt + kvm 2. Description After one instance was evacuated from hostA to hostB, then delete this instance. Then started 'nova-compute' service of hostA, and found in nova-compute.log: 2015-04-09 10:39:52.201 1977 WARNING

[Yahoo-eng-team] [Bug 1474198] [NEW] task_state not NONE after instance boot failed

2015-07-13 Thread Eric Xie
Public bug reported: 1. Exact version of Nova: python-novaclient-2.23.0 openstack-nova-common-2015.1.0 python-nova-2015.1.0 openstack-nova-api-2015.1.0 openstack-nova-scheduler-2015.1.0 openstack-nova-conductor-2015.1.0 openstack-nova-compute-2015.1.0 openstack-nova-2015.1.0 2. Relevant log

[Yahoo-eng-team] [Bug 1513335] [NEW] disk allocation ratio should move to resource tracker

2015-11-04 Thread Eric Xie
Public bug reported: 1. version: nova 12.0.0 Liberty 2. As mentioned in https://blueprints.launchpad.net/nova/+spec/allocation-ratio-to-resource-tracker, cpu/mem allocation ratio have already been moved to resource tracker. And disk allocation ratio MUST be moved as same. ** Affects: nova

[Yahoo-eng-team] [Bug 1513464] [NEW] wrong description in developer doc

2015-11-05 Thread Eric Xie
Public bug reported: doc address: http://docs.openstack.org/developer/keystone/key_terms.html#resources "The Identity portion of keystone includes Projects and Domains, and are commonly stored in an SQL backend." It is NOT Identity but Resources. ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1591604] [NEW] Lack hardware configuration for libosinfo

2016-06-11 Thread Eric Xie
Public bug reported: Description === In blueprint: https://blueprints.launchpad.net/nova/+spec/libvirt-hardware-policy-from-libosinfo. A new nova.conf setting needs to be added, like this: [libvirt] hardware_config=default|fixed|libosinfo But it cannot be found in Mitaka nova.conf.

[Yahoo-eng-team] [Bug 1663163] [NEW] Improper prompt when update existed resource class

2017-02-09 Thread Eric Xie
cd791c50d8ed801e85eb Author: Matt Riedemann <mrie...@us.ibm.com> Date: Wed Feb 8 10:23:14 2017 -0500 Consider startup scenario in _get_compute_nodes_in_db 2. Which hypervisor did you use? devstack + libvirt + kvm ** Affects: nova Importance: Undecided Assignee: E

[Yahoo-eng-team] [Bug 1663456] [NEW] Field 'updated_at' always 'None' when show aggregate

2017-02-09 Thread Eric Xie
ot;metadata": {"foo": "tar", "availability_zone": "tz2"}}, {"name": "t-sh", "availability_zone": "tz3", "deleted": false, "created_at": "2017-02-10T02:39:24.00", "updated_at&qu

[Yahoo-eng-team] [Bug 1664117] [NEW] Error message should not include SQL command

2017-02-12 Thread Eric Xie
Public bug reported: Description === When i create one resource provider with existed one's name, returned error message includes SQL command. Steps to reproduce == * Create one resource provider with name 'RP_test' * Create another resource provider with name 'RP_test'

[Yahoo-eng-team] [Bug 1664135] [NEW] Got none with improper name when querying resource provider list

2017-02-13 Thread Eric Xie
Public bug reported: Description === I created one resource provider with name that included some special symbols, like '$', '@' at etc. Then i queried RP list with the name for filtering, and it returned none. Steps to reproduce == * POST

[Yahoo-eng-team] [Bug 1621755] [NEW] Wrong description for "name" field of rebuild API

2016-09-09 Thread Eric Xie
Public bug reported: Description === When I refer the detail info of rebuild API in http://developer.openstack.org/api-ref/compute/?expanded=change-administrative-password-changepassword-action-detail,rebuild-server-rebuild-action-detail#rebuild-server-rebuild-action, the description of

[Yahoo-eng-team] [Bug 1642138] [NEW] Jump to home page after updating image info

2016-11-15 Thread Eric Xie
Public bug reported: Description === On dashboard, there are some pages for image list. When i modified some image's info with ``Edit image`` in non-home page, always jumped to the home page. But ``delete image`` not. Steps to reproduce == * On non-home page, ``Edit

[Yahoo-eng-team] [Bug 1638813] [NEW] CLI get-password got nothing

2016-11-03 Thread Eric Xie
Public bug reported: Description === After one instance created, failed to use cli 'nova get-passwod' for getting admin's password. Steps to reproduce == * Config nova.conf [libvirt] inject_password=true inject_partition=-1 * Create one instance # nova boot --flavor 1

[Yahoo-eng-team] [Bug 1648417] [NEW] Failed to set admin pass

2016-12-08 Thread Eric Xie
Public bug reported: Description === When i set 'admin pass' of one server, got 'AttributeError' error. Steps to reproduce == * Upload windows image with qemu-guest-agent * Then add metadata 'hw_qemu_guest_agent=yes' to the image * Then boot one server A with this image *

[Yahoo-eng-team] [Bug 1648417] Re: Failed to set admin pass

2016-12-15 Thread Eric Xie
I checked it on master, and this issue was gone. ** Changed in: nova Status: Incomplete => 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/1648417 Title:

[Yahoo-eng-team] [Bug 1697564] [NEW] Failed to resize instance after changing ssh's port

2017-06-12 Thread Eric Xie
Public bug reported: Description === Consider of security, default port(22) of sshd maybe be changed. After it was changed, the resize of instance got error. Steps to reproduce == * Modify the /etc/ssh/sshd_config, 'Port 22022',and restart sshd; * Resize one instance

[Yahoo-eng-team] [Bug 1718125] Re: Missing some contents for glance install prerequisites

2017-09-19 Thread Eric Xie
** Project changed: openstack-manuals => glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1718125 Title: Missing some contents for glance install prerequisites Status in Glance:

[Yahoo-eng-team] [Bug 1718125] Re: Missing some contents for glance install prerequisites

2017-09-19 Thread Eric Xie
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Eric Xie (eric-xie) ** Summary changed: - Missing some contents for glance install prerequisites + Missing some contents for install prerequisites -- You recei

[Yahoo-eng-team] [Bug 1741001] [NEW] Got an unexpected keyword argument when starting nova-api

2018-01-02 Thread Eric Xie
Public bug reported: Description === After upgrading oslo.db, nova-api service was started failed. Steps to reproduce == * pip install oslo.db==4.24.0 * start nova-api service is OK * `pip install upgrade oslo.db` to 4.32.0 * failed to start nova-api Expected result

[Yahoo-eng-team] [Bug 1790277] [NEW] Failed to detach volume cause of root device attribute

2018-09-01 Thread Eric Xie
Public bug reported: Description === At first use one volume as bootable device for the instance, then use another attached bootable volume as the instance's bootable device. But when detaching the first volume from the instance, got error. Steps to reproduce == * Boot

[Yahoo-eng-team] [Bug 1810656] [NEW] Missing some configurations when genconfig

2019-01-06 Thread Eric Xie
Public bug reported: Description === When i use `tox -egenconfig` to generate nova.conf, many configurations are not in nova.conf. Only include: # egrep -v "^#|^$" nova.conf.sample [DEFAULT] [oslo_concurrency] [profiler] Steps to reproduce == * Git clong nova source

[Yahoo-eng-team] [Bug 1812335] [NEW] Cannot connect neutron when clicking compute - instances in horizon

2019-01-17 Thread Eric Xie
Public bug reported: When i click project - compute - instances, got this error. Error: Unable to connect to Neutron. LOG: Unable to connect to Neutron: 'frozenset' object has no attribute '__getitem__' Version: # apt list --installed | grep horizon WARNING: apt does not have a stable CLI

[Yahoo-eng-team] [Bug 1808505] [NEW] 'Availability zone' not update after instance migrated to other node

2018-12-14 Thread Eric Xie
Public bug reported: Description === As a admin, i want to live-migrate my instance to one target host which belongs to another availibility zone. Bug after successful migration, the avalibility zone is the old one when i show the info of the instance. Steps to reproduce

[Yahoo-eng-team] [Bug 1817396] [NEW] 'Namespace' object has no attribute 'os_user_id'

2019-02-22 Thread Eric Xie
Public bug reported: Description === In my env, use keycloak as the IDP of keystone. But when i used the rc file to execute `nova force-delete INSTANCE`, got this error. Steps to reproduce == * Use keycloak as the IDP of keystone * then I created the rc file export

[Yahoo-eng-team] [Bug 1829854] Re: volume_type not supported in version 2.72

2019-05-22 Thread Eric Xie
I tried 2.68 above, and found only support in 2.67. So i think the description of `nova help boot` should be modified. ** Changed in: nova Assignee: (unassigned) => Eric Xie (eric-xie) ** Project changed: nova => python-novaclient ** Changed in: python-novaclient Statu

[Yahoo-eng-team] [Bug 1829854] Re: volume_type not supported in version 2.72

2019-05-22 Thread Eric Xie
@melanie, thanks for your reply. I will try to fix it. ** Project changed: python-novaclient => nova -- 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/1829854 Title:

[Yahoo-eng-team] [Bug 1829854] Re: volume_type not supported in version 2.72

2019-05-22 Thread Eric Xie
** Project changed: nova => python-novaclient -- 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/1829854 Title: volume_type not supported in version 2.72 Status in

[Yahoo-eng-team] [Bug 1829852] [NEW] '--database_connection' changes when update cell with '--transport-url' only

2019-05-21 Thread Eric Xie
Public bug reported: Description === I updated existed cell with '--transport-url' only. Then the 'database_connection' changed to value same as cell0. Steps to reproduce == * I created one cell nova-manage cell_v2 create_cell --name cell2 --database_connection

[Yahoo-eng-team] [Bug 1829854] [NEW] volume_type not supported in version 2.72

2019-05-21 Thread Eric Xie
Public bug reported: Description === >From >https://developer.openstack.org/api-ref/compute/?expanded=create-server-detail#create-server, > i see 'volume_type' supported in version 2.67. >From CLI 'nova help boot' volume_type=type of volume to

[Yahoo-eng-team] [Bug 1826379] [NEW] Error: Unable to retrieve image list.

2019-04-25 Thread Eric Xie
Public bug reported: When i clicked project - compute - instances, got error "Error: Unable to retrieve image list." logs: Recoverable error: 'list' object has no attribute 'id' Version: root@prx02:/var/log/horizon# apt list --installed | grep horizon WARNING: apt does not have a stable CLI

[Yahoo-eng-team] [Bug 1844621] [NEW] Unittest TestBlockCommentsBeginWithASpace not pass

2019-09-19 Thread Eric Xie
Public bug reported: == Failed 1 tests - output below: == keystone.tests.unit.test_hacking_checks.TestBlockCommentsBeginWithASpace.test - Captured traceback:

[Yahoo-eng-team] [Bug 1838385] [NEW] Volume reserved after instance deleted

2019-07-30 Thread Eric Xie
Public bug reported: Description === I created one instance boot from volume. After deleting the instance when it's building, the volume's status was reserved. Steps to reproduce == * I created one instance with `openstack server create --volume vol-for-vm1-50G --flavor

[Yahoo-eng-team] [Bug 1837681] [NEW] Failed to create vgpu cause of IOError

2019-07-23 Thread Eric Xie
Public bug reported: Description === I used 'Tesla V100' to create vm with vgpu. Got error. Steps to reproduce == * Create flavor with resources:VGPU='1' * Create vm with CLI `openstack server create --image 27dc8e63-6d28-4f80-a6f4-e5a855a02e46 --flavor

[Yahoo-eng-team] [Bug 1852853] [NEW] Got an error when executing `nova-manage db`

2019-11-16 Thread Eric Xie
Public bug reported: Description === When i used `nova-manage db` and enter, got an error. Steps to reproduce == 1. Execute `nova-manage db` Expected result === Output helper info like as queens # nova-manage db usage: nova-manage db [-h]

[Yahoo-eng-team] [Bug 1855883] [NEW] can not migrate serve on aarch64

2019-12-10 Thread Eric Xie
error: qemu unexpectedly closed the monitor: 2019-12-07T05:34:29.355638Z qemu-system-aarch64: Not a migration stream 2019-12-07T05:34:29.355781Z qemu-system-aarch64: load of migration failed: Invalid argument ** Affects: nova Importance: Undecided Assignee: Eric Xie (eric-xie)

[Yahoo-eng-team] [Bug 1848400] [NEW] Can not change domain of role

2019-10-16 Thread Eric Xie
Public bug reported: openstack --debug role set --domain default 707f0cc1809944c89c063420ccc0436f BadRequest: {} does not have enough properties Failed validating 'minProperties' in schema: {'additionalProperties': True, 'minProperties': 1, 'properties': {'name': {'maxLength':

[Yahoo-eng-team] [Bug 1854628] [NEW] Got 'Duplicate entry' error when archive_deleted_rows

2019-12-01 Thread Eric Xie
Public bug reported: Description === When archiving deleted rows of nova database, archive successfully at first time. Then archived again, got error. Steps to reproduce == * Execute `nova-manage db archive_deleted_rows --all-cells` * Create some instances, stop, reboot,

[Yahoo-eng-team] [Bug 1853926] [NEW] Failed to build docs cause of InvocationError

2019-11-25 Thread Eric Xie
Public bug reported: Description === When i use `tox -edocs`, got error ERROR: InvocationError for command /home/src/bug_1853745/.tox/docs/bin/sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html (exited with code 1)

[Yahoo-eng-team] [Bug 1853745] [NEW] Doc 'isolate-aggregates' has some incorrect examples

2019-11-24 Thread Eric Xie
Public bug reported: At https://docs.openstack.org/nova/latest/reference/isolate-aggregates.html, * command `host_id=$(openstack resource provider show )` can not get the uuid. * command `traits=$(openstack --os-placement-api-version 1.6 resource provider trait list -f value $server_id | sed

[Yahoo-eng-team] [Bug 1812335] Re: Cannot connect neutron when clicking compute - instances in horizon

2020-03-05 Thread Eric Xie
** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1812335 Title: Cannot connect neutron when clicking compute -

[Yahoo-eng-team] [Bug 1861552] Re: Failed to unset space character tag

2020-03-05 Thread Eric Xie
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1861552 Title: Failed to unset space character tag Status in Glance: Invalid Bug

[Yahoo-eng-team] [Bug 1866269] [NEW] Testcase 'test_encrypted_cinder_volumes_luks' is broken

2020-03-05 Thread Eric Xie
Public bug reported: CI job:https://zuul.opendev.org/t/openstack/job/nova-next == Failed 1 tests - output below: ==

[Yahoo-eng-team] [Bug 1861749] [NEW] Instance is under rebuilding status always when use 'arm64' architecture image

2020-02-03 Thread Eric Xie
n self._type.coerce(obj, attr, value) 2020-02-04 00:39:04.761 1 ERROR nova.api.openstack.wsgi File "/var/lib/openstack/local/lib/python2.7/site-packages/nova/objects/fields.py", line 209, in coerce 2020-02-04 00:39:04.761 1 ERROR nova.api.openstack.wsgi raise Value

[Yahoo-eng-team] [Bug 1861264] [NEW] Help information should be returned when executing 'placement-status' alone

2020-01-29 Thread Eric Xie
Public bug reported: The output of executing `placement-manage` alone is help information, but it's not for executing `placement-status` alone. # placement-status usage: placement-status [-h] [--config-dir DIR] [--config-file PATH] [--debug] [--log-config-append PATH]

[Yahoo-eng-team] [Bug 1861552] [NEW] Failed to unset space character tag

2020-02-01 Thread Eric Xie
Public bug reported: Reproduce: 1. Set tag openstack image unset 1efee0bd-d53e-4e57-b069-30a554e5c523 --tag " " 2. Unset tag openstack image unset --tag " " 1efee0bd-d53e-4e57-b069-30a554e5c523 The output of `unset` command: $ openstack image unset --tag " " 1efee0bd-d53e-4e57-b069-30a554e5c523

[Yahoo-eng-team] [Bug 1858410] [NEW] Got error 'NoneType' when executing unittest on stable/rocky

2020-01-06 Thread Eric Xie
me/src/keystone-master/.tox/py3/lib/python3.6/site-packages/pep8.py", line 1328, in check_logical' b'(start_row, start_col) = mapping[0][1]' b"TypeError: 'NoneType' object is not subscriptable" b'' ** Affects: keystone Importance: Undecided Assignee: Eric Xi

[Yahoo-eng-team] [Bug 1870558] [NEW] Server's host not changed but actually on dest node after live-migrating

2020-04-03 Thread Eric Xie
Public bug reported: Description === The insances has been migrating for more than two hours. Then it got error 'Unauthorized'. The host of output of CLI `openstack server show` was stall the old one. But the instances had already been running on dest node. Steps to reproduce

[Yahoo-eng-team] [Bug 1894975] [NEW] Cannot overwrite policy rule for 'os_compute_api:servers:create:forced_host:'

2020-09-09 Thread Eric Xie
Public bug reported: Description === Change the rule of 'os_compute_api:servers:create:forced_host' to 'rule:admin_or_owner' in policy file. But when creating one server with member role, still got "Policy doesn't allow os_compute_api:servers:create:forced_host to be performed. (HTTP

[Yahoo-eng-team] [Bug 1892033] [NEW] Failed to start nova-compute with libvirt-xen

2020-08-18 Thread Eric Xie
Public bug reported: Description === I deployed ussuri env from ubuntu-cloud:ussuri. Configure one compute node with xen and libvirt, then nova-compute serivce can not be started. Got error 'libvirt.libvirtError: this function is not supported by the connection driver: virNodeGetCPUMap'.

[Yahoo-eng-team] [Bug 1892176] [NEW] Inconsistent result between index and show of instance api

2020-08-19 Thread Eric Xie
Public bug reported: Description === Using index API can get instance but show API get none. Steps to reproduce == 1. Launch one baremetal instance; 2. Then kill ironic-api process; 3. List and grep uuid; 4. Get uuid Expected result === Step 3 and 4 both get

[Yahoo-eng-team] [Bug 1881557] [NEW] Can not resize to same host for libvirt driver

2020-06-01 Thread Eric Xie
Public bug reported: Description === As before, the instance can be resized or cold-migrated to same host for libvirt driver if CONF.allow_resize_to_same_host was set to true. When use latest source, got error "UnableToMigrateToSelf: Unable to migrate instance". Steps to reproduce

[Yahoo-eng-team] [Bug 1890219] [NEW] nova-compute can not boot cause of old resource provider

2020-08-03 Thread Eric Xie
Public bug reported: Description === The service 'nova-compute' will register resource provider in placement when it's starting. But if old one exist with same name, nova-compute serivce can not boot successfully. Steps to reproduce == * Boot nova-compute with hostname

[Yahoo-eng-team] [Bug 1887588] [NEW] Should add user's domian when using cinder as store backend

2020-07-14 Thread Eric Xie
Public bug reported: When using cinder as store backend, there are some configurations of user which can call cinder's API. cinder_store_auth_address cinder_store_user_name cinder_store_password cinder_store_project_name cinder_os_region_name cinder_catalog_info = volumev3:cinderv3:internalURL

[Yahoo-eng-team] [Bug 1932126] [NEW] Cannot restore soft-deleted instance when node is failure

2021-06-16 Thread Eric Xie
Public bug reported: Description === So far, the soft-deleted instance can not be evacuated. When the node can not be fixed or exceed the reclaim window, the instance can not be restored for ever. Steps to reproduce == * Set `reclaim_instance_interval` to 300s, and

[Yahoo-eng-team] [Bug 1933062] [NEW] Got 404 not found in 'secure-live-migration-with-qemu-native-tls'

2021-06-21 Thread Eric Xie
Public bug reported: In https://docs.openstack.org/nova/latest/admin/secure-live-migration- with-qemu-native-tls.html#prerequisites, when open (TLS everywhere)[https://docs.openstack.org/tripleo- docs/latest/install/advanced_deployment/tls_everywhere.html], gets the error "404 Not Found".

[Yahoo-eng-team] [Bug 1929360] [NEW] Fix typo of "Instance ID" in Chinese

2021-05-23 Thread Eric Xie
Public bug reported: In Chinese, the 'Instance ID' should be "实例 ID", not '示例 ID'. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1934412] [NEW] Find none logs when not fitting numa topology in nova-compute log

2021-07-01 Thread Eric Xie
Public bug reported: Description === When 'host_topology' can not be satified with 'requested_topology', nova-compute returns the msg to nova-conductor but there is no logs in nova-compute.log. Thouth there are some debug logs, but `debug` configuration is not be set to true in production

[Yahoo-eng-team] [Bug 1942977] [NEW] Escape characters in the returned exception prompt

2021-09-07 Thread Eric Xie
Public bug reported: # curl -H "X-Auth-Token: $token" http://glance.openstack.svc.region-native-test.myinspurcloud.com//v2/images?protected=true11 400 Bad Request 400 Bad Request Invalid value true11 for protected filter. Valid values are true or false. There are "" in

[Yahoo-eng-team] [Bug 1946534] [NEW] Failed to shutoff instance when in 'rescue'

2021-10-08 Thread Eric Xie
Public bug reported: In nova, the instance can not be stopped in 'rescue' status, but the drop list of operations of instance has 'Shut off instance'. When the end-user click the menu, got error something like "Unable to shut off instance". We should block it to avoid user manipulation. **

[Yahoo-eng-team] [Bug 1951669] [NEW] The 'flavor' field is Not available after launching vm

2021-11-19 Thread Eric Xie
Public bug reported: When launching one vm and its status is active, but the 'flavor' field displayed "Not available". After refreshing the page, got correct flavor. $ git log commit 9d1bb3626bc1dbcf29a55aeb094f4350067317cd (HEAD -> master, tag: 20.2.0, origin/master, origin/HEAD) Author:

[Yahoo-eng-team] [Bug 1718125] Re: Missing some contents for install prerequisites

2021-12-15 Thread Eric Xie
** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1718125 Title: Missing some contents for install prerequisites Status in Glance: Fix Released Bug

[Yahoo-eng-team] [Bug 1433374] [NEW] CLI nova hypervisor-servers ID shows all instances not instances of hypervisor ID

2015-03-17 Thread Eric Xie(OpenCOS)
Public bug reported: env: nova - 2014.1 novaclient - 2.17.0 Reproduce: 1. nova hypervisor-list # nova hypervisor-list ++-+ | ID | Hypervisor hostname | ++-+ | 1 | 2C514_1_10_SBCJ | | 2 | 2C519_1_11_SBCJ | | 3 | 2C519_1_13_SBCJ |