[Yahoo-eng-team] [Bug 1810764] [NEW] XenServer cannot enable tunneling

2019-01-07 Thread Bob Ball
Public bug reported: The commit https://github.com/openstack/neutron/commit/05a54e800430bcfc81e36e1dad89fa47f3e8a6f0 appears to break XenServer integration. Specifically, https://github.com/openstack/neutron/commit/05a54e800430bcfc81e36e1dad89fa47f3e8a6f0

[Yahoo-eng-team] [Bug 1771137] [NEW] Xenapi disk resize broken by use of privsep code

2018-05-14 Thread Bob Ball
t of type 'NoneType' is not iterable",)) {{(pid=16155) loop /usr/local/lib/python2.7/dist-packages/oslo_privsep/daemon.py:456}} ** Affects: nova Importance: Undecided Assignee: Bob Ball (bob-ball) Status: In Progress ** Tags: xenserver -- You received this bug notif

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

2017-04-11 Thread Bob Ball
** Also affects: os-xenapi Importance: Undecided Status: New ** No longer affects: 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/1592362 Title:

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

2017-04-03 Thread Bob Ball
** Also affects: os-xenapi 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/1481689 Title: xenapi: cached images should be

[Yahoo-eng-team] [Bug 1642589] [NEW] Resource tracker logs at too high level

2016-11-17 Thread Bob Ball
Public bug reported: There are very few INFO messages logged by periodic tasks, but every minute the resource tracker logs 4 lines, for example: <182>Nov 17 13:26:24 node-4 nova-compute: 2016-11-17 13:26:24.942 1143 INFO nova.compute.resource_tracker [req-85a43595-8d23-4f5f-bfb2-59689d3b873f -

[Yahoo-eng-team] [Bug 1268955] Re: OVS agent updates the wrong port when using Xen + Neutron with HVM or PVHVM

2016-07-25 Thread Bob Ball
** Changed in: neutron Status: Incomplete => Fix Committed ** Project changed: neutron => nova ** Summary changed: - OVS agent updates the wrong port when using Xen + Neutron with HVM or PVHVM + OVS agent updates the wrong port when using XenAPI + Neutron with HVM or PVHVM -- You

[Yahoo-eng-team] [Bug 1220621] Re: xenapi: network bridge not created on hypervisor

2016-07-04 Thread Bob Ball
wishlist for nova network; we're now focused on Neutron. ** Changed in: nova Importance: Low => Wishlist ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

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

2016-06-16 Thread Bob Ball
Bug in Tempest, not Nova. Fixed in https://review.openstack.org/#/c/328836/ ** Project changed: nova => tempest ** Changed in: tempest Status: New => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1592849] [NEW] XenAPI: Invalid domid detection incorrect

2016-06-15 Thread Bob Ball
("VM.get_domid", vm_ref) if not domid or domid == -1: raise exception.InstanceNotFound(instance_id=instance['name']) return domid VM.get_domid will return a string, which will never be equal to an integer. ** Affects: nova Importance: High Assignee

[Yahoo-eng-team] [Bug 1584858] [NEW] ryu 4.2.1 breaks python 2.7 environments

2016-05-23 Thread Bob Ball
Public bug reported: ryu >= 4.1 is broken for Python 2.7 environments - the following commit requires ovs>=2.6.0.dev0 for all environments: https://github.com/osrg/ryu/commit/b8cb2d22aab1b761e9e2de2df1a93cc60ed60dfa Contrastingly, upper-constraints prevents ovs>2.5.0 in Python 2.7 environments:

[Yahoo-eng-team] [Bug 1201863] Re: XenAPI Resize Fails with Migration Error: Failed to transfer vhd to new host

2016-05-17 Thread Bob Ball
No current plans to fix this; use live migration not resize ** Changed in: nova Status: Confirmed => 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 1026552] Re: XenAPI pool based migration should error when not shared storage

2016-05-17 Thread Bob Ball
** Changed in: nova Status: Confirmed => Won't Fix -- 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/1026552 Title: XenAPI pool based migration should error when

[Yahoo-eng-team] [Bug 1535570] Re: Unexpected API Error in XenServer CI, test_get_console_output_with_unlimited_size

2016-01-20 Thread Bob Ball
*** This bug is a duplicate of bug 1535616 *** https://bugs.launchpad.net/bugs/1535616 This is a definite bug; just because it doesn't occur all the time means it's a race condition that needs to be investigated. ** Changed in: nova Status: Invalid => Confirmed ** This bug has been

[Yahoo-eng-team] [Bug 1535616] [NEW] XenAPI: Console logging race condition

2016-01-19 Thread Bob Ball
Public bug reported: http://dd6b71949550285df7dc- dda4e480e005aaa13ec303551d2d8155.r49.cf1.rackcdn.com/22/267822/1/2904/index.html failed with a race condition getting the guest console logs: VM started: Jan 14 22:03:58 localhost xapi: [debug|localhost.localdomain|1158 INET

[Yahoo-eng-team] [Bug 1531837] [NEW] ryu 3.29 incompatible with oslo.config

2016-01-07 Thread Bob Ball
Public bug reported: ryu 3.29 explicitly prevents compatability with oslo.config 3.2 to preserve python 2.6 compatability for ryu: https://github.com/osrg/ryu/commit/1ed92b25b5997f804dd70a4f072fd20f6af618e0 Global-requirements now requires oslo.config 3.2:

[Yahoo-eng-team] [Bug 1521977] [NEW] XenAPI: XenVIF implementation breaks the interface

2015-12-02 Thread Bob Ball
Public bug reported: Other virt drivers (libvirt: https://git.openstack.org/cgit/openstack/nova/tree/nova/virt/libvirt/vif.py#n448, hyperv: https://git.openstack.org/cgit/openstack/nova/tree/nova/virt/hyperv/vif.py#n66) plug the VIFs when the vif_driver.plug() method is called. XenAPI's vif

[Yahoo-eng-team] [Bug 1507424] Re: Hypervisor type of xen should be XenServer

2015-10-22 Thread Bob Ball
shravya: The fix seems to be in Nova, see https://review.openstack.org/#/c/237374/ ** Project changed: horizon => nova ** Changed in: nova Assignee: shravya Gaddam (shravya-g90) => John Hua (john-hua) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1492034] Re: nova network FlatDHCP (kilo) on XenServer 6.5 ebtables rules

2015-10-13 Thread Bob Ball
** Project changed: openstack-org => 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/1492034 Title: nova network FlatDHCP (kilo) on XenServer 6.5 ebtables rules

[Yahoo-eng-team] [Bug 1502929] [NEW] XenServer 6.5 fails to attach to Cinder volumes

2015-10-05 Thread Bob Ball
the backend-kind=vbd. This will ensure that the storage manager spawns a tapdisk, and that it can be attached in the correct way ** Affects: nova Importance: Medium Assignee: Bob Ball (bob-ball) Status: New ** Changed in: nova Assignee: (unassigned) => Bob Ball (bob-b

[Yahoo-eng-team] [Bug 1204631] Re: Image created from boot from iso missing min_ram and min_disk

2015-08-05 Thread Bob Ball
These fixes have already been merged ** 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/1204631 Title: Image

[Yahoo-eng-team] [Bug 1318544] Re: XenServer - Nova-Compute StorageError Waiting for device

2015-07-17 Thread Bob Ball
** Description changed: Hi All, I started building a Openstack cloud based on the new LTS version of Ubuntu (14.04). I installed both Control and Compute nodes as VM's on a XenServer. I selected the option 'Other Operating System' so this is running as HVM. The cluster is up and

[Yahoo-eng-team] [Bug 1234619] Re: xenapi: xenapi_connection_url should not be used externally

2015-07-01 Thread Bob Ball
Invalid; I believe this was actually already fixed: https://git.openstack.org/cgit/openstack/nova/tree/nova/virt/xenapi/vmops.py#n2058 ** Changed in: nova Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1463039] [NEW] BandwidthUsage object has no attribute 'instance_uuid'

2015-06-08 Thread Bob Ball
Public bug reported: XenServer CI is hitting the following issue (e.g. http ://dd6b71949550285df7dc- dda4e480e005aaa13ec303551d2d8155.r49.cf1.rackcdn.com/64/188764/2/137/index.html) 2015-06-05 15:27:01.284 ERROR oslo_messaging.rpc.dispatcher [req-5abea3a3-d27b-4221-bec0-3f6ab9a8627e

[Yahoo-eng-team] [Bug 1362595] [NEW] move_vhds_into_sr - invalid cookie

2014-08-28 Thread Bob Ball
Public bug reported: When moving VHDs on the filesystem a coalesce may be in progress. The result of this is that the VHD file is not valid when it is copied as it is being actively changed - and the VHD cookie is invalid. Seen in XenServer CI: http://dd6b71949550285df7dc-

[Yahoo-eng-team] [Bug 1317792] [NEW] XenAPI: Race - import followed by upload / waiting for snapshot coalesce

2014-05-09 Thread Bob Ball
Public bug reported: In a nutshell, so everyone doesn't have to read the rest of the bug description: If a tree is imported with more than two VDIs, then the _snapshot_attached_here method will never succeed as the condition it is waiting for (the parent being equal to the original parent

[Yahoo-eng-team] [Bug 1310966] [NEW] nova network floating IP has direct DB access

2014-04-22 Thread Bob Ball
Public bug reported: nova-network with floating IPs is currently broken due to a direct DB access 2014-04-22 08:04:32.395 ESC[01;31mERROR oslo.messaging.rpc.dispatcher [ESC[01;36mreq-8fa8da3a-2e61-47e9-a6c6-68f598e979ad ESC[00;36mTestServerAdvancedOps-228418898

[Yahoo-eng-team] [Bug 1300242] [NEW] os-hypervisor/n needs to include disk_available_least

2014-03-31 Thread Bob Ball
']['disk_available_least']: 14:11:47 None) ** Affects: nova Importance: Medium Assignee: Bob Ball (bob-ball) Status: Triaged ** Tags: xenserver -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1294069] Re: XenAPI: Boot from volume without image_ref broken

2014-03-19 Thread Bob Ball
** Changed in: devstack Assignee: John Garbutt (johngarbutt) = Bob Ball (bob-ball) -- 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/1294069 Title: XenAPI: Boot from volume

[Yahoo-eng-team] [Bug 1294069] [NEW] XenAPI: Boot from volume without image_ref broken

2014-03-18 Thread Bob Ball
Public bug reported: https://review.openstack.org/#/c/78194/ changed tempest to clear image_ref for some BFV tests - in particular the test_volume_boot_pattern This now results in a KeyError: 'disk_format' exception from Nova when using the XenAPI driver. http://paste.openstack.org/show/73733/

[Yahoo-eng-team] [Bug 1282822] [NEW] XenAPI: Race condition in wait for coalesce

2014-02-20 Thread Bob Ball
NovaException: VHD coalesce: Garbage collection not running, giving up... ** Affects: nova Importance: Critical Assignee: Bob Ball (bob-ball) Status: New ** Tags: xenserver -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1274088] [NEW] XenAPI: iscsi connection may not show VDI during attach

2014-01-29 Thread Bob Ball
Public bug reported: During an attach to an iSCSI device, the LUN may not appear as soon as the path which contains the LUNs. The XenAPI code copes with multiple (or no) LUNs for an SR, so there is a race condition where the SR is created but no VDIs are registered, leading to the following

[Yahoo-eng-team] [Bug 1258635] Re: Race with changing image status when snapshotting

2013-12-10 Thread Bob Ball
** No longer affects: 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/1258635 Title: Race with changing image status when snapshotting Status in Tempest: Fix

[Yahoo-eng-team] [Bug 1259163] [NEW] XenAPI: dd into config drive must use direct IO

2013-12-09 Thread Bob Ball
: barrier: enabled [17765.384874] xvdc: unknown partition table [17765.790561] vbd vbd-51744: 16 Device in use; refusing to close [17765.828628] block xvdc: releasing disk ** Affects: nova Importance: Medium Assignee: Bob Ball (bob-ball) Status: In Progress ** Tags: xenserver

[Yahoo-eng-team] [Bug 1258635] [NEW] Race with changing image status when snapshotting

2013-12-06 Thread Bob Ball
Public bug reported: {code} 19:18:16 == 19:18:16 FAIL: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON) 19:18:16 setUpClass

[Yahoo-eng-team] [Bug 1258169] [NEW] XenAPI: wait_for_vhd_coalesce times out when garbage collector still running

2013-12-05 Thread Bob Ball
Public bug reported: In some runs, particular stress tests, the GC may run for more than 25 seconds. The current timeout is after 5*5 seconds and so this needs to be increased. 2013-12-05 10:57:51.024 DEBUG nova.compute.manager [req-24f4e285-4e0d-48f6-8c19-793fd2735488