[Yahoo-eng-team] [Bug 1644248] [NEW] Nova incorrectly tracks live migration progress

2016-11-23 Thread Pawel Koniszewski
Public bug reported: Nova while monitoring live migration progress bases on what libvirt reports under data_remaining property https://github.com/openstack/nova/blob/54482fde22742bc852414c58552fe64ea59d61d5/nova/virt/libvirt/driver.py#L6189-L6193 However, data_remaining does not reflect any valu

[Yahoo-eng-team] [Bug 1639312] [NEW] Nova does not validate graphics console addresses

2016-11-04 Thread Pawel Koniszewski
Public bug reported: Due to all changes in nova live migration code path there is condition that is always evaluated to False: https://github.com/openstack/nova/blob/5a81b00e6b2adba2a380b90e402ff391d64ea6a5/nova/virt/libvirt/driver.py#L5888 Even when using the lowest RPC microversion (4.0) migra

[Yahoo-eng-team] [Bug 1638625] [NEW] Nova fails live migrations on dedicated interface due to wrong type of migrate_uri

2016-11-02 Thread Pawel Koniszewski
Public bug reported: Nova fails all live migrations on dedicated interface due to conversion of string to unicode (in Python 2.7). My environment: * nova trunk, commit 40f9b0ad16d3a5fae184bbe6d4a49cf792967089 * QEMU 2.6 * Libvirt 1.3.4 1. Set live_migration_inbound_addr to IP address of existing

[Yahoo-eng-team] [Bug 1582605] Re: Instance is left in migrating state when graphics addresses check fails

2016-09-25 Thread Pawel Koniszewski
** Changed in: nova Status: In Progress => Invalid ** Changed in: nova Assignee: Pawel Koniszewski (pawel-koniszewski) => (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 1618392] [NEW] Nova fails live migration when graphic addresses are not set to localhost or 0.0.0.0

2016-08-30 Thread Pawel Koniszewski
=== 1. Exact version of OpenStack you are running Trunk of nova, commit https://github.com/openstack/nova/commit/bebc86bf5598571a28dd47f17a05dd616fe0f550 2. Which hypervisor did you use? QEMU/KVM + Libvirt ** Affects: nova Importance: Undecided Assignee: Pawel Koniszewski (pawel

[Yahoo-eng-team] [Bug 1614063] Re: live migration doesn't use the correct interface to transfer the data

2016-08-25 Thread Pawel Koniszewski
Confirmed that it is a bug. Libvirt correctly uses live_migration_inbound_addr, but QEMU still defaults to the hostname of the other side instead of provided IP address. ** Changed in: nova Status: Invalid => Confirmed ** Changed in: nova Importance: Undecided => Medium ** Tags added:

[Yahoo-eng-team] [Bug 1589457] Re: live-migration fails for volume-backed instances with config-drive type vfat

2016-08-11 Thread Pawel Koniszewski
Talked with danpb on IRC and looks like we can use block live migration in such case, so #1 and #2 are invalid too. ** 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 Co

[Yahoo-eng-team] [Bug 1589457] Re: live-migration fails for volume-backed instances with config-drive type vfat

2016-07-06 Thread Pawel Koniszewski
I believe that this bug is valid and we might corrupt volume-backed VMs when libvirt version is <=1.2.17. So the bug starts here https://github.com/openstack/nova/blob/660ecaee66ccab895b282c2ed45c95c809ad6833/nova/virt/libvirt/driver.py#L5592 - for volume backed VMs dest_check_data.is_volume_backe

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

2016-06-25 Thread Pawel Koniszewski
*** This bug is a duplicate of bug 1591240 *** https://bugs.launchpad.net/bugs/1591240 Marking this one as a duplicate as it is fixed already - https://review.openstack.org/#/c/331685/ ** This bug has been marked a duplicate of bug 1591240 progress_watermark is not updated -- You receive

[Yahoo-eng-team] [Bug 1582605] [NEW] Instance is left in migrating state when graphics addresses check fails

2016-05-17 Thread Pawel Koniszewski
t state of a VM. ** Affects: nova Importance: Undecided Assignee: Pawel Koniszewski (pawel-koniszewski) Status: New ** Tags: live-migration ** Changed in: nova Assignee: (unassigned) => Pawel Koniszewski (pawel-koniszewski) -- You received this bug notification because you are

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

2016-03-23 Thread Pawel Koniszewski
Public bug reported: Commit https://github.com/openstack/nova/commit/111a852e79f0d9e54228d8e2724dc4183f737397 introduced regression that causes affinity/anti-affinity policies to be omitted while live migrating an instance. This is because we don't pass instance_group here: https://github.com/op

[Yahoo-eng-team] [Bug 1557585] [NEW] Xenapi does not work in case of auto calculated block live migration

2016-03-15 Thread Pawel Koniszewski
L2391 Basically because here block_migration will be None and real value will be stored in migrate_data.block_migration ** Affects: nova Importance: Undecided Assignee: Pawel Koniszewski (pawel-koniszewski) Status: In Progress ** Tags: live-migration ** Changed in: nova Ass

[Yahoo-eng-team] [Bug 1556126] [NEW] Live migrations from Mitaka to Liberty are broken

2016-03-11 Thread Pawel Koniszewski
Public bug reported: I have an environment consisting of three nodes: Controller Mitaka, commit id: 59a07f00ad3c527e3b39712220cf9de1e68cd16f Compute Mitaka, commit id: 59a07f00ad3c527e3b39712220cf9de1e68cd16f Compute Stable/Liberty, commit id: 184e2552490ecfded61db3cc9ba1cd8d6aac1644 I am able t

[Yahoo-eng-team] [Bug 1552303] [NEW] Block live migrations are broken when nova calculates live migration type by itself

2016-03-02 Thread Pawel Koniszewski
stack/data/nova/instances/572ad149-b7c5-4b77-85b5-34c1d2d37fcf/disk' (as uid:110, gid:116): No such file or directory Fast workaround is making sure at compute manager level that block_migration == migrate_data.block_migration, but really we should cleanup all this mess and send only one

[Yahoo-eng-team] [Bug 1551223] Re: Live migration (volume-backed) failed if launch instance from bootable volume with new blank block-devices

2016-03-01 Thread Pawel Koniszewski
In Liberty we implemented support to live migrate instances booted from volume, it wasn't supported in Kilo - https://review.openstack.org/#/c/195885/. This is why you can reproduce it in Kilo, but not in Liberty. Unfortunately Kilo is security-supported only right now, so we probably can't backpor

[Yahoo-eng-team] [Bug 1526642] [NEW] Simultaneous live migrations break anti-affinity policy

2015-12-15 Thread Pawel Koniszewski
Public bug reported: Let's say we have a setup with 3 compute nodes (CN1, CN2 and CN3) and 3 controllers (in HA mode). There are 2 VMs with anti-affinity policy (the same server group) running in the environment: * CN1 - VM A (anti-affinity) * CN2 - VM B (anti-affinity) * CN3 - empty If we trigg

[Yahoo-eng-team] [Bug 1511551] Re: Live migration of instance is getting failed

2015-11-08 Thread Pawel Koniszewski
I went through nova-api logs and it seems to me that it is a networking issue. You tried a lot of operations, e.g., get spice/rdp/serial console and all of them failed because of MessagingTimeout. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1428553] Re: migration and live migration fails with images_type=rbd

2015-11-04 Thread Pawel Koniszewski
So it is packstack related issue - please refer to https://bugzilla.redhat.com/show_bug.cgi?id=968310 ** Bug watch added: Red Hat Bugzilla #968310 https://bugzilla.redhat.com/show_bug.cgi?id=968310 ** Changed in: nova Status: Confirmed => Invalid ** Changed in: nova Assignee: lvmx

[Yahoo-eng-team] [Bug 1457291] Re: Volume connection to destination host is not terminated after failed to block live migrate a VM with attached volume

2015-11-04 Thread Pawel Koniszewski
This has been fixed in Liberty - https://review.openstack.org/214434. Because kilo is security-supported only marking this one as invalid. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1252519] Re: Live migration failed because of file permission changed

2015-10-02 Thread Pawel Koniszewski
This is a regression introduced in Gluster 3.4.1 as pointed here - http://www.gluster.org/pipermail/gluster-users/2014-January/015885.html There is a workaround for this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1057645#c7 Marking as invalid as this is not nova bug. ** Changed in: nova

[Yahoo-eng-team] [Bug 1430300] Re: nova does not allow instances to be paused during live migration

2015-07-21 Thread Pawel Koniszewski
This will be implemented as part of https://blueprints.launchpad.net/nova/+spec/refresh-abort-live-migration similarly to https://review.openstack.org/#/c/179149/ ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1457554] Re: host-evacuate-live doesn't limit number of servers evacuated simultaneously from a host

2015-06-01 Thread Pawel Koniszewski
Nova allows to live migrate multiple VMs at a time, there's no limit for simultaneous live migrations - everything depends on use case and setup configuration (particularly network configuration and bandwidth). host-evacuate-live is implemented in python-novaclient, so nothing to fix in nova. **

[Yahoo-eng-team] [Bug 1447463] Re: glance.tests.functional.v2.test_images.TestImages.test_download_random_access failed

2015-04-28 Thread Pawel Koniszewski
It is no longer valid so marking as invalid. ** Changed in: glance Status: Confirmed => Won't Fix ** Changed in: glance Status: Won't Fix => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bu

[Yahoo-eng-team] [Bug 1445026] [NEW] glance-manage db load_metadefs does not load tags correctly

2015-04-16 Thread Pawel Koniszewski
B and unhandled exceptions. ** Affects: glance Importance: Undecided Assignee: Pawel Koniszewski (pawel-koniszewski) Status: New ** Changed in: glance Assignee: (unassigned) => Pawel Koniszewski (pawel-koniszewski) -- You received this bug notification because you are a m

[Yahoo-eng-team] [Bug 1439221] [NEW] db_export_metadefs broken after upgrade metadefs merge

2015-04-01 Thread Pawel Koniszewski
Public bug reported: Upgrade metadefs functionality introduced issue in db export_metadefs command - it ends with NoSuchColumnError exception: NoSuchColumnError: "Could not locate column in row for column 'name'" ** Affects: glance Importance: High Assignee: Pawe

[Yahoo-eng-team] [Bug 1430300] [NEW] nova does not allow instances to be paused during live migration

2015-03-10 Thread Pawel Koniszewski
Assignee: Pawel Koniszewski (pawel-koniszewski) Status: New ** Tags: live-migration ** Changed in: nova Assignee: (unassigned) => Pawel Koniszewski (pawel-koniszewski) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1413209] [NEW] Inconsistent metadef property validation

2015-01-21 Thread Pawel Koniszewski
ies inside objects. The problem is because "additionalProperties" option is not explicitly set in property schema. If this option isn't set, it will be attached to the root level of json schema (default value is False and it applies ONLY to the same level). For property schema it works b

[Yahoo-eng-team] [Bug 1396529] Re: Nova deletes instance when compute/rabbit is dead at the end of live migration

2014-12-05 Thread Pawel Koniszewski
** 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/1396529 Title: Nova deletes instance when compute/rabbit is dead

[Yahoo-eng-team] [Bug 1396529] [NEW] Nova deletes instance when compute/rabbit is dead at the end of live migration

2014-11-26 Thread Pawel Koniszewski
Public bug reported: When e.g. nova-compute or rabbit-server dies during live migration and somehow nova-compute is not able to report new host for migrated VM, then after successful system recovery nova deletes VM instead of sending host update. This is from nova log: 09:00:25.704 INFO nova.com

[Yahoo-eng-team] [Bug 1369581] [NEW] compute-trust.json provides invalid data for trust filter

2014-09-15 Thread Pawel Koniszewski
'vtime': timeutils.normalize_time( timeutils.parse_isotime("1970-01-01T00:00:00Z"))} This means that compute-trust.json should be changed to match trust levels that are expected by Trust Filter. ** Affects: glance Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1367564] Re: metadata definition property show should handle type specific prefix

2014-09-12 Thread Pawel Koniszewski
** Also affects: python-glanceclient Importance: Undecided Status: New ** Changed in: python-glanceclient Assignee: (unassigned) => Pawel Koniszewski (pawel-koniszewski) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1367771] [NEW] glance-manage db load_metadefs will fail if DB is not empty

2014-09-10 Thread Pawel Koniszewski
session=session)). ** Affects: glance Importance: Undecided Assignee: Pawel Koniszewski (pawel-koniszewski) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1367729] [NEW] glance-manage db metadefs commands don't use transactions

2014-09-10 Thread Pawel Koniszewski
Public bug reported: Current approach of loading metadata definitions to database does not use transactions. Instead it inserts data to database without transactions so if something fails inside a single file, e.g. inserting properties, then user has to manually remove all related data from databa

[Yahoo-eng-team] [Bug 1367172] [NEW] glance-manage db_load_metadefs should use 'with open as...'

2014-09-09 Thread Pawel Koniszewski
Public bug reported: Currently script which loads metadeta definitions to database uses try except block with open(file) inside. There is better solution in Python for file streams - use 'with open(file) as...'. With this approach we will be sure that every resource is cleaned up when the code fin

[Yahoo-eng-team] [Bug 1364893] Re: New version of requests library breaks unit tests

2014-09-03 Thread Pawel Koniszewski
Review: https://review.openstack.org/#/c/118627/ ** Project changed: glance => python-glanceclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1364893 Title: New version of requests l

[Yahoo-eng-team] [Bug 1364893] [NEW] New version of requests library breaks unit tests

2014-09-03 Thread Pawel Koniszewski
anceclient. ** Affects: glance Importance: Undecided Assignee: Pawel Koniszewski (pawel-koniszewski) Status: In Progress ** Changed in: glance Assignee: (unassigned) => Pawel Koniszewski (pawel-koniszewski) ** Changed in: glance Status: New => In Progress

[Yahoo-eng-team] [Bug 1360588] Re: how nova instances mapped to neutron ports

2014-08-23 Thread Pawel Koniszewski
Raghavendrachari, please post your question to the openstack mailing list: (openst...@lists.openstack.org), this is a question, not a bug. Kind regards, Pawel ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1343907] Re: db_auto_create flag in documentation is no longer valid

2014-07-18 Thread Pawel Koniszewski
** Also affects: openstack-manuals Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1343907 Title: db_auto_create flag in documentation is no lon

[Yahoo-eng-team] [Bug 1343907] [NEW] db_auto_create flag in documentation is no longer valid

2014-07-18 Thread Pawel Koniszewski
Importance: Undecided Assignee: Pawel Koniszewski (pawel-koniszewski) Status: New ** Affects: openstack-manuals Importance: Undecided Status: New ** Changed in: glance Assignee: (unassigned) => Pawel Koniszewski (pawel-koniszewski) -- You received this bug