Earlier  
Posted Nick Remark
#openstack-nova - 2017-10-11
22:17:57 mriedem which, as it turns out, was my first major bug fix in nova :)
22:18:00 mriedem remember?!
22:18:38 dansmith oh I remember
22:20:00 dansmith okay so nothing to change on this?
22:22:36 dansmith also I'd like to note that this migration unfuckification has been the least fun thing to work on since, oh I dunno, the great flavor migration of 2015
22:22:50 mriedem yeah i just +Wed
22:23:37 mriedem appears CI just exploded
22:25:48 dansmith we _can_ do a migration-holding source allocation if you want,
22:26:23 dansmith but it's work for no good reason, IMHO,
22:26:33 mriedem yeah, that's why i said if/when we need to
22:26:43 dansmith okay
22:26:55 mriedem because that would mean the cleanup if source comes back up thing would have to deal with whether or not the allocation is on the migration or not
22:27:03 dansmith right
22:27:20 mriedem and that would definitely be
22:27:23 mriedem say it with me now
22:27:30 dansmith I'm a little concerned that we have this reset-state-hard-reboot path to keep these on the source even after an evac has been triggered once
22:28:15 mriedem wonky
22:28:19 dansmith heh
22:28:20 mriedem it would be wonky
22:35:52 mriedem wtf, why do we joinedload instance.system_metadata when pulling migration records out of the db? https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L4867
22:40:25 dansmith because migration.instance.system_metadata
22:40:32 dansmith although I'm sure we don't need that anymore
22:41:24 mriedem you know what else is super confusing,
22:41:29 mriedem we have a 'finished' migration status,
22:41:47 mriedem but it doesn't mean the migration is actually done, it means the instance is done being resized, but it's in verify_resize state
22:41:52 mriedem so it's not an end state :/
22:42:00 dansmith yup
22:43:57 mriedem oh, an
22:43:58 mriedem *and
22:44:03 mriedem when reverting a resize,
22:44:17 mriedem we set the migration status to 'reverted' on the dest host before casting back to the source host to complete the revert
22:44:27 mriedem so technically the migration is still in progress at that point
22:44:49 mriedem i sure hope nothing like resource tracking depends on us not fucking that all up :)
22:50:19 mriedem check out this fun stuff http://paste.openstack.org/show/623387/
22:50:39 mriedem creating rp inventory on the fly like a mad dog
23:05:27 openstackgerrit Matt Riedemann proposed openstack/nova master: Fix migration_get_in_progress_by_host_and_node status list https://review.openstack.org/511351
23:10:46 openstackgerrit Eric Fried proposed openstack/nova-specs master: Granular Resource Request Syntax https://review.openstack.org/510244
23:12:38 efried Man Jenkins is a mess.
23:35:05 mriedem dansmith: i guess the 'accepted' filter is intentional https://review.openstack.org/#/c/244486/
23:38:46 openstackgerrit melanie witt proposed openstack/nova master: Save updated libvirt domain XML after swapping volume https://review.openstack.org/498983
23:43:20 openstackgerrit melanie witt proposed openstack/nova master: Save updated libvirt domain XML after swapping volume https://review.openstack.org/498983
23:47:55 openstackgerrit Matt Riedemann proposed openstack/nova master: Add 'done' to migration_get_in_progress_by_host_and_node filter https://review.openstack.org/511351
23:52:32 openstackgerrit Ed Leafe proposed openstack/nova master: Add Selection objects https://review.openstack.org/499239
23:52:32 openstackgerrit Ed Leafe proposed openstack/nova master: Add alternate hosts https://review.openstack.org/486215
23:52:33 openstackgerrit Ed Leafe proposed openstack/nova master: Change RPC for select_destinations() https://review.openstack.org/510159
23:52:33 openstackgerrit Ed Leafe proposed openstack/nova master: Return Selection objects from the scheduler driver https://review.openstack.org/495854
23:52:34 openstackgerrit Ed Leafe proposed openstack/nova master: WIP - Make conductor pass and use host_lists https://review.openstack.org/511358
23:52:34 openstackgerrit Ed Leafe proposed openstack/nova master: Move the claim_resources method to scheduler utils https://review.openstack.org/511357
#openstack-nova - 2017-10-12
01:06:08 openstackgerrit Jackie Truong proposed openstack/nova master: Implement certificate_utils https://review.openstack.org/479949
01:59:38 openstackgerrit Zhenyu Zheng proposed openstack/nova-specs master: Improve the performance of filtering instances by IP. https://review.openstack.org/509326
02:05:38 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add 'delete_host' command in 'nova-manage cell_v2' https://review.openstack.org/510324
02:29:57 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and timestamp filtering support for os-migrations API https://review.openstack.org/506030
02:40:05 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and timestamp filtering support for os-migrations API https://review.openstack.org/506030
03:18:11 openstackgerrit Yikun Jiang proposed openstack/nova-specs master: Add pagination and timestamp filtering support for os-migrations API https://review.openstack.org/506030
03:46:26 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(2/2) https://review.openstack.org/408964
06:18:49 openstackgerrit jichenjc proposed openstack/nova master: Remove glance usage inside compute https://review.openstack.org/511392
06:18:50 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (1/2) https://review.openstack.org/430608
06:20:27 phani_ I am want to expose SSE4.2 cpu flags to VM spawned with openstack. I Updated nova.conf with "cpu_mode = custom, cpu_model = Nehalem" and set the meta data for nova flavor with CLI : nova flavor-key m1.medium set hw:cpu_model=Nehalem. But the VM does not get the SSE4.2 cpu flags. The compute node CPU has the SS4.2 flags. I am using devstak stable/pike
06:20:44 phani_ Please hlep me. Is there anything i am missing
06:27:07 openstackgerrit David Rabel proposed openstack/nova master: VMware: add support for graceful shutdown of instances https://review.openstack.org/494169
06:42:32 openstackgerrit jichenjc proposed openstack/nova master: Remove usage of glance.generate_image_url https://review.openstack.org/511397
06:42:32 openstackgerrit jichenjc proposed openstack/nova master: Remove glance usage inside compute https://review.openstack.org/511392
06:54:44 openstackgerrit Jianghua Wang proposed openstack/nova master: rt: Implement XenAPI get_inventory() method https://review.openstack.org/339204
07:12:07 openstackgerrit jichenjc proposed openstack/nova master: mv generate_glance_url to get_image_endpoint_url https://review.openstack.org/511400
07:28:58 bauzas good morning Nova
07:31:31 openstackgerrit jichenjc proposed openstack/nova master: Remove usage of glance.generate_image_url https://review.openstack.org/511397
07:40:43 openstackgerrit Alex Xu proposed openstack/nova master: placement: add traits support in the AllocationCandidates object https://review.openstack.org/479766
07:40:43 openstackgerrit Alex Xu proposed openstack/nova master: Add _get_provider_ids_with_any_trait method https://review.openstack.org/511184
07:40:44 openstackgerrit Alex Xu proposed openstack/nova master: Put the code of generating sharing RP combinations into a method https://review.openstack.org/511407
07:49:06 openstackgerrit jichenjc proposed openstack/nova master: Remove usage of glance.generate_image_url https://review.openstack.org/511397
07:49:06 openstackgerrit jichenjc proposed openstack/nova master: Remove glance usage inside compute https://review.openstack.org/511392
08:17:28 openstackgerrit Elod Illes proposed openstack/nova master: WIP: Transform scheduler.select_destinations notification https://review.openstack.org/508506
08:24:41 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration_get_by_uuid in db api. https://review.openstack.org/511421
08:48:11 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration_get_by_uuid in db api. https://review.openstack.org/511421
08:49:48 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reproduce bug 1721652 in the functional test env https://review.openstack.org/510176
08:49:49 openstack bug 1721652 in OpenStack Compute (nova) "Evacuate cleanup fails at _delete_allocation_for_moved_instance" [High,In progress] https://launchpad.net/bugs/1721652 - Assigned to Balazs Gibizer (balazs-gibizer)
08:58:05 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add snapshot id to the snapshot notifications https://review.openstack.org/453077
09:13:17 openstackgerrit Balazs Gibizer proposed openstack/nova master: Add snapshot id to the snapshot notifications https://review.openstack.org/453077
10:27:40 openstackgerrit Marco Chiappero proposed openstack/nova-specs master: Enable VM communication channel for power management https://review.openstack.org/511453
10:37:28 openstackgerrit Marco Chiappero proposed openstack/nova-specs master: Enable VM communication channel for power management https://review.openstack.org/511453
10:43:41 openstackgerrit Jianghua Wang proposed openstack/nova master: rt: Implement XenAPI get_inventory() method https://review.openstack.org/339204
11:05:58 openstackgerrit Chen Hanxiao proposed openstack/nova master: libvirt: properly decode error message from qemu guest agent https://review.openstack.org/511459
11:09:22 openstackgerrit Merged openstack/nova master: Fix connection info refresh for reboot https://review.openstack.org/511209
11:14:19 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/nova-specs master: Network bandwidth resource provider https://review.openstack.org/502306
11:34:42 openstackgerrit Bob Ball proposed openstack/nova master: XenAPI: Unit tests must mock os_xenapi calls https://review.openstack.org/499573
11:48:35 openstackgerrit Yikun Jiang proposed openstack/nova master: Add migration_get_by_uuid in db api. https://review.openstack.org/511421
11:54:15 openstackgerrit Elod Illes proposed openstack/nova master: WIP: Transform scheduler.select_destinations notification https://review.openstack.org/508506
12:01:39 openstackgerrit Hironori Shiina proposed openstack/nova master: ironic: Support resize and cold migration https://review.openstack.org/500677
12:02:14 mdbooth Do we have nova functional tests which actually fire up libvirt/kvm?
12:07:24 openstackgerrit Merged openstack/nova master: Fix target_cell usage for scatter_gather_cells https://review.openstack.org/510691
12:09:13 gibi mdbooth: as far as I know every functional test uses the virt driver called FakeDriver so no libvirt driver is loaded and no libvirt/kvm is started in the functional env
12:09:18 openstackgerrit Matthew Booth proposed openstack/nova-specs master: Add serial numbers for local disks https://review.openstack.org/511466
12:09:30 mdbooth gibi: That's what I thought, thanks.
12:10:12 bauzas mdbooth: the reason why I want to implement some functional tests using a LibvirtFixture
12:11:46 mdbooth bauzas: i.e. you specifically want to run libvirt/kvm?
12:12:11 mdbooth Or you don't and you use LibvirtFixture to do that?
12:12:40 mdbooth iirc, LibvirtFixture monkey patches libvirt-python to be semi-usefully faked, right?
12:13:52 bauzas mdbooth: no, something telling you : okay, here are my XML capabilities
12:14:02 bauzas faking the host
12:15:55 mdbooth Although I think we *could* test that the generated XML contains a serial number

Earlier   Later