[Yahoo-eng-team] [Bug 1567549] [NEW] SR-IOV VF passthrough does not properly update status of parent PF upon freeing VF

2016-04-07 Thread Nikola Đipanov
Public bug reported: Assigning an SR-IOV VF device to an instance when PFs are whitelisted too correctly marks the PF as unavailable if one of it's VFs got assigned. However when we delete the instance, the PF is not makred as available. Steps to reproduce: 1) Whitelist PFs and VFs in nova.conf

[Yahoo-eng-team] [Bug 1565785] [NEW] SR-IOV PF passthrough device claiming/allocation does not work for physical functions devices

2016-04-04 Thread Nikola Đipanov
Public bug reported: Enable PCI passthrough on a compute host (whitelist devices explained in more detail in the docs), and create a network, subnet and a port that represents a SR-IOV physical function passthrough: $ neutron net-create --provider:physical_network=phynet

[Yahoo-eng-team] [Bug 1565721] [NEW] SR-IOV PF passthrough breaks resource tracking

2016-04-04 Thread Nikola Đipanov
Public bug reported: Enable PCI passthrough on a compute host (whitelist devices explained in more detail in the docs), and create a network, subnet and a port that represents a SR-IOV physical function passthrough: $ neutron net-create --provider:physical_network=phynet

[Yahoo-eng-team] [Bug 1563874] [NEW] libvirt: Snapshot and resume wont' work for instances with some SR-IOV ports

2016-03-30 Thread Nikola Đipanov
Public bug reported: libvirt driver methods that are used for determining whether a port is an SR-IOV port do not check properly for all possible SR-IOV port types: https://github.com/openstack/nova/blob/f15d9a9693b19393fcde84cf4bc6f044d39ffdca/nova/virt/libvirt/driver.py#L3378 should be

[Yahoo-eng-team] [Bug 1543149] Re: Reserve host pages on compute nodes

2016-03-14 Thread Nikola Đipanov
** 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/1543149 Title: Reserve host pages on compute nodes Status

[Yahoo-eng-team] [Bug 1543562] [NEW] mitaka pci_request object needs a migration script for an online data migration

2016-02-09 Thread Nikola Đipanov
Public bug reported: The following change adds an online data migration to the PciDevice object. https://review.openstack.org/#/c/249015/ (50355c45) When we do that we normally want to couple it together with a script that will allow operators to run the migration code even for rows that do not

[Yahoo-eng-team] [Bug 1370207] Re: race condition between nova scheduler and nova compute

2015-12-14 Thread Nikola Đipanov
This seems to be by design i.e. Scheduler can get out of sync, and we have the claim-and-retry mechanism in place so request for vm3 would fail and trigger a reschedule. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1519878] Re: numatopology filter incorrectly returns no resources

2015-11-27 Thread Nikola Đipanov
Yes. as discussed - that is to be expected. Closing the bug for now. Feel free to reopen if you feel it needs more looking into. ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1501358] [NEW] cpu pinning on the host that has siblings does not work properly in some cases (instance with odd CPUs)

2015-09-30 Thread Nikola Đipanov
Public bug reported: Calculating CPU pinning for an instance for the host with hyperthreading fails in certain cases. Most notably when the instance has an odd number of CPUs, due to a bug in the logic we might either fail to pin entirely or end up avoiding siblings by accident, although the

[Yahoo-eng-team] [Bug 1499449] [NEW] libvirt live-migration: Monitoring task does not track progress watermark correctly

2015-09-24 Thread Nikola Đipanov
Public bug reported: It is possible for a libvirt to report libvirt.VIR_DOMAIN_JOB_UNBOUNDED in _live_migration_monitor (https://github.com/openstack/nova/blob/ccea5d6b0ace535b375d3e63bd572885cb5dbc91/nova/virt/libvirt/driver.py#L5823) but return 0s for data_remaining, which in turn makes out

[Yahoo-eng-team] [Bug 1499028] [NEW] Rebuild would not apply the migration context before calling the driver

2015-09-23 Thread Nikola Đipanov
Public bug reported: https://review.openstack.org/#/c/200485/ patch makes rebuild use migration context added earlier in Liberty for proper resource tracking when doing rebuild/evacuate. Sadly the above patch missed that we need to make sure we set the proper data from the context when calling

[Yahoo-eng-team] [Bug 1496135] Re: libvirt live-migration will not honor destination vcpu_pin_set config

2015-09-22 Thread Nikola Đipanov
** 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/1496135 Title: libvirt live-migration will not honor destination

[Yahoo-eng-team] [Bug 1498126] [NEW] Inconsistencies with resource tracking in the case of resize operation.

2015-09-21 Thread Nikola Đipanov
Public bug reported: All of these are being reported upon code inspection - I have yet to confirm all of these as they are in fact edge cases and subtle race conditions: * We update the instance.host field to the value of the destination_node in resize_migration which runs on the source host.

[Yahoo-eng-team] [Bug 1489442] Re: Invalid order of volumes with adding a volume in boot operation

2015-09-17 Thread Nikola Đipanov
Moving this to Invalid - but please feel free to move back if you disagree. ** 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 1496135] [NEW] libvirt live-migration will not honor destination vcpu_pin_set config

2015-09-15 Thread Nikola Đipanov
Public bug reported: Reporting this based on code inspection of the current master (commit: 9f61d1eb642785734f19b5b23365f80f033c3d9a) When we attempt to live-migrate an instance onto a host that has a different vcpu_pin_set than the one that was on the source host, we may either break the policy

[Yahoo-eng-team] [Bug 1370250] Re: Can not set volume attributes at instance launch by EC2 API

2015-08-03 Thread Nikola Đipanov
Not sure why this was moved to won't fix the fix is up and has a +2. Moving back ** Changed in: nova Status: Won't Fix = 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 1475831] Re: injected_file_content_bytes should be changed to injected-file-size

2015-07-31 Thread Nikola Đipanov
I think Alex was saying that this needs to be fixed in the openstack- client, not Nova client. Nova client does the right thing for what the server expects, it's the unified client that gets it wrong. ** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed

[Yahoo-eng-team] [Bug 1475254] [NEW] NovaObjectSerializer cannot handle backporting a nested object

2015-07-16 Thread Nikola Đipanov
Public bug reported: NovaObjectSerializer will call obj_from_primitive, and tries to guard against IncompatibleObjectVersion in which case it will call on the conductor to backport the object to the highest version it knows about. See:

[Yahoo-eng-team] [Bug 1275675] Re: Version change in ObjectField does not work with back-levelling

2015-07-16 Thread Nikola Đipanov
** Also affects: oslo.versionedobjects 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/1275675 Title: Version change in

[Yahoo-eng-team] [Bug 1474074] [NEW] PciDeviceList is not versioned properly in liberty and kilo

2015-07-13 Thread Nikola Đipanov
Public bug reported: The following commit: https://review.openstack.org/#/c/140289/4/nova/objects/pci_device.py missed to bump the PciDeviceList version. We should do it now (master @ 4bfb094) and backport this to stable Kilo as well ** Affects: nova Importance: High Status:

[Yahoo-eng-team] [Bug 1461638] [NEW] when booting with a blank volume without supplied size - it will just get ignored

2015-06-03 Thread Nikola Đipanov
Public bug reported: $ nova boot --image cirros-0.3.4-x86_64-uec --flavor 1 --block-device source=blank,dest=volume testvm-blank The above line would be accepted as a valid boot request, but no blank volume would be created. The reason is that:

[Yahoo-eng-team] [Bug 1452224] [NEW] libvirt: attaching volume device name should be decided using the same logic as when booting

2015-05-06 Thread Nikola Đipanov
Public bug reported: libvirt driver needs to use it's own logic for determining the device name that will be persisted in Nova instead of the generic methods in nova.compute.utils, since libvirt cannot really assign the device name to a block device of an instance (it's treated as a ordering hint

[Yahoo-eng-team] [Bug 1377161] Re: If volume-attach API is failed, Block Device Mapping record will remain

2015-05-06 Thread Nikola Đipanov
So as commented on the patch - I really think that we need to make sure that whatever gets created, also gets cleaned up on errors - while the patch https://review.openstack.org/166695 has some good ideas. What I also noticed (when I was testing this some time ago) is that what really happens

[Yahoo-eng-team] [Bug 1435748] Re: save method is getting called two times in 'attach' api

2015-05-06 Thread Nikola Đipanov
** 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/1435748 Title: save method is getting called two times in

[Yahoo-eng-team] [Bug 1172808] Re: Nova fails on Quantum port quota too late

2015-05-05 Thread Nikola Đipanov
A patch that does a partial revert of https://review.openstack.org/49455 from comment #16 and is under discussion at the time of writing so I am linking it here. https://review.openstack.org/#/c/175742/ Basically - just checking quotas and not reserving them is a bit of a fool's errand. We

[Yahoo-eng-team] [Bug 1451950] [NEW] virt.block_device.conver_all_volumes would miss blank volumes

2015-05-05 Thread Nikola Đipanov
Public bug reported: The following patch that introduces the method for some reason completely missed the Blank volume type https://review.openstack.org/#/c/150090/ ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1450438] [NEW] loopingcall: if a time drift to the future occurs, all timers will be blocked

2015-04-30 Thread Nikola Đipanov
Public bug reported: Due to the fact that loopingcall.py uses time.time for recording wall- clock time which is not guaranteed to be monotonic, if a time drift to the future occurs, and then gets corrected, all the timers will get blocked until the actual time reaches the moment of the original

[Yahoo-eng-team] [Bug 1383465] Re: [pci-passthrough] nova-compute fails to start

2015-04-28 Thread Nikola Đipanov
*** This bug is a duplicate of bug 1415768 *** https://bugs.launchpad.net/bugs/1415768 ** This bug has been marked a duplicate of bug 1415768 the pci deivce assigned to instance is inconsistent with DB record when restarting nova-compute -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1383465] Re: [pci-passthrough] nova-compute fails to start

2015-04-20 Thread Nikola Đipanov
** Changed in: nova Status: In Progress = 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/1383465 Title: [pci-passthrough] nova-compute fails to

[Yahoo-eng-team] [Bug 1442048] [NEW] Avoid websocket proxies needing to have matching have config '*_baseurl' configs with compute nodes

2015-04-09 Thread Nikola Đipanov
. ** Affects: nova Importance: High Assignee: Nikola Đipanov (ndipanov) Status: Confirmed ** Tags: kilo-rc-potential ** Tags added: kilo-rc-potential ** Changed in: nova Status: New = Confirmed ** Changed in: nova Importance: Undecided = High -- You received this bug

[Yahoo-eng-team] [Bug 1436314] Re: Option to boot VM only from volume is not available

2015-04-03 Thread Nikola Đipanov
It is enough to specify --boot-volume option, (see https://wiki.openstack.org/wiki/BlockDeviceConfig for more details about the block device mapping syntax). Setting max_local_block_devices to 0 means that any request that attempts to create a local disk will fail. This option is meant to limit

[Yahoo-eng-team] [Bug 1439282] [NEW] Cinder API errors and timeouts can cause Nova to not save data about volumes

2015-04-01 Thread Nikola Đipanov
Public bug reported: A user reports: Nova's Block device mappings can become invalid/inconsistent if errors are encountered while calling for Cinder to attach a volume. 2014-12-18 11:14:41.594 19473 ERROR nova.compute.manager [req-6f65b7d5-0930-4adf-9b5f-dd20eb1a707e

[Yahoo-eng-team] [Bug 1438238] [NEW] Several concurent scheduling requests for CPU pinning may fail due to racy host_state handling

2015-03-30 Thread Nikola Đipanov
Public bug reported: The issue happens when multiple scheduling attempts that request CPU pinning are done in parallel. 015-03-25T14:18:00.222 controller-0 nova-scheduler err Exception during message handling: Cannot pin/unpin cpus [4] from the following pinned set [3, 4, 5, 6, 7, 8, 9]

[Yahoo-eng-team] [Bug 1433609] [NEW] Not adding a image block device mapping causes some valid boot requests to fail

2015-03-18 Thread Nikola Đipanov
Public bug reported: The following commit removed the code in the python nova client that would add an image block device mapping entry (source_type: image, destination_type: local) in preparation for fixing https://bugs.launchpad.net/nova/+bug/1377958. However this makes some valid instance

[Yahoo-eng-team] [Bug 1427772] [NEW] Instance that uses force-host still needs to run some filters

2015-03-03 Thread Nikola Đipanov
Public bug reported: More in-depth discussion can be found here: http://lists.openstack.org/pipermail/openstack- dev/2015-February/056695.html Basically - there is a number of filters that need to be re-run even if we force a host. The reasons are two-fold. Placing some instances on some hosts

[Yahoo-eng-team] [Bug 1403547] [NEW] flavor extra_specs are not passed to any of the filters

2014-12-17 Thread Nikola Đipanov
Public bug reported: https://review.openstack.org/#/c/122557/7/nova/scheduler/utils.py broke this by removing the 2 lines that would make sure extra_specs are dug up from the DB before passing adding the instance_type to the request_spec, which eventually get's passed as part of the

[Yahoo-eng-team] [Bug 1375868] [NEW] libvirt: race between hot unplug and XMLDesc in _get_instance_disk_info

2014-09-30 Thread Nikola Đipanov
Public bug reported: THis came up when analyzing https://bugs.launchpad.net/nova/+bug/1371677 and there is a lot information on there. The bug in short is that _get_instance_disk_info will rely on db information to filter out the volumes from the list of discs it gets from libvirt XML, but due to

[Yahoo-eng-team] [Bug 1373950] [NEW] Serial proxy service and API broken by design

2014-09-25 Thread Nikola Đipanov
Public bug reported: As part of the blueprint https://blueprints.launchpad.net/nova/+spec /serial-ports we introduced an API extension and a websocket proxy binary. The problem with the 2 is that a lot of the stuff was copied verbatim from the novnc-proxy API and service which relies heavily on

[Yahoo-eng-team] [Bug 1372845] [NEW] libvirt: Instance NUMA fitting code fails to account for vpu_pin_set config option properly

2014-09-23 Thread Nikola Đipanov
Public bug reported: Looking at this branch of the NUMA fitting code https://github.com/openstack/nova/blob/51de439a4d1fe5e17d59d3aac3fd2c49556e641b/nova/virt/libvirt/driver.py#L3738 We do not account for allowed cpus when choosing viable cells for the given instance. meaning we could chose a

[Yahoo-eng-team] [Bug 1369945] Re: libvirt: libvirt reports even single cell NUMA topologies

2014-09-18 Thread Nikola Đipanov
Now that https://bugs.launchpad.net/nova/+bug/1369984 is fixed - we can mark this 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).

[Yahoo-eng-team] [Bug 1370390] [NEW] Resize instace will not change the NUMA topology of a running instance to the one from the new flavor

2014-09-17 Thread Nikola Đipanov
Public bug reported: When we resize (change the flavor) of an instance that has a NUMA topology defined, the NUMA info from the new flavor will not be considered during scheduling. The instance will get re-scheduled based on the old NUMA information, but the claiming on the host will use the new

[Yahoo-eng-team] [Bug 1369945] [NEW] libvirt: libvirt reports even single cell NUMA topologies

2014-09-16 Thread Nikola Đipanov
Public bug reported: Libvirt reports even single numa nodes in it's hypervisor capabilities (which we use to figure out if a compute host is a NUMA host). This is technically correct, but in Nova we assume that to mean - no NUMA capabilities when scheduling instances. Right now we just pass what

[Yahoo-eng-team] [Bug 1369502] [NEW] NUMA topology _get_constraints_auto assumes flavor object

2014-09-15 Thread Nikola Đipanov
: High Assignee: Nikola Đipanov (ndipanov) Status: In Progress -- 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/1369502 Title: NUMA topology

[Yahoo-eng-team] [Bug 1369508] [NEW] Instance with NUMA topology causes exception in the scheduler

2014-09-15 Thread Nikola Đipanov
Public bug reported: This was reported by Michael Turek as he was testing this while the patches were still in flight See: https://review.openstack.org/#/c/114938/26/nova/virt/hardware.py As described on there - the code there makes a bad assumption about the format in which it will get the data

[Yahoo-eng-team] [Bug 1360656] [NEW] Objects remotable decorator fails to properly handle ListOfObjects field if it is in the updates dict

2014-08-23 Thread Nikola Đipanov
Public bug reported: Since this change https://review.openstack.org/#/c/98607/, if the conductor sends back a field of type ListOfObjects field in the updates dictionary after a remotable decorator has called the object_action RPC method, restoring them into objects will fail since they will

[Yahoo-eng-team] [Bug 1359596] [NEW] Objects should be able to backport related objects automatically

2014-08-21 Thread Nikola Đipanov
Public bug reported: Following change https://review.openstack.org/#/c/114594 adds checking for related versions of objects. This is imho wrong because it will make for unnecessary versioning code that will need to be written by developers. Better way to do this would be to declare version on the

[Yahoo-eng-team] [Bug 1359617] [NEW] libvirt: driver calls volume connect twice for every volume on boot

2014-08-21 Thread Nikola Đipanov
Public bug reported: Libvirt driver will attempt to connect the volume on the hipervisor twice for every volume provided to the instance when booting. If you examine the libvirt driver's spawn() method, both _get_guest_xml (by means of get_guest_storage_config) and _create_domain_and_network

[Yahoo-eng-team] [Bug 1347499] [NEW] block-device source=blank, dest=volume is allowed as a combination, but won't work

2014-07-23 Thread Nikola Đipanov
Public bug reported: This is a spin-off of https://bugs.launchpad.net/nova/+bug/1347028 As per the example given there - currently source=blank, destination=volume will not work. We should either make it create an empty volume and attach it, or disallow it in the API. ** Affects: nova

[Yahoo-eng-team] [Bug 1317880] Re: Boot from image (creates a new volume) starts an instance with no image

2014-07-18 Thread Nikola Đipanov
All of this is by design - image field on the instance means that the instance was started with the particular image. If the volume was created from an image at any point, and instance was booted from that volume at a later stage - it may or may not have anything to do with the image, so setting

[Yahoo-eng-team] [Bug 1337821] Re: VMDK Volume attach fails while attaching to an instance that is booted from VMDK volume

2014-07-09 Thread Nikola Đipanov
** No longer affects: horizon -- 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/1337821 Title: VMDK Volume attach fails while attaching to an instance that is booted

[Yahoo-eng-team] [Bug 1321370] Re: nova overwrites hw_disk_bus image property with incorrect value

2014-05-21 Thread Nikola Đipanov
*** This bug is a duplicate of bug 1255449 *** https://bugs.launchpad.net/bugs/1255449 Ah so looks like this is actually fixed in icehouse - we just need to backport it to Havana. See https://bugs.launchpad.net/nova/+bug/1255449 and the related fix. Let me close this is a dublicate of that -

[Yahoo-eng-team] [Bug 1304695] Re: glusterfs: Instance is not using the correct volume snapshot file after reboot

2014-04-10 Thread Nikola Đipanov
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Importance: Undecided = Medium -- 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 1302545] [NEW] Boot volumes API race

2014-04-04 Thread Nikola Đipanov
Public bug reported: When there is a race for a volume between 2 or more instances, it is possible for more than one to pass the API check. All of them will get scheduled as a result, and only one will actually successfully attach the volume, while others will go to ERROR. This is not ideal

[Yahoo-eng-team] [Bug 1297127] Re: nova can't detach volume after force detach in cinder

2014-03-26 Thread Nikola Đipanov
I'd say this is a reasonable thing to propose, although since forcing in cinder is an admin only command - I am thinking this should be as well. Also I fear there could be edge cases where we really should not allow even the force detach (see https://bugs.launchpad.net/nova/+bug/1240922 where we

[Yahoo-eng-team] [Bug 1280357] Re: parameters max_tries and wait_between of method ComputeManager._await_block_device_map_created should be configurable

2014-03-25 Thread Nikola Đipanov
As discussed on several proposed patches around this (see https://review.openstack.org/#/c/80619/ or https://review.openstack.org/#/c/80619/ which actually rejects this solution). I will move this bug to won't fix, and will raise a BP targeted for Juno to use some of the code added in

[Yahoo-eng-team] [Bug 1253612] Re: Launch Instance Boot from image - creates a new volume fails

2014-03-25 Thread Nikola Đipanov
Similar as the bug https://bugs.launchpad.net/nova/+bug/1280357, I think marking this one as a won't fix and getting the cinder interactions with events done early in juno makes the most sense to me here. ** Changed in: nova Status: Confirmed = Won't Fix -- You received this bug

[Yahoo-eng-team] [Bug 1296593] [NEW] Compute manager _poll_live_migration 'instance_ref' argument should be renamed to 'instance'

2014-03-24 Thread Nikola Đipanov
Public bug reported: The reason is 2-fold: * wrap_instance_fault decorator expects the argument to be 'instance' * We are using new-wold objects in live migration and instance_ref used to imply a dict. ** Affects: nova Importance: Medium Assignee: Nikola Đipanov (ndipanov

[Yahoo-eng-team] [Bug 1180040] Re: Race condition in attaching/detaching volumes when compute manager is unreachable

2014-03-24 Thread Nikola Đipanov
** 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/1180040 Title: Race condition in attaching/detaching volumes

[Yahoo-eng-team] [Bug 1075971] Re: Attach volume with libvirt disregards target device but still reserves it

2014-03-24 Thread Nikola Đipanov
Since it is now possible to both boot instances and attach volumes without specifying device names after https://blueprints.launchpad.net/nova/+spec/improve-block-device- handling BP has been implemented. in which case the device names will be handled properly by Nova. It is still possible to

[Yahoo-eng-team] [Bug 1295625] [NEW] Oslo messaging port broke graceful shutdown of services in Nova

2014-03-21 Thread Nikola Đipanov
Public bug reported: After the port of Nova to oslo.messaging (https://review.openstack.org/#/c/39929) graceful shutdown of services introduced by https://blueprints.launchpad.net/nova/+spec/graceful- shutdown in I-1 got broken. In order to make this work again we need to make sure that Nova

[Yahoo-eng-team] [Bug 944383] Re: There is no way to recover/cleanup a volume in an attaching state

2014-03-17 Thread Nikola Đipanov
Ok so I've looked at this and seems to work as expected now: $ for i in {1..5}; do cinder create --display-name volume_$i 1; done $ cinder list +--+---+--+--+-+--+-+ | ID |

[Yahoo-eng-team] [Bug 1260806] [NEW] Defaulting device names fails to update the database

2013-12-13 Thread Nikola Đipanov
Public bug reported: _default_block_device_names method of the compute manager, would call the conductor block_device_mapping_update method with the wrong arguments, causing a TypeError and ultimately the instance to fail. This bug happens only when using a driver that does not provid it's own