[Yahoo-eng-team] [Bug 1218541] Re: openvswith-nova init.d script turn off all networks except management

2013-10-10 Thread John Garbutt
Information has dried up on this, marking as invalid for now. ** 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).

[Yahoo-eng-team] [Bug 747394] Re: XenServer port needs to clear out vm-data/networking before issuing resetnetwork command

2013-10-10 Thread John Garbutt
Hmm, thinking about this, its related to issues with inject_network_info. Currently people call inject_network_info, and potentially alter xenstore, then call resetnetwork. So, sadly, this behaviour is now being used as a feature. ** Changed in: nova Status: Confirmed = Invalid -- You

[Yahoo-eng-team] [Bug 1225900] Re: xenapi: race condition in get_all_vdis_in_sr

2013-10-15 Thread John Garbutt
This is bogus ** 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/1225900 Title: xenapi: race condition in

[Yahoo-eng-team] [Bug 1188141] Re: Deleting images breaks rescue mode for servers built from said images

2013-10-21 Thread John Garbutt
This is still happening, lets bring this back ** Changed in: nova Status: Invalid = Triaged -- 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/1188141 Title:

[Yahoo-eng-team] [Bug 1262206] [NEW] xenapi: server gets deleted under certain live-migrate error conditions

2013-12-18 Thread John Garbutt
Public bug reported: Any errors after the XenServer migrate command completes currently can cause the users VM to be deleted. While there should be some cleanup performed, deleting the VM does not make sense for the XenAPI driver. ** Affects: nova Importance: Medium Assignee: John

[Yahoo-eng-team] [Bug 1265465] [NEW] xenapi: auto disk config drops boot partition flag

2014-01-02 Thread John Garbutt
Public bug reported: When the XenAPI driver resizes a boot partition, it does not take care to add back the boot partition flag. With PV images, this is not really needed, because Xen doesn't worry about the partition being bootable, but for HVM images, it is stops the image from booting any

[Yahoo-eng-team] [Bug 1277054] [NEW] Poll rescued instances fails with key error

2014-02-06 Thread John Garbutt
in extract_flavor instance_type[key] = type_fn(sys_meta[type_key]) KeyError: 'instance_type_memory_mb' This then continues to happen on every run of the periodic task, and starts to fill up the DB with instance faults. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt

[Yahoo-eng-team] [Bug 1277316] Re: Diconnecting a volume with multipath generates excesive multipath calls

2014-02-07 Thread John Garbutt
Sounds more like a cinder issue, although the detach probably gets called through nova. ** Project changed: nova = cinder -- 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 1277339] Re: snapshot-failed-when-dependent-volume-exist

2014-02-07 Thread John Garbutt
seem like a cinder thing, but throw it back if you were using the nova api. ** Project changed: nova = cinder -- 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/1277339

[Yahoo-eng-team] [Bug 1253186] Re: instance delete requests occasionally lost after nova-api says OK

2014-02-07 Thread John Garbutt
*** This bug is a duplicate of bug 1251920 *** https://bugs.launchpad.net/bugs/1251920 Already fixed, marking as invalid. ** Changed in: nova Status: New = Invalid ** This bug has been marked a duplicate of bug 1251920 Tempest failures due to failure to return console logs from an

[Yahoo-eng-team] [Bug 1276050] Re: when i run nova ./run_test -N ; Errors ocurred by ImportError: No module named config

2014-02-07 Thread John Garbutt
You need to update your virtual environment, it should then install oslo.config. ./run_tests -u Please re-open if this doesn't fix your issue. Its probably better to ask about this in IRC or the ML. ** Changed in: nova Status: New = Invalid -- You received this bug notification because

[Yahoo-eng-team] [Bug 1274924] Re: Settings the availability zone deletes all attached metadata

2014-02-07 Thread John Garbutt
I think that is as expected, it updates all the metadata to that supplied, however, its a bit confusing. ** Tags added: api ** Changed in: nova Status: New = Triaged ** Tags added: nova-client ** Tags removed: nova-client ** Tags added: novaclient ** Also affects: python-novaclient

[Yahoo-eng-team] [Bug 1257756] Re: multiple services running causes failure

2014-02-07 Thread John Garbutt
This isn't a nova issue, please raise on the ML or raise a devstack bug. ** 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 1264925] Re: Setting up the configuration rpc_zmq_topic_backlog causing zmq receiver to silently ignore all messages

2014-02-07 Thread John Garbutt
Sounds like an oslo bug, rather than nova, but needs an experts eye ** Tags added: zmq ** Also affects: oslo Importance: Undecided Status: New ** Changed in: nova Status: New = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1359651] [NEW] xenapi: still get MAP_DUPLICATE_KEY in some edge cases

2014-08-21 Thread John Garbutt
this errors, (add_ip_address_to_vm seems particuarly likely to hit issues), it seems best to tidy up the xenstore writing code so we consistently add/remove keys from the live copy and the copy in xenapi. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt

[Yahoo-eng-team] [Bug 1359835] [NEW] select_destinations should send start/end notifications

2014-08-21 Thread John Garbutt
Public bug reported: In the filter scheduler, schedule_run_instance sends notifications, but select_destinations does not. This is inconsistent, and we should send start/end notifications from both code paths. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt

[Yahoo-eng-team] [Bug 1366758] [NEW] notifications should include progress info and cell name

2014-09-08 Thread John Garbutt
Public bug reported: The notifications are quite out of sync with some of the instance object changes, in particular these very useful details are not included: * progress * cell_name ** Affects: nova Importance: Wishlist Assignee: John Garbutt (johngarbutt) Status

[Yahoo-eng-team] [Bug 1370999] [NEW] xenapi: windows agent unreliable due to reboots

2014-09-18 Thread John Garbutt
detecting a reboot. Either way, we need to take more care to detect reboots while talking to the agent. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt) Status: In Progress ** Tags: xenserver ** Changed in: nova Importance: Undecided = Medium ** Changed

[Yahoo-eng-team] [Bug 1371072] [NEW] xenapi: should clean up old snapshots before creating a new one

2014-09-18 Thread John Garbutt
. ** Affects: nova Importance: Low Assignee: John Garbutt (johngarbutt) Status: In Progress ** Tags: xenserver ** Changed in: nova Importance: Undecided = Low ** Changed in: nova Status: New = Triaged ** Changed in: nova Assignee: (unassigned) = John Garbutt

[Yahoo-eng-team] [Bug 1376681] [NEW] cells: CONF.cells.reserve_percent should help reserve whole hosts

2014-10-02 Thread John Garbutt
Public bug reported: The current cells state updates only reserve an amount of capacity. Really it should be trying to keep a number of hosts free, at least that was the original intention. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt) Status

[Yahoo-eng-team] [Bug 1376681] Re: cells: CONF.cells.reserve_percent should help reserve whole hosts

2014-10-02 Thread John Garbutt
Actually this is rubbish, its there for a reason. ** 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/1376681 Title:

[Yahoo-eng-team] [Bug 1331440] [NEW] xenapi: failed snapshots never deleted

2014-06-18 Thread John Garbutt
. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt) Status: Triaged ** Tags: xenserver ** Tags added: xenserver ** Changed in: nova Status: New = Triaged ** Changed in: nova Importance: Undecided = Medium ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1340596] Re: Tests fail due to novaclient 2.18 update

2014-07-11 Thread John Garbutt
** Also affects: python-novaclient Importance: Undecided Status: New -- 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/1340596 Title: Tests fail due to

[Yahoo-eng-team] [Bug 1284596] [NEW] xenapi: must cleanup tar process on glance download errors

2014-02-25 Thread John Garbutt
code path, to ensure both behave in a similar way to any network errors. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt) Status: In Progress ** Tags: xenserver ** Changed in: nova Status: New = In Progress ** Changed in: nova Importance

[Yahoo-eng-team] [Bug 1024944] Re: XenServer: If file system is directly is on root device, auto_disk_configure does not work

2014-03-05 Thread John Garbutt
This seems unlikely at this point, marking as will not fix. ** Changed in: nova Status: Triaged = 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/1024944

[Yahoo-eng-team] [Blueprint auto-backup-terminate] Autobackup When Deprovisioning

2014-03-05 Thread John Garbutt
Blueprint changed by John Garbutt: Definition Status: Approved = Obsolete -- Autobackup When Deprovisioning https://blueprints.launchpad.net/nova/+spec/auto-backup-terminate -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe

[Yahoo-eng-team] [Bug 1289361] [NEW] xenapi: unable to create instances with ephemeral disks

2014-03-07 Thread John Garbutt
Public bug reported: The resize ephemeral disk blueprint has regressed the ability to spawn instances with ephemeral disks. ** Affects: nova Importance: High Assignee: John Garbutt (johngarbutt) Status: Triaged ** Tags: xenserver ** Tags added: xenserver ** Changed

[Yahoo-eng-team] [Bug 1188141] Re: Deleting images breaks rescue mode for servers built from said images

2014-03-07 Thread John Garbutt
There is a blueprint for the fix for this: https://blueprints.launchpad.net/nova/+spec/allow-image-to-be-specified-during-rescue ** Changed in: nova Status: Triaged = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1182934] Re: xenapi: set hostname is failing with latest XS 6.1 PV tools

2014-03-07 Thread John Garbutt
This was fixed in the nova agent, and is now fixed. Clearly had another bug or blueprint open for the fix. ** Changed in: nova Status: Triaged = 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 1024786] Re: xenapi:agent tries to update before networking is setup

2014-03-10 Thread John Garbutt
*** This bug is a duplicate of bug 1250162 *** https://bugs.launchpad.net/bugs/1250162 Fixed here: https://github.com/openstack/nova/commit/9393ed0a8546ce393e354614e87056c795abd22b ** This bug has been marked a duplicate of bug 1250162 xenapi: Agent update ordering -- You received this

[Yahoo-eng-team] [Bug 1262601] Re: Can't do resize on shared storage

2014-03-13 Thread John Garbutt
Sorry, I don't see this as something we should support. If you have a fix, I am cool with that, but its a very complicated bit of code, I would rather make simpler not more complex, for just an edge case. ** Changed in: nova Status: Triaged = Won't Fix -- You received this bug

[Yahoo-eng-team] [Bug 1301515] [NEW] reduce logging in the scheduler to improve performance

2014-04-02 Thread John Garbutt
test, and modifying it to look at when there are around 200 hosts, which is still quite a modest size. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt) Status: In Progress ** Tags: scheduler ** Changed in: nova Status: New = Triaged ** Changed

[Yahoo-eng-team] [Blueprint xenapi-live-migration] XenServer (xenapi) live migration support

2012-03-30 Thread John Garbutt
Blueprint changed by John Garbutt: Work items changed: Work items: - pool-based live-migration: INPROGRESS - cross pool live-migration: TODO + pool-based shared storage live-migration: INPROGRESS + standalone host EXT live-migration: TODO scheduler based migration: TODO tempest tests: TODO

[Yahoo-eng-team] [Blueprint xenapi-text-console-support] XenAPI text console support

2012-04-24 Thread John Garbutt
Blueprint changed by John Garbutt: Whiteboard changed: - Ewan Mellor is working on this. + Ewan Mellor was working on this. + + XenServer 6.0 now includes the required changes to support for this + feature. -- XenAPI text console support https://blueprints.launchpad.net/nova/+spec/xenapi-text

[Yahoo-eng-team] [Bug 1103158] Re: XenServer not cleaning up SM locks

2013-03-06 Thread John Garbutt
Moved to will not fix, since it is an issue in XenServer not OpenStack ** 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 902663] Re: dom0 management traffic is not allowed to flow across a VLAN

2013-03-14 Thread John Garbutt
No one has been complaining about this, so it probably isn't worth fixing. The rules need revisiting in the light of quantum anyways. ** Changed in: nova Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1037516] Re: Over time XenAPI driver eventuall fills up Dom0 disk

2013-03-14 Thread John Garbutt
It was due to errors due to some setup issues and failed tests. It really just a symptom of some other issues, lets ignore this one. ** 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 952816] Re: xenapi resize fails on Essex4 while using COW

2013-03-21 Thread John Garbutt
COW is on by default, and cache_image=all and I have resized, and everything seemed to work. ** Changed in: nova Status: Confirmed = 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 962097] Re: in xenapi migration plugin the vhd-util calls fail on kronos

2013-03-21 Thread John Garbutt
This has since been fixed, code inspection says it works in folsom onwards. ** Changed in: nova Status: Confirmed = 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 1162382] Re: LVM over ISCSI as default SR not working

2013-05-08 Thread John Garbutt
Currently only VHD based SRs are supported. It would work if you use NFS. Unfortunately, LVHD is also not supported with Cinder right now either. It doesn't really fit the model Cinder has. However, if your array is supported over raw iSCSI with Cinder, it should work with XCP. The LVHD SR does

[Yahoo-eng-team] [Bug 1155068] Re: xenapi: errors when resizing down previously large instance

2013-05-08 Thread John Garbutt
The issue is covered elsewhere ** Changed in: nova Status: Confirmed = 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/1155068 Title: xenapi: errors when

[Yahoo-eng-team] [Bug 903282] Re: Instances spawned on XenServer cannot communicate

2013-05-08 Thread John Garbutt
Removing this, it will be revisited with the move from nova-network to quantum. ** 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 1162973] Re: XCP resource pool - unable to migrate instances

2013-05-22 Thread John Garbutt
It seems this is invalid, and should be fixed by 1161619 ** Changed in: nova Status: Triaged = 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/1162973

[Yahoo-eng-team] [Bug 1004175] Re: XenAPI text console support

2013-05-22 Thread John Garbutt
I have a blueprint for this now: https://blueprints.launchpad.net/nova/+spec/xenapi-server-log ** 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 954913] Re: xenapi host refresh not dealing with exceptions well when updating host stats

2013-05-22 Thread John Garbutt
This is a bit of non issue ** 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/954913 Title: xenapi host refresh

[Yahoo-eng-team] [Bug 1185843] Re: xenapi: bittorrent plugin download_vhd does not accept project_id argument

2013-05-30 Thread John Garbutt
** 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/1185843 Title: xenapi: bittorrent plugin download_vhd does not

[Yahoo-eng-team] [Bug 1178639] Re: xenapi spawn clean up vdi logic needs work

2013-07-18 Thread John Garbutt
On closer inspection, it looks like we are OK, in general. Will need to find more specific cases. ** Changed in: nova Status: Triaged = 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 1189838] Re: xenapi: when agent injects ssh key, host keys should also be regenerated

2013-07-18 Thread John Garbutt
Yep, this is either a nova agent issue, or a end-user issue. Either way, its not a Nova bug. ** Changed in: nova Status: Triaged = 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 1180670] Re: XenAPIVMTestCase.test_instance_snapshot_fails_with_no_primary_vdi sometimes fails

2013-07-18 Thread John Garbutt
This seems to have been fixed by a different change I can't track down, removing from bug list ** Changed in: nova Status: Confirmed = 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 1015190] Re: arch_filter tracebacks with xenapi

2013-07-18 Thread John Garbutt
can't find this in the scheduler any more, marking as invalid for now, please correct me if I am wrong! ** Changed in: nova Status: Triaged = 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 1223818] Re: xenapi: freebsd and gentoo builds fail when using old agents

2013-09-16 Thread John Garbutt
the agent update has its own issues, we should probably add this workaround. ** Changed in: nova Status: Invalid = Triaged ** Changed in: nova Status: Triaged = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1226449] Re: xenapi: issues migrating a server with config drive attached

2013-09-17 Thread John Garbutt
hmm, seems to work fine, need more details ** 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/1226449 Title:

[Yahoo-eng-team] [Bug 1200591] Re: virt xenapi driver does not retry upload_image on a socket error

2013-09-20 Thread John Garbutt
I don't think we have seen this recently. Lets close this out for now, and keep watching. ** 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).

[Yahoo-eng-team] [Bug 1398826] [NEW] xenapi: upload failures causing image to go active

2014-12-03 Thread John Garbutt
to make sure when the upload fails, glance puts the image into the failed state, not the active state. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt) Status: In Progress ** Tags: xenserver ** Changed in: nova Importance: Undecided = Medium ** Changed

[Yahoo-eng-team] [Bug 1422342] [NEW] xenapi: soft reboot should attempt hard reboot on failure

2015-02-16 Thread John Garbutt
: xenserver ** Changed in: nova Assignee: John Garbutt (johngarbutt) = (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/1422342 Title: xenapi: soft reboot

[Yahoo-eng-team] [Bug 1443816] [NEW] cells: config drive doesn't work with cells when injecting an ssh key

2015-04-14 Thread John Garbutt
Public bug reported: To reproduce the problem, build an instance with a config drive attached, and keypair selected, when the deployment is using cells. This is the change that caused this issue:

[Yahoo-eng-team] [Bug 1446638] [NEW] api has issues when Sorting and pagination params used as filters

2015-04-21 Thread John Garbutt
Public bug reported: While retrieving servers, the sort and pagination query string parameters are treated as search options. These parameters are passed down to the DB layer and eventually filtered out when an AttributeError is caught because they do not exist on the Instance model. This is

[Yahoo-eng-team] [Bug 1447132] Re: nova-manage db migrate_flavor_data doesn't do instances not in instance_extra

2015-04-27 Thread John Garbutt
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None = kilo-rc3 -- 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 1392773] Re: Live migration of volume backed instances broken after upgrade to Juno

2015-04-09 Thread John Garbutt
** Changed in: nova Status: Fix Committed = 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/1392773 Title: Live migration of volume backed instances

[Yahoo-eng-team] [Bug 1462305] [NEW] multi-node test causes nova-compute to lockup

2015-06-05 Thread John Garbutt
Public bug reported: Its not very clear whats going on here, but here is the symptom. One of the nova-compute nodes appears to lock up: http://logs.openstack.org/67/175067/2/check/check-tempest-dsvm-multinode-full/7a95fb0/logs/screen-n-cpu.txt.gz#_2015-05-29_23_27_48_296 It was just completing

[Yahoo-eng-team] [Bug 1460176] Re: Reschedules sometimes do not allocate networks

2015-06-22 Thread John Garbutt
its not really released yet, move back to fix committed. ** Changed in: nova Status: Fix Released = Fix Committed ** Changed in: nova Importance: Undecided = Medium ** Changed in: nova Assignee: (unassigned) = Jim Rollenhagen (jim-rollenhagen) -- You received this bug

[Yahoo-eng-team] [Bug 1459758] [NEW] inline flavor migration fails with pre-kilo instances

2015-05-28 Thread John Garbutt
of OrphanedInstanceErrors when listing instances, because the instance no longer has any flavors. ** Affects: nova Importance: Medium Assignee: John Garbutt (johngarbutt) Status: In Progress ** Affects: nova/kilo Importance: Undecided Assignee: Dan Smith (danms) Status

[Yahoo-eng-team] [Bug 1460673] [NEW] nova-manage flavor convert fails if instance has no flavor in sys_meta

2015-06-01 Thread John Garbutt
Public bug reported: nova-manage fails if instance has no flavor in sys_meta when trying to move them all to instance_extra. But mostly the instance_type table includes the correct information, so it should be possible to copy it from there. ** Affects: nova Importance: Medium

[Yahoo-eng-team] [Bug 1427098] Re: Container servers are wrongly scheduled to non-docker hypervisor

2015-08-20 Thread John Garbutt
docker is not in the nova tree any more, so this is no longer in scope for nova. ** 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 1380742] Re: Mulitpath scsi devices are not removed if there is an error in multipath command stdout

2015-08-05 Thread John Garbutt
Apparently the move to os_brick means we don't need this fixing any more. ** Tags added: volumes ** Changed in: nova Status: In Progress = Invalid ** Changed in: nova Importance: Undecided = Medium -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1447342] Re: libvirtError: XML error: Missing CPU model name lead to compute service fail to start

2015-08-05 Thread John Garbutt
patch is abandoned, saying this is a valid failure as things are misconfigured. ** Tags added: libvirt ** 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 1452032] Re: Device descriptor not removed with different iqn and multipath enabled.

2015-08-05 Thread John Garbutt
Looks like this is invalid now os-brick has merged. ** Tags added: volumes ** 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 1297375] Re: All nova apis relying on Instance.save(expected_*_state) for safety contain a race condition

2015-08-05 Thread John Garbutt
This was reverted, but now has a patch open for review again ** Changed in: nova Milestone: liberty-2 = None ** Changed in: nova Status: Fix Released = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1296414] Re: quotas not updated when periodic tasks or startup finish deletes

2015-08-06 Thread John Garbutt
Apparently this is a two part fix, the second part is here: https://review.openstack.org/#/c/170118 ** Changed in: nova Status: Fix Released = In Progress ** Changed in: nova Milestone: liberty-1 = None -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1412993] Re: Nova resize for boot-from-volume instance does not resize volume

2015-11-04 Thread John Garbutt
Marking this as invalid, as I think this is the correct behaviour. There was talk of adding the ability to resize a volume during resize using BDM, but thats a spec. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1498075] [NEW] Filter leading/trailing spaces for name field in v2.1 compat mode

2015-09-21 Thread John Garbutt
Public bug reported: This has spun out of: https://bugs.launchpad.net/nova/+bug/1491511 v2_legacy allows trailing whitespace, so v2.0 compat needs to also accept those request. To make it simpler, best to strip all the trailing whitespace in v2.0. ** Affects: nova Importance: High

[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2015-10-05 Thread John Garbutt
** Changed in: nova Status: In Progress => Won't Fix ** Changed in: nova Assignee: Rajesh Tailor (rajesh-tailor) => (unassigned) -- 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 1525196] Re: change default policy for password and resetstate

2016-01-04 Thread John Garbutt
The owner of the instance should not be able to reset state, that is totally as intended. A policy issue will never make an instance go to error, I think you are hitting a different issue here. Please double check the logs, I suspect if you are using KVM, you are missing the qemu agent from your

[Yahoo-eng-team] [Bug 1558343] Re: configdrive is lost after resize.(libvirt driver)

2016-03-21 Thread John Garbutt
** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/mitaka Status: New => Confirmed ** Changed in: nova/mitaka Importance: Undecided => High ** Changed in: nova/mitaka Milestone: None => mitaka-rc2 -- You received this bug notification

[Yahoo-eng-team] [Bug 1557585] Re: Xenapi live-migration does not work at all now

2016-03-21 Thread John Garbutt
** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/mitaka Importance: Undecided => High ** Changed in: nova/mitaka Status: New => Confirmed ** Changed in: nova/mitaka Milestone: None => mitaka-rc2 -- You received this bug notification

[Yahoo-eng-team] [Bug 1561022] Re: Server group policies are not honored during live migration

2016-03-23 Thread John Garbutt
Seems like a nasty regression, adding to mitaka rc2 ** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/mitaka Milestone: None => mitaka-rc2 ** Tags added: mitaka-rc-potential -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1561357] Re: VM deployed with availability-zone (force_hosts) cannot be live migrated to an untargeted host

2016-03-30 Thread John Garbutt
** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/mitaka Milestone: None => mitaka-rc3 ** Changed in: nova/mitaka Status: New => Fix Committed ** Changed in: nova/mitaka Importance: Undecided => Critical ** Changed in: nova/mitaka

[Yahoo-eng-team] [Bug 1599111] Re: HTTP exception thrown: Unexpected API Error

2016-07-14 Thread John Garbutt
nova-docker is not part of upstream nova, or supported by upstream Nova. Moving to the nova-docker project. ** Also affects: nova-docker Importance: Undecided Status: New ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1504725] Re: rabbitmq-server restart twice, log is crazy increasing until service restart

2016-07-14 Thread John Garbutt
** Changed in: nova Status: Confirmed => Invalid ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1504725 Title: rabbitmq-server restart twice, log is

[Yahoo-eng-team] [Bug 1533867] Re: In cell mode and latest kilo code, nova get-vnc-console throw 500 error

2016-07-14 Thread John Garbutt
Given this is for cells, and cells is now largely frozen code, marking as opinion. ** Changed in: nova Status: Confirmed => Opinion ** Tags added: cells -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1558503] Re: Flavor m1.tiny could not be found Exception while creating instance

2016-07-14 Thread John Garbutt
So I think this is actually python-novaclient. It checks to see if its a valid id, and correctly gets 404. This seems like the correct/expected behaviour. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1537625] Re: invalid path for plugin skeleton in api_plugins.rst

2016-07-14 Thread John Garbutt
This doc should not be fixed, it has now been removed. ** 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/1537625 Title:

[Yahoo-eng-team] [Bug 1461734] Re: duplicate detach volume in nova

2016-07-12 Thread John Garbutt
So I think cinder has fixed this now they have improved state handling. It moves into the detaching state, which causes the duplicates to fail. We need to double check this again on master, so marking as invalid for now, while we wait for a valid repo steps and logs capturing the error that

[Yahoo-eng-team] [Bug 1439861] Re: encrypted iSCSI volume attach fails to attach when multipath-tools installed

2016-07-12 Thread John Garbutt
*** This bug is a duplicate of bug 1439869 *** https://bugs.launchpad.net/bugs/1439869 ** This bug has been marked a duplicate of bug 1439869 encrypted iSCSI volume attach fails when iscsi_use_multipath is enabled -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1456474] Re: Nova-scheduler & Nova-cert stopped after server restart

2016-07-12 Thread John Garbutt
So please report this issue with the package author. This is not an upstream bug, we have no packing upstream. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1475256] Re: sriov: VFs attributes (vlan, mac address) are not cleaned up after port delete

2016-07-12 Thread John Garbutt
Looks like this got fixed in libvirt. ** Tags added: neutron sriov ** Changed in: nova Status: Confirmed => 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 1475655] Re: Unit_add call fails for fcp volumes when target port has not been configured

2016-07-12 Thread John Garbutt
This sounds like something that needs fixing in the appropriate os-brick logic for system z ** Also affects: os-brick Importance: Undecided Status: New ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1463911] Re: IPV6 fragmentation and mtu issue

2016-07-12 Thread John Garbutt
** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1463911 Title: IPV6 fragmentation and mtu issue Status in neutron: Confirmed Status in linux package in

[Yahoo-eng-team] [Bug 1427522] Re: affinity server group is limited on one host

2016-07-12 Thread John Garbutt
This wishlist bug has been open a year without any activity. I'm going to move it to "Opinion / Wishlist", which is an easily-obtainable queue of older requests that have come on. This bug can be reopened (set back to "New") if someone decides to work on this. ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 1452032] Re: Device descriptor not removed with different iqn and multipath enabled.

2016-07-12 Thread John Garbutt
So to fix this on stable releases, the bug should be targeted for that stable release.this is still invalid for master. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1459542] Re: Move check whether instance is booted from volume from libvirt/driver.py to API

2016-07-12 Thread John Garbutt
So this behaviour is correct. The volume size is inferred from the flavor, unless the user chooses otherwise. It's really not related. The quota and usage in Nova is only tracking local disk, cinder tracks all volumes. Given all that, marking this as invalid for now. ** Changed in: nova

[Yahoo-eng-team] [Bug 1482029] Re: Delete "vm that has snapshot" spend more time

2016-07-12 Thread John Garbutt
This is too old to be useful, let's kill this one. ** Changed in: nova Status: Confirmed => Incomplete ** 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

[Yahoo-eng-team] [Bug 1483236] Re: It´s not possible to disable the nova compute service on one compute node

2016-07-12 Thread John Garbutt
So that behaviour is as designed. Disabled only stops new instances landing on that host. You can still manage your existing instances. The intent is to allow an admin to migrate or live-migrate instances off the host. I think we probably want some extra level of disabled to signal that existing

[Yahoo-eng-team] [Bug 1412285] Re: InstanceInfoCacheNotFound exception

2016-07-07 Thread John Garbutt
Looks like this got fixed, marking it as invalid. ** Changed in: nova Status: Confirmed => 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/1412285 Title:

[Yahoo-eng-team] [Bug 1571839] Re: NoSuchOptError: no such option in group neutron: auth_plugin

2016-07-08 Thread John Garbutt
*** This bug is a duplicate of bug 1574988 *** https://bugs.launchpad.net/bugs/1574988 This but has already been fixed here: https://github.com/openstack/nova/commit/2647f91ae97844a73176fc1c8663d9b186bdec1a ** This bug has been marked a duplicate of bug 1574988 -- You received this bug

[Yahoo-eng-team] [Bug 1569555] Re: Request is wrong for compute v2.1 os-flavor-access list

2016-07-08 Thread John Garbutt
We should say Fix Released for this. ** Changed in: nova Status: Fix Committed => 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/1569555 Title:

[Yahoo-eng-team] [Bug 1662626] [NEW] live-migrate left in migrating as domain not found

2017-02-07 Thread John Garbutt
= -1: raise libvirtError ('virDomainUndefine() failed', dom=self) 2017-02-05 02:33:46.364 19770 ERROR nova.compute.manager [instance: 62034d78-3144-4efd-9c2c-8a792aed3d6b] libvirtError: Domain not found: no domain with matching uuid '62034d78-3144-4efd-9c2c-8a792aed3d6b' (instance-0431) 201

[Yahoo-eng-team] [Bug 1607350] Re: floating-ip info doesn't contain information about instance if associated (with nova network installation)

2017-02-10 Thread John Garbutt
While this bug is correct, this feature has now been deprecated, and is bug frozen. ** 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 1631918] [NEW] _determine_version_cap fails with MessagingTimeout when starting nova-compute

2016-10-10 Thread John Garbutt
the process to exit, but it doesn't seem to quite fully exit the process. It seems like this happens only when CONF.upgrade_levels.compute = "auto" This was spotted in this OSA change: https://review.openstack.org/#/c/367752 ** Affects: nova Importance: Medium Assignee: Jo

[Yahoo-eng-team] [Bug 1616240] Re: Traceback in vif.py execv() arg 2 must contain only strings

2016-08-26 Thread John Garbutt
So sbezverk_ confirmed the issue was the --config-dir that priv-sep was passing to the worker. I am looking into a fix for that now. ** Also affects: oslo.privsep Importance: Undecided Status: New ** Changed in: nova Status: New => Invalid -- You received this bug notification

  1   2   >