| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-08-10 | |||
| 03:10:58 | openstackgerrit | Chen proposed openstack/nova stable/ocata: Fix host validity check for live-migration https://review.openstack.org/590611 | |
| 03:21:11 | openstackgerrit | Chen proposed openstack/nova master: Add additional info to resource provider aggregates update API https://review.openstack.org/590243 | |
| 05:04:39 | openstackgerrit | Vishakha Agarwal proposed openstack/nova master: Quota details for key_pair "in_use" is 0. https://review.openstack.org/590081 | |
| 05:50:19 | openstackgerrit | Rajesh Tailor proposed openstack/nova stable/ocata: Return 400 when compute host is not found https://review.openstack.org/590649 | |
| 05:56:51 | openstackgerrit | huanhongda proposed openstack/nova master: Destroy evacuated instance while unset nova-compute forced_down https://review.openstack.org/587807 | |
| 07:03:44 | mvpnitesh | hi all, i'm create a vm using Heat, the VM's are not getting created , they are failing with the below errors "ERROR nova.cells.messaging AttributeError: 'NoneType' object has no attribute 'identity'" and "{"message": "'NoneType' object has no attribute 'hosts'", "code": 500, "details": " File | | |
| 07:03:44 | mvpnitesh | | | \"/opt/stack/nova/nova/conductor/manager.py\", line 585, in build_instances | | |
| 07:03:44 | mvpnitesh | | | instance_uuids, | | |
| 07:03:45 | mvpnitesh | | | return_alternates=True) | | |
| 07:03:48 | mvpnitesh | | | File \"/opt/stack/nova/nova/conductor/manager.py\", line 720, in | | |
| 07:03:51 | mvpnitesh | | | _schedule_instances | | |
| 07:03:54 | mvpnitesh | | | scheduler_utils.setup_instance_group(context, request_spec) | | |
| 07:03:57 | mvpnitesh | | | File | | |
| 07:04:00 | mvpnitesh | | | \"/opt/stack/nova/nova/scheduler/utils.py\", line 836, in setup_instance_group " | |
| 07:18:25 | openstackgerrit | Lee Yarwood proposed openstack/nova master: block_device: Rollback volumes to in-use on DeviceDetachFailed https://review.openstack.org/590439 | |
| 07:20:21 | openstackgerrit | Lee Yarwood proposed openstack/nova master: block_device: Rollback volumes to in-use on DeviceDetachFailed https://review.openstack.org/590439 | |
| 08:20:39 | lyarwood | mdbooth: https://review.openstack.org/#/c/590439/ - simple bugfix if you have a second to review. | |
| 08:32:26 | mdbooth | lyarwood: I wonder... what happens if we detach a volume, the detach times out in the guest, then we do roll-detaching. Then the detach succeeds in the guest (after the timeout). If we try to detach again, will the second attempt to detach from the guest fail now that it's already detached? | |
| 08:32:38 | mdbooth | lyarwood: That doesn't impact your patch, btw | |
| 08:32:45 | mdbooth | I just thought of it | |
| 08:33:05 | lyarwood | iirc that raises NoDisk or something | |
| 08:33:10 | lyarwood | I think we catch that above | |
| 08:33:19 | lyarwood | and continue with the cinder removal | |
| 08:33:34 | lyarwood | DiskNotFound | |
| 08:33:36 | lyarwood | even | |
| 08:41:18 | openstackgerrit | huanhongda proposed openstack/nova master: Destroy evacuated instance while unset nova-compute forced_down https://review.openstack.org/587807 | |
| 08:59:45 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Remove patching the mock lib https://review.openstack.org/590709 | |
| 09:03:02 | mvpnitesh | hi all, i'm creating a VM using HEAT, i'm getting the below error "{"message": "'NoneType' object has no attribute 'hosts'", "code": 500, "details": " File | |
| 09:03:03 | mvpnitesh | \"/opt/stack/nova/nova/conductor/manager.py\", line 586, in build_instances | |
| 09:03:03 | mvpnitesh | instance_uuids, | |
| 09:03:03 | mvpnitesh | return_alternates=True) | |
| 09:03:05 | mvpnitesh | File \"/opt/stack/nova/nova/conductor/manager.py\", line 714, in | |
| 09:03:08 | mvpnitesh | _schedule_instances | |
| 09:03:13 | mvpnitesh | scheduler_utils.setup_instance_group(context, request_spec) | |
| 09:03:16 | mvpnitesh | File | |
| 09:03:19 | mvpnitesh | \"/opt/stack/nova/nova/scheduler/utils.py\", line 707, in setup_instance_group | |
| 09:03:22 | mvpnitesh | ||
| 09:03:25 | mvpnitesh | request_spec.instance_group.hosts = list(group_info.hosts) " | |
| 09:05:51 | lyaaaaaarwood | mvpnitesh: which version are you using? | |
| 09:06:28 | mvpnitesh | i'm using master and i faced the same issue on Queens also | |
| 09:07:11 | mvpnitesh | <lyaaaaaarwood>: Actually i'm creating a magnum cluster, i'm getting this error. If i create a normal instance using heat, i'm not getting any error | |
| 09:21:56 | lyaaaaaarwood | mvpnitesh: sorry, not sure why but request_spec.instance_group appears to be None | |
| 09:23:01 | lyaaaaaarwood | mvpnitesh: you can workaround this by adding a simple `if request_spec.instance_group and [..]` to the conditional at the end of setup_instance_group | |
| 09:23:11 | lyaaaaaarwood | mvpnitesh: btw can you write this up in a bug please? | |
| 09:24:12 | mvpnitesh | lyaaaaaarwood: Sure. I'm getting this error http://paste.openstack.org/show/727798/ in nova-cell-region and http://paste.openstack.org/show/727799/ in nova-cell-child | |
| 09:25:43 | lyaaaaaarwood | mvpnitesh: that's with the workaround? | |
| 09:25:54 | lyaaaaaarwood | mvpnitesh: there's obviously more to this that I'm missing | |
| 09:28:05 | mvpnitesh | lyaaaaaarwood: No without work around. Now i've to test the work around code. | |
| 09:53:50 | openstackgerrit | OpenStack Release Bot proposed openstack/nova stable/rocky: Update .gitreview for stable/rocky https://review.openstack.org/590730 | |
| 09:53:54 | openstackgerrit | OpenStack Release Bot proposed openstack/nova stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky https://review.openstack.org/590731 | |
| 09:54:00 | openstackgerrit | OpenStack Release Bot proposed openstack/nova master: Update reno for stable/rocky https://review.openstack.org/590732 | |
| 09:59:18 | openstackgerrit | Lee Yarwood proposed openstack/nova master: WIP scheduler: check request_spec.instance_group before updating https://review.openstack.org/590733 | |
| 09:59:21 | lyaaaaaarwood | mvpnitesh: ^ | |
| 10:05:24 | mvpnitesh | lyaaaaaarwood: Thankyou :) | |
| 10:20:11 | openstackgerrit | jichenjc proposed openstack/nova master: add zvm into support matrix https://review.openstack.org/532720 | |
| 10:20:12 | openstackgerrit | jichenjc proposed openstack/nova master: Add zvm admin intro and hypervisor information https://review.openstack.org/533125 | |
| 10:20:13 | openstackgerrit | jichenjc proposed openstack/nova master: Add zvm CI information https://review.openstack.org/533512 | |
| 10:30:14 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Use placement 1.28 in scheduler report client https://review.openstack.org/583667 | |
| 10:30:34 | openstackgerrit | Merged openstack/nova stable/pike: Add recreate test for RT.stats bug 1784705 https://review.openstack.org/588036 | |
| 10:30:34 | openstack | bug 1784705 in OpenStack Compute (nova) pike "ResourceTracker.stats can leak across multiple ironic nodes" [High,In progress] https://launchpad.net/bugs/1784705 - Assigned to Matt Riedemann (mriedem) | |
| 10:47:29 | gryf | hi guys, is there a chance to merge this https://review.openstack.org/#/c/536351/3 ? | |
| 10:57:28 | openstackgerrit | Chris Dent proposed openstack/nova stable/pike: [placement] Retry allocation writes server side https://review.openstack.org/590745 | |
| 12:19:54 | mriedem_ | sup! | |
| 12:22:59 | mriedem_ | sean-k-mooney: how are you feeling about this after i re-worked it? https://review.openstack.org/#/c/587498/ | |
| 12:24:28 | mriedem_ | no sahid around today? | |
| 12:25:23 | lyaaaaaarwood | mriedem_: nope, he's out on PTO | |
| 12:27:22 | mriedem_ | blast | |
| 12:27:24 | mriedem_ | EU | |
| 12:28:39 | sean-k-mooney | looking | |
| 12:34:20 | sean-k-mooney | mriedem_: im not sure NotImplementedError() is the most descriptive you could have chosen but it works | |
| 12:37:34 | mriedem_ | dansmith: so i just had put a bunch of links to logs on the CI failure into your revert patch, but then must have accidentally closed the tab and it's gone now :( | |
| 12:41:59 | sean-k-mooney | mriedem_: are they still stored in gerrit on a different versions? or were they just never saved to the server | |
| 12:44:43 | mriedem_ | dansmith: re-added | |
| 12:45:26 | mriedem_ | sob, devstack overwrites my plugging timeout setting http://logs.openstack.org/08/553608/10/check/neutron-tempest-linuxbridge/2b303c2/logs/devstacklog.txt.gz#_2018-08-10_00_50_06_570 | |
| 12:49:16 | mriedem_ | but the timeout definitely happens | |
| 12:49:22 | mriedem_ | takes 30 seconds to transfer the guest | |
| 12:49:27 | mriedem_ | then tempest tears down and deletes the server | |
| 12:49:37 | mriedem_ | then we eventually see the plugging timeout after that | |
| 12:49:49 | openstackgerrit | Matt Riedemann proposed openstack/nova master: api-ref: fix GET /flavors?is_public description https://review.openstack.org/588092 | |
| 12:52:51 | lyaaaaaarwood | mriedem_: just looking at the volume reschedule lack of cleanup issue we spoke about yesterday, do you have a super simple way to cause a reschedule with two computes in devstack? | |
| 12:53:56 | lyaaaaaarwood | mriedem_: I've manually raised the Reschedule exception but instances are just ending up in an ERROR state and not being built on the other compute. | |
| 12:54:10 | lyaaaaaarwood | and that compute is fine, has resources etc | |
| 13:01:36 | mriedem_ | lyaaaaaarwood: so it's not rescheduling at all? | |
| 13:02:09 | lyaaaaaarwood | mriedem_: Nope, doesn't appear to be, that was with --min-count | |
| 13:03:10 | mriedem_ | --min-count shouldn't have anything to do with it | |
| 13:03:24 | mriedem_ | lyaaaaaarwood: anything in the compute or cell1 conductor logs? | |
| 13:03:37 | mriedem_ | are both computes reporting in? | |
| 13:03:48 | mriedem_ | i.e. openstack hypervisor list shows but computes as up? | |
| 13:03:55 | mriedem_ | and both are reporting into placement? | |
| 13:04:00 | mriedem_ | openstack resource provider list | |
| 13:06:23 | mriedem_ | gotta go, bbiab on the plane | |
| 13:13:08 | openstackgerrit | Matthew Booth proposed openstack/nova master: Move static _get_power_off_values to compute_utils https://review.openstack.org/578822 | |
| 13:17:07 | lyaaaaaarwood | huh so Alternates: [] is likely the cause | |
| 13:17:23 | lyaaaaaarwood | http://paste.openstack.org/show/727812/ is the example | |
| 13:22:09 | leakypipes | lyaaaaaarwood: aye aye matey, how be yur Friday? | |
| 13:27:34 | lyaaaaaarwood | leakypipes: morning morning, it would be grand if these instances would reschedule arghhhhh! | |
| 13:28:00 | lyaaaaaarwood | leakypipes: any news on your 2.0 blog post? | |
| 13:28:33 | leakypipes | lyaaaaaarwood: just wrapping it up now after a little feedback from mordred. I'll be publishing it in an hour or two. | |
| 13:28:57 | leakypipes | lyaaaaaarwood: everyone shall hate me, so I've been preparing for that inevitability. | |
| 13:30:43 | lyaaaaaarwood | leakypipes: dansmith isn't online yet | |