[Yahoo-eng-team] [Bug 1734841] [NEW] XenAPI document is using outdated picture

2017-11-28 Thread Jianghua Wang
Public bug reported: https://docs.openstack.org/nova/pike/admin/configuration/hypervisor-xen- api.html#xenapi-deployment-architecture The above document is saying "assuming that the network provider is *neutron network*"; but the following architecture picture is outdated. It's still using nova

[Yahoo-eng-team] [Bug 1727134] [NEW] XenAPI: resolve the failure VM_MISSING_PV_DRIVERS for PV VM

2017-10-24 Thread Jianghua Wang
Public bug reported: When testing: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume observed the error of "VM_MISSING_PV_DRIVERS"; But actually the VM does have PV drivers installed. 2017-10-25 02:17:29.566 ^[[01;31mERROR nova.virt.xenapi.vm_utils

[Yahoo-eng-team] [Bug 1709594] [NEW] live-migration without '--block-migrate" failed with "No sql_connection parameter is established"

2017-08-09 Thread Jianghua Wang
Public bug reported: The test in on XenServer. nova live-migration If we run the live-migration without the option of "--block-migrate", it will failed with error as: RemoteError: Remote error: RemoteError Remote error: CantStartEngineError No sql_connection parameter is established" -

[Yahoo-eng-team] [Bug 1701153] Re: XenAPI: Failed to create ephemeral disk for VMs on XenServer 7.0/7.1

2017-08-02 Thread Jianghua Wang
Dom0 plugins has been moved to os-xenapi and the fix will be in the dom0 plugins. So updated the project from nova to os-xenapi. ** Project changed: nova => os-xenapi -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1704071] [NEW] XenAPI: volume VM live migration failed with VDI_NOT_IN_MAP

2017-07-13 Thread Jianghua Wang
Public bug reported: When boot a VM with a volume attached, and then perform live migration. It will fail on the destination compute with the following VDI_NOT_IN_MAP error. Jul 13 05:06:55 ComputeNode-1 nova-compute[7780]: File "/opt/stack/nova/nova/compute/manager.py", line 198, in

[Yahoo-eng-team] [Bug 1481689] Re: xenapi: cached images should be cleaned up by time

2017-06-29 Thread Jianghua Wang
removed affects on os-xenapi as this fix should be nova only. We can't move this clean-up script to os-xenapi due to this script has dependence on nova/virt/xenapi/vm_utils.py ** No longer affects: os-xenapi -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1701153] [NEW] XenAPI: Failed to create ephemeral disk for VMs on XenServer 7.0/7.1

2017-06-28 Thread Jianghua Wang
Public bug reported: 1. setup devstack on XenServer 7.0; 2. create flavor with a ephemeral disk nova flavor-create --ephemeral 1 test-ephemeral 81 1 1 1 3. Boot VM with the above flavor: nova boot --image cirros-0.3.5-x86_64-disk --nic net-id=60f82bcc-dfed-4825-8832-4a9331e2df2c --flavor 81

[Yahoo-eng-team] [Bug 1699700] Re: XenAPI: can't inject admin passwd

2017-06-26 Thread Jianghua Wang
Basing on the above test result, probably we should close this bug as just work as design. ** 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).

[Yahoo-eng-team] [Bug 1699700] [NEW] XenAPI: can't reject admin passwd

2017-06-22 Thread Jianghua Wang
Public bug reported: The admin passwd is not rejected into metadata: stack@DevStackOSDomU:~$ nova boot --image cirros-0.3.5-x86_64-disk --nic net-id=60f82bcc-dfed-4825-8832-4a9331e2df2c --flavor 1 --admin-pass admin testVM # the pass is not set and the specified admin passwd is not included in

[Yahoo-eng-team] [Bug 1695844] [NEW] test_novnc failed with socket recv time

2017-06-05 Thread Jianghua Wang
tempest/.tox/tempest/local/lib/python2.7/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler raise TimeoutException() fixtures._fixtures.timeout.TimeoutException ** Affects: nova Importance: Undecided Assignee: Jianghua Wang (wjh-fresh) Status: N

[Yahoo-eng-team] [Bug 1229445] Re: db type could not be determined

2017-05-24 Thread Jianghua Wang
** Also affects: tempest 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/1229445 Title: db type could not be determined

[Yahoo-eng-team] [Bug 1616938] Re: XenAPI: failed to create image from volume backed instance with glance v2

2017-03-30 Thread Jianghua Wang
** Changed in: nova Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1616938 Title: XenAPI: failed to create image from volume

[Yahoo-eng-team] [Bug 1616938] Re: XenAPI: failed to create image from volume backed instance with glance v2

2017-03-30 Thread Jianghua Wang
** Changed in: nova Status: Fix Released => Confirmed -- 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/1616938 Title: XenAPI: failed to create image from volume

[Yahoo-eng-team] [Bug 1651650] [NEW] XenAPI: server rescue test sometime failed with timeout waiting for vif plugging

2016-12-20 Thread Jianghua Wang
Public bug reported: Observed several failure in citrix xenserver CI for this test case: tempest.api.compute.servers.test_server_rescue See there are timeout waiting for vif: $ grep 'Timeout waiting for vif plugging callbac' screen-n-cpu.txt.gz 2016-12-20 10:58:52.036 4528 WARNING

[Yahoo-eng-team] [Bug 1649747] Re: XenAPI: With ovs polling mode, Neutron gets the error of oslo_rootwrap.wrapper.FilterMatchNotExecutable

2016-12-13 Thread Jianghua Wang
** Project changed: nova => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1649747 Title: XenAPI: With ovs polling mode, Neutron gets the error of

[Yahoo-eng-team] [Bug 1649747] [NEW] XenAPI: With ovs polling mode, Neutron gets the error of oslo_rootwrap.wrapper.FilterMatchNotExecutable

2016-12-13 Thread Jianghua Wang
Public bug reported: When enabled polling mode for XenAPI, the neutron q-domua always get the error of oslo_rootwrap.wrapper.FilterMatchNotExecutable. See the following log. With ovs polling mode, ovs will report data to neutron once any ovs DB update. So there is chance to report partialy data

[Yahoo-eng-team] [Bug 1597551] Re: XenAPI plugin failure with fetch_all_bandwidth

2016-09-05 Thread Jianghua Wang
** Changed in: nova Assignee: (unassigned) => Jianghua Wang (wjh-fresh) ** Changed in: nova Status: Invalid => In Progress -- 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 1616938] [NEW] XenAPI: failed to create image from volume

2016-08-25 Thread Jianghua Wang
Public bug reported: XenServer with dirver XenAPI, it always fails to create image from volume. Tempest test: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_create_ebs_image_and_check_boot 2016-08-24 08:13:24.636 27347 DEBUG nova.compute.api

[Yahoo-eng-team] [Bug 1597551] [NEW] XenAPI plugin failure with fetch_all_bandwidth

2016-06-29 Thread Jianghua Wang
Public bug reported: XenAPI can't fetch the bandwidth with the following error in log: 2016-06-29 09:02:27.639 30900 ERROR oslo_service.periodic_task Failure: ['XENAPI_PLUGIN_FAILURE', 'fetch_all_bandwidth', 'ValueError', 'need more than 1 value to unpack'] ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1592362] [NEW] [XenAPI] add a maximum retry count for vbd unplug

2016-06-14 Thread Jianghua Wang
in _vbd_unplug_with_retry. ** Affects: nova Importance: Undecided Assignee: Jianghua Wang (wjh-fresh) Status: New ** Changed in: nova Assignee: (unassigned) => Jianghua Wang (wjh-fresh) -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1591840] [NEW] tempest test of test_aggregates.py is broken for XenServer

2016-06-12 Thread Jianghua Wang
Public bug reported: Citrix XenServer CI has been in failure status due the following failed tests: 2016-06-12 14:19:08.708 | {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az [0.316267s] ... FAILED 2016-06-12 14:19:08.715 | {1}

[Yahoo-eng-team] [Bug 1567857] [NEW] XenAPI: specify block size for writing config drive.

2016-04-08 Thread Jianghua Wang
-f79721f6268a] Updating progress to 50 _update_instance_progress /usr/lib/python2.7/dist-packages/nova/virt/xenapi/vmops.py:962 ** Affects: nova Importance: Undecided Assignee: Jianghua Wang (wjh-fresh) Status: New ** Description changed: When writing config drive, dd by default uses

[Yahoo-eng-team] [Bug 1493792] [NEW] upstart hang after running install_puppet.sh

2015-09-09 Thread Jianghua Wang
Public bug reported: 1. After run the script of https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh; execute the command of "restart ssh" but it gets hang. 2. And if we use "status ssh", we can see there is pid in the output. 3. I noticed that there are

[Yahoo-eng-team] [Bug 1488753] [NEW] ephemeral and root device filesystems should be labeled

2015-08-25 Thread Jianghua Wang
Assignee: Jianghua Wang (wjh-fresh) Status: In Progress ** Tags: xenserver ** Changed in: nova Status: New = In Progress ** Changed in: nova Assignee: (unassigned) = Jianghua Wang (wjh-fresh) -- You received this bug notification because you are a member of Yahoo! Engineering