*** igordc has quit IRC | 00:00 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: libvirt: disconnect volume when encryption fails https://review.openstack.org/632598 | 00:03 |
---|---|---|
*** igordc has joined #openstack-nova | 00:03 | |
*** cfriesen has joined #openstack-nova | 00:05 | |
*** fried_rice is now known as efried | 00:08 | |
efried | o/ | 00:08 |
*** manjeets_ has quit IRC | 00:10 | |
*** wolverineav has joined #openstack-nova | 00:15 | |
*** wolverineav has quit IRC | 00:19 | |
*** tbachman has quit IRC | 00:26 | |
*** sapd1_x has quit IRC | 00:27 | |
mriedem | lyarwood: question in https://review.openstack.org/#/c/649951/ when you're back on monday | 00:28 |
*** tristanC_ is now known as tristanC | 00:39 | |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Use volume_size for 'min_disk' image property when create image from BFV instance. https://review.openstack.org/605596 | 00:44 |
mlavalle | mriedem: ping | 01:01 |
mriedem | mlavalle: i can only assume this is going to be bad | 01:02 |
mriedem | and you're up working on a friday debugging something | 01:02 |
*** hongbin has joined #openstack-nova | 01:03 | |
mlavalle | mriedem: no, I know it is Friday evening. I just want a quick hint as to how to debug this. I am playing with deploying with kolla ansible. I am getting this: http://paste.openstack.org/show/748956/ | 01:03 |
mlavalle | when creating an instance | 01:03 |
mlavalle | any quick advice as to how to debug this? | 01:04 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Fix ProviderUsageBaseTestCase._run_periodics for multi-cell https://review.openstack.org/641179 | 01:04 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Improve CinderFixtureNewAttachFlow https://review.openstack.org/639382 | 01:04 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add functional recreate test for bug 1818914 https://review.openstack.org/641521 | 01:04 |
openstack | bug 1818914 in OpenStack Compute (nova) "Hypervisor resource usage on source still shows old flavor usage after resize confirm until update_available_resource periodic runs" [Low,In progress] https://launchpad.net/bugs/1818914 - Assigned to Matt Riedemann (mriedem) | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Remove unused context parameter from RT._get_instance_type https://review.openstack.org/641792 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Update usage in RT.drop_move_claim during confirm resize https://review.openstack.org/641806 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add Migration.cross_cell_move and get_by_uuid https://review.openstack.org/614012 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add InstanceAction/Event create() method https://review.openstack.org/614036 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add Instance.hidden field https://review.openstack.org/631123 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add TargetDBSetupTask https://review.openstack.org/627892 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add CrossCellMigrationTask https://review.openstack.org/631581 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Execute TargetDBSetupTask https://review.openstack.org/633853 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add can_connect_volume() compute driver method https://review.openstack.org/621313 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add prep_snapshot_based_resize_at_dest compute method https://review.openstack.org/633293 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add PrepResizeAtDestTask https://review.openstack.org/627890 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add prep_snapshot_based_resize_at_source compute method https://review.openstack.org/634832 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add nova.compute.utils.delete_image https://review.openstack.org/637605 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add PrepResizeAtSourceTask https://review.openstack.org/627891 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Refactor ComputeManager.remove_volume_connection https://review.openstack.org/642183 | 01:05 |
mriedem | mlavalle: yeah, enable debug in nova-scheduler and placement-api, retry and then trace the request id - you should see filter logging in both the nova-scheduler and placement-api logs to tell you which filter is kicking out the request | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add revert_snapshot_based_resize conductor RPC method https://review.openstack.org/638047 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Revert cross-cell resize from the API https://review.openstack.org/638048 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Confirm cross-cell resize while deleting a server https://review.openstack.org/638268 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add CrossCellWeigher https://review.openstack.org/614353 | 01:05 |
openstackgerrit | Matt Riedemann proposed openstack/nova master: Add cross-cell resize policy rule and enable in API https://review.openstack.org/638269 | 01:05 |
mriedem | scheduler will make a GET /allocation_candidates request to placement with the flavor information (VCPU/MEMORY_MB/DISK_GB) and placement logs will have stuff about various filtering, and if you get results back from placement, they'll be run through the nova-scheduler filters which will also have logging and tell you which filter is kicking out the ohst | 01:06 |
mriedem | *host | 01:06 |
mriedem | also assume you have compute nodes and resource providers, | 01:06 |
mriedem | you could check with the osc-placement plugin: https://docs.openstack.org/osc-placement/latest/index.html | 01:06 |
mriedem | openstack resource provider list | 01:06 |
mriedem | is where you'd start | 01:06 |
mriedem | there should be a provider for each compute node | 01:07 |
mriedem | 1:1 with openstack hypervisor list | 01:07 |
mriedem | if there are no resource providers in placement, then something is wrong with the compute services reporting into placement, like maybe misconfig | 01:08 |
mlavalle | mriedem: great. I have enough to chew over the weekend. Thanks and enjoy your weekend | 01:08 |
mriedem | np | 01:09 |
*** gyee has quit IRC | 01:09 | |
*** mlavalle has quit IRC | 01:10 | |
*** mriedem has quit IRC | 01:19 | |
*** gaoyan has joined #openstack-nova | 01:36 | |
*** markvoelker has joined #openstack-nova | 02:10 | |
*** rnoriega has quit IRC | 02:20 | |
*** brinzhang has joined #openstack-nova | 02:21 | |
*** rnoriega has joined #openstack-nova | 02:21 | |
*** gaoyan has quit IRC | 02:29 | |
*** hongbin has quit IRC | 02:40 | |
*** markvoelker has quit IRC | 02:43 | |
*** hongbin has joined #openstack-nova | 02:47 | |
*** imacdonn has quit IRC | 03:03 | |
*** imacdonn has joined #openstack-nova | 03:04 | |
*** lbragstad_ is now known as lbragstad | 03:10 | |
*** brinzh has joined #openstack-nova | 03:12 | |
*** brinzhang has quit IRC | 03:15 | |
*** markvoelker has joined #openstack-nova | 03:40 | |
*** sapd1_x has joined #openstack-nova | 03:45 | |
*** imacdonn has quit IRC | 04:01 | |
*** imacdonn_ has joined #openstack-nova | 04:01 | |
*** nicolasbock has quit IRC | 04:04 | |
*** hongbin has quit IRC | 04:11 | |
*** markvoelker has quit IRC | 04:14 | |
*** wolverineav has joined #openstack-nova | 04:15 | |
*** wolverineav has quit IRC | 04:20 | |
*** slaweq has joined #openstack-nova | 04:58 | |
*** slaweq has quit IRC | 05:03 | |
*** cfriesen has quit IRC | 05:08 | |
*** markvoelker has joined #openstack-nova | 06:11 | |
*** brinzh has quit IRC | 06:19 | |
*** markvoelker has quit IRC | 06:44 | |
*** whoami-rajat has joined #openstack-nova | 06:52 | |
*** sapd1_x has quit IRC | 07:23 | |
*** luksky has joined #openstack-nova | 07:23 | |
*** slaweq has joined #openstack-nova | 07:30 | |
*** lbragstad has quit IRC | 07:32 | |
*** luksky has quit IRC | 08:32 | |
*** markvoelker has joined #openstack-nova | 08:41 | |
*** pcaruana has joined #openstack-nova | 08:52 | |
*** luksky has joined #openstack-nova | 08:53 | |
*** yaawang has quit IRC | 08:53 | |
*** dpawlik has joined #openstack-nova | 08:59 | |
*** yaawang has joined #openstack-nova | 09:00 | |
*** markvoelker has quit IRC | 09:15 | |
*** wolverineav has joined #openstack-nova | 09:15 | |
*** wolverineav has quit IRC | 09:20 | |
openstackgerrit | Merged openstack/nova stable/rocky: prevent common kwargs from glance client failure https://review.openstack.org/650064 | 09:55 |
openstackgerrit | Merged openstack/nova stable/ocata: PCI: do not force remove allocated devices https://review.openstack.org/635075 | 09:55 |
openstackgerrit | Merged openstack/nova stable/ocata: Make supports_direct_io work on 4096b sector size https://review.openstack.org/631843 | 09:55 |
openstackgerrit | Merged openstack/nova stable/ocata: tox: Don't write byte code (maybe) https://review.openstack.org/636921 | 09:55 |
*** dpawlik has quit IRC | 10:21 | |
*** dpawlik has joined #openstack-nova | 10:21 | |
*** yaawang has quit IRC | 10:25 | |
*** yaawang has joined #openstack-nova | 10:25 | |
*** whoami-rajat has quit IRC | 10:31 | |
*** liuyulong has quit IRC | 11:01 | |
*** gaoyan has joined #openstack-nova | 11:03 | |
*** dpawlik has quit IRC | 11:05 | |
*** dpawlik has joined #openstack-nova | 11:05 | |
*** tosky has joined #openstack-nova | 11:16 | |
openstackgerrit | Tetsuro Nakamura proposed openstack/nova-specs master: Spec: Use in_tree getting allocation candidates https://review.openstack.org/646029 | 11:19 |
openstackgerrit | Merged openstack/nova master: Should not skip volume_size check for bdm.image_id == image_ref case https://review.openstack.org/641282 | 11:21 |
openstackgerrit | Merged openstack/nova master: Update docs: User token times out during long-running operations https://review.openstack.org/642410 | 11:21 |
openstackgerrit | Merged openstack/nova master: doc: Capitalize keystone domain name https://review.openstack.org/647972 | 11:21 |
openstackgerrit | Merged openstack/nova master: Don't report 'exiting' when mapping cells https://review.openstack.org/649340 | 11:21 |
*** wolverineav has joined #openstack-nova | 11:35 | |
*** tbachman has joined #openstack-nova | 11:38 | |
*** wolverineav has quit IRC | 11:39 | |
*** markvoelker has joined #openstack-nova | 11:42 | |
*** sidx64_ has joined #openstack-nova | 11:55 | |
openstackgerrit | Tetsuro Nakamura proposed openstack/nova-specs master: Spec: Use in_tree getting allocation candidates https://review.openstack.org/646029 | 11:55 |
*** markvoelker has quit IRC | 12:16 | |
*** sidx64_ has quit IRC | 12:46 | |
openstackgerrit | Tetsuro Nakamura proposed openstack/nova-specs master: Spec: Use in_tree getting allocation candidates https://review.openstack.org/646029 | 12:57 |
*** sidx64 has joined #openstack-nova | 13:01 | |
*** sidx64 has quit IRC | 13:08 | |
*** markvoelker has joined #openstack-nova | 13:13 | |
*** dpawlik has quit IRC | 13:38 | |
*** dpawlik has joined #openstack-nova | 13:39 | |
*** markvoelker has quit IRC | 13:46 | |
*** dpawlik has quit IRC | 14:09 | |
*** sidx64 has joined #openstack-nova | 14:17 | |
*** markvoelker has joined #openstack-nova | 14:43 | |
*** gaoyan has quit IRC | 14:56 | |
*** sidx64_ has joined #openstack-nova | 15:06 | |
*** sidx64 has quit IRC | 15:06 | |
*** whoami-rajat has joined #openstack-nova | 15:09 | |
*** markvoelker has quit IRC | 15:17 | |
*** ccamacho has quit IRC | 15:20 | |
openstackgerrit | Merged openstack/nova master: libvirt: disconnect volume when encryption fails https://review.openstack.org/632598 | 15:23 |
*** sidx64_ has quit IRC | 15:28 | |
*** sean-k-mooney has quit IRC | 15:31 | |
*** tosky has quit IRC | 15:35 | |
*** slaweq has quit IRC | 15:43 | |
*** luksky has quit IRC | 15:46 | |
*** awalende has joined #openstack-nova | 15:47 | |
*** luksky has joined #openstack-nova | 15:47 | |
*** mmethot_ has quit IRC | 15:54 | |
*** awalende has quit IRC | 16:03 | |
*** awalende has joined #openstack-nova | 16:03 | |
*** awalende has quit IRC | 16:08 | |
*** sapd1_x has joined #openstack-nova | 16:11 | |
*** markvoelker has joined #openstack-nova | 16:14 | |
*** eharney has quit IRC | 16:24 | |
*** sidx64 has joined #openstack-nova | 16:33 | |
*** dpawlik has joined #openstack-nova | 16:42 | |
*** markvoelker has quit IRC | 16:47 | |
*** tbachman has quit IRC | 16:51 | |
*** tbachman has joined #openstack-nova | 16:52 | |
*** _alastor_ has quit IRC | 16:54 | |
*** _alastor_ has joined #openstack-nova | 16:55 | |
*** tbachman_ has joined #openstack-nova | 16:56 | |
*** tbachman has quit IRC | 16:57 | |
*** tbachman_ is now known as tbachman | 16:57 | |
*** sidx64 has quit IRC | 17:05 | |
*** sidx64 has joined #openstack-nova | 17:07 | |
*** sidx64 has quit IRC | 17:11 | |
*** sapd1_x has quit IRC | 17:22 | |
*** markvoelker has joined #openstack-nova | 17:44 | |
*** tbachman has quit IRC | 18:05 | |
*** itlinux has quit IRC | 18:12 | |
*** itlinux has joined #openstack-nova | 18:14 | |
*** markvoelker has quit IRC | 18:17 | |
*** efried1 has joined #openstack-nova | 18:25 | |
*** efried has quit IRC | 18:26 | |
*** efried1 is now known as efried | 18:26 | |
*** efried has quit IRC | 18:30 | |
*** efried has joined #openstack-nova | 18:32 | |
*** itlinux_ has joined #openstack-nova | 18:42 | |
*** itlinux has quit IRC | 18:44 | |
*** markvoelker has joined #openstack-nova | 19:14 | |
*** mriedem has joined #openstack-nova | 19:16 | |
openstackgerrit | Matt Riedemann proposed openstack/nova stable/queens: prevent common kwargs from glance client failure https://review.openstack.org/650065 | 19:18 |
*** dpawlik has quit IRC | 19:37 | |
*** markvoelker has quit IRC | 19:47 | |
*** owalsh_ has quit IRC | 19:52 | |
*** slaweq has joined #openstack-nova | 19:53 | |
*** awalende has joined #openstack-nova | 20:00 | |
*** awalende has quit IRC | 20:04 | |
*** owalsh has joined #openstack-nova | 20:13 | |
*** cfriesen has joined #openstack-nova | 20:20 | |
*** dpawlik has joined #openstack-nova | 20:23 | |
*** cfriesen has quit IRC | 20:30 | |
*** dpawlik has quit IRC | 20:37 | |
*** dpawlik has joined #openstack-nova | 20:55 | |
*** dpawlik has quit IRC | 21:00 | |
*** owalsh_ has joined #openstack-nova | 21:05 | |
*** owalsh has quit IRC | 21:06 | |
*** mriedem has quit IRC | 21:17 | |
*** slaweq has quit IRC | 21:22 | |
*** awalende has joined #openstack-nova | 21:22 | |
*** dpawlik has joined #openstack-nova | 21:29 | |
*** dpawlik has quit IRC | 21:34 | |
*** dpawlik has joined #openstack-nova | 21:37 | |
*** dpawlik has quit IRC | 21:41 | |
*** markvoelker has joined #openstack-nova | 21:44 | |
*** owalsh_ has quit IRC | 21:52 | |
*** owalsh has joined #openstack-nova | 21:56 | |
*** dims has quit IRC | 22:08 | |
*** dims has joined #openstack-nova | 22:10 | |
*** slaweq has joined #openstack-nova | 22:11 | |
*** awalende has quit IRC | 22:18 | |
*** markvoelker has quit IRC | 22:18 | |
*** slaweq has quit IRC | 22:24 | |
*** slaweq has joined #openstack-nova | 22:28 | |
*** slaweq has quit IRC | 22:52 | |
*** luksky has quit IRC | 23:12 | |
*** markvoelker has joined #openstack-nova | 23:15 | |
*** slaweq has joined #openstack-nova | 23:16 | |
*** slaweq has quit IRC | 23:24 | |
*** ivve has quit IRC | 23:25 | |
*** ivve has joined #openstack-nova | 23:28 | |
*** markvoelker has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!