Earlier  
Posted Nick Remark
#openstack-nova - 2019-03-28
14:33:27 sean-k-mooney we porably shoudl have somthing similar in our docs
14:33:44 sean-k-mooney efried: i dont think this is a bug
14:33:49 sean-k-mooney it was by design
14:34:23 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/os-vif master: Remove IP proxy methods https://review.openstack.org/643115
14:34:27 efried Right, right, it's a feature, not a bug.
14:34:57 sean-k-mooney efried: that said this was origianly used by the disk filters i nthe scheduler but we do that in placmenet now
14:35:11 sean-k-mooney orperhaps it was the disk wheigher
14:35:45 Zara thanks for the gist (yeah, that says nova-scheduler).
14:36:24 sean-k-mooney hum the weigher actully used free_disk_mb
14:37:02 Zara An official docs note somewhere would be good; I encountered it in the context of someone thinking it was a bug.
14:39:18 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Add functional recreate test for bug 1819963 https://review.openstack.org/648421
14:39:19 openstack bug 1819963 in OpenStack Compute (nova) rocky "Reverting a resize does not update the instance.availability_zone value to the source az" [Medium,In progress] https://launchpad.net/bugs/1819963 - Assigned to Matt Riedemann (mriedem)
14:39:19 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Update instance.availability_zone on revertResize https://review.openstack.org/648422
14:39:36 sean-k-mooney lookin futher we do https://github.com/openstack/nova/blob/9db1c6061d10617b40dbc1d0d64faed79503cb81/nova/scheduler/host_manager.py#L213 so we set free_gb in the context of the host state object to the smalles to free_gb or lesast_gb
14:40:41 sean-k-mooney so yes the disk weighter will prefer host that are less over commited
14:40:43 sean-k-mooney https://github.com/openstack/nova/blob/master/nova/scheduler/weights/disk.py
14:40:58 sean-k-mooney which is why we have the negitive value
14:41:49 openstackgerrit Takashi NATSUME proposed openstack/nova stable/rocky: doc: Fix openstack CLI command https://review.openstack.org/648425
14:43:31 Zara sean-k-mooney: ah, I see, thanks
14:44:57 efried Zara: It would be great if you wanted to find the appropriate spot in the docs and propose a patch to enhance it :)
14:46:06 Zara efried: I'll see what I can do. :)
14:46:14 openstackgerrit Matt Riedemann proposed openstack/nova stable/stein: Add retry_on_deadlock to migration_update DB API https://review.openstack.org/648428
14:56:32 efried Zara: Thanks!
15:23:35 Zara (aw, I found a nice place to add it... but the section is in the ocata docs; I haven't yet found the correlate of those docs for more recent releases (https://docs.openstack.org/ocata/config-reference/compute/schedulers.html )
15:24:50 sean-k-mooney Zara: we generate our config docmuemnt from code now
15:25:21 amodi what was the spam about? :?
15:25:27 Zara ah okay, guess I'll need to add a docstring somewhere
15:25:28 sean-k-mooney Zara: https://github.com/openstack/nova/blob/master/nova/conf/scheduler.py
15:25:54 Zara sean-k-mooney: thanks
15:26:54 sean-k-mooney we do have ohter schduler docs somewhere actully
15:27:50 sean-k-mooney Zara: i think this is what you want https://github.com/openstack/nova/blob/master/doc/source/admin/configuration/schedulers.rst
15:34:14 Zara seank-k-mooney: ahaaa, yes that looks like the same doc
15:34:16 Zara thanks
15:54:41 openstackgerrit Dan Smith proposed openstack/os-traits master: Add COMPUTE_IMAGE_TYPE_* traits https://review.openstack.org/648147
16:02:03 ricolin cdent, jaypipes, zhipeng do you think you guys can help with http://lists.openstack.org/pipermail/openstack-discuss/2019-March/004246.html for Resource Management SIG?
16:02:25 cdent ricolin: there hasn't been any resource mgt sig activity, well, ever
16:02:29 cdent just hope
16:02:59 cdent zhipeng may have some thoughts, but though we wanted to we never really got it off the ground
16:03:40 ricolin cdent, is there any plan for mgt sig in Summit or PTG this time?
16:03:57 cdent not that I'm aware of
16:04:10 cdent but again, zhipeng may have more info
16:19:34 openstackgerrit Zara proposed openstack/nova master: Explain why disk_available_least can be negative https://review.openstack.org/648454
16:21:26 ricolin cdent, thanks, will try to reach out with zhipeng
16:22:27 Zara (my patch may be a bit brief, but I guess it's a start)
16:22:44 openstackgerrit Merged openstack/os-traits master: Add COMPUTE_IMAGE_TYPE_* traits https://review.openstack.org/648147
16:46:47 openstackgerrit Eric Fried proposed openstack/os-traits master: Add contextual comment about image type traits https://review.openstack.org/648466
17:06:29 efried stephenfin: Feel free to carry my +2 forward if kaisers respins
17:06:48 stephenfin efried: I might just do it myself if that suits you?
17:06:53 efried sure
17:06:54 stephenfin mriedem-like
17:08:17 openstackgerrit Stephen Finucane proposed openstack/nova master: Adds systemd detection result caching in Quobyte driver https://review.openstack.org/648093
17:08:47 openstackgerrit Eric Fried proposed openstack/nova master: WIP: Poison sleep() in tests https://review.openstack.org/643763
17:09:05 cdent sean-k-mooney: whatever happened about your lower-constraints fixes? I'm trying to decide if my version still matters https://review.openstack.org/#/c/622972/ . If not I'd like to forget about it.
17:09:26 stephenfin done-zo
17:12:43 sean-k-mooney cdent: i got a little side tracked. it was ment to be the thing i worked on today but that did not happen :(
17:13:31 sean-k-mooney cdent: ill pull down yours and test it locally and see if that still works.
17:14:30 sean-k-mooney cdent: i could be wrong but i assume if i rebased yours it would have teh same rabbitmq issues
17:16:21 cdent sean-k-mooney: I can't remember the issue you're talking about
17:17:18 sean-k-mooney cdent: when using lower constraint in my version a bunch of the unit tests end up using the amqp oslo messageing driver and actully try to connect to rabbitmq
17:18:19 openstackgerrit Merged openstack/os-traits master: Add contextual comment about image type traits https://review.openstack.org/648466
17:19:01 openstackgerrit Balazs Gibizer proposed openstack/nova master: nova-manage: heal port allocations https://review.openstack.org/637955
17:19:02 openstackgerrit Balazs Gibizer proposed openstack/nova master: cache neutron ports in heal allocation https://review.openstack.org/638207
17:20:15 sean-k-mooney cdent: you bumped oslo.messaging to 7.0.0 in your and i didnt bump it in min so i think that is the reason
17:23:13 sean-k-mooney your version seams to be working but you have more version change then i have. just waiting for it too finish locally.
17:23:50 openstackgerrit Zara proposed openstack/nova master: Explain why disk_available_least can be negative https://review.openstack.org/648454
17:24:53 sean-k-mooney Zara: thanks it was only a nit so you didnt have to respin but that does look fien to me
17:25:15 Zara heh, easy enough to edit inline :)
17:42:38 openstackgerrit Ghanshyam Mann proposed openstack/nova master: WIP: Add new default roles in os-services API policies https://review.openstack.org/648480
17:43:32 openstackgerrit Ghanshyam Mann proposed openstack/nova master: WIP:Introduce scope_types in os-services, lock policies https://review.openstack.org/645452
17:43:52 openstackgerrit Ghanshyam Mann proposed openstack/nova master: WIP: Add new default roles in os-services API policies https://review.openstack.org/648480
19:02:02 openstackgerrit Merged openstack/nova master: Temporarily mutate migration object in finish_revert_resize https://review.openstack.org/641137
19:15:53 openstackgerrit Merged openstack/nova master: De-cruftify the finish_resize methods https://review.openstack.org/635349
19:34:55 openstackgerrit Eric Fried proposed openstack/nova master: Error out migration when confirm_resize fails https://review.openstack.org/647546
19:34:55 openstackgerrit Eric Fried proposed openstack/nova master: Delete allocations even if _confirm_resize raises https://review.openstack.org/647566
19:34:56 openstackgerrit Eric Fried proposed openstack/nova master: api-ref: add more details to confirmResize troubleshooting https://review.openstack.org/647741
20:28:58 openstackgerrit Merged openstack/nova master: Explain why disk_available_least can be negative https://review.openstack.org/648454
20:59:14 openstackgerrit melanie witt proposed openstack/nova master: libvirt: set device address tag only if setting disk unit https://review.openstack.org/611974
21:20:38 openstackgerrit Ghanshyam Mann proposed openstack/nova-specs master: Spec for API policy updates https://review.openstack.org/547850
21:23:59 gmann one quick update is about API policy improvement proposal'
21:24:04 gmann #link https://review.openstack.org/#/c/547850/
21:24:52 gmann this is spec ^^ and added the PTG item discussion also (hope we can schedule the sessions to avoid conflict QA/TC related time)
21:25:05 gmann that's all from my side
21:25:55 gmann ops this was for meeting
21:26:13 gmann melwitt: i have updated spec with PoC https://review.openstack.org/#/c/547850/
21:27:58 gmann and the flow of patches it will looks like with complete series
21:35:16 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in virt/test_block_device.py https://review.openstack.org/566153
21:35:41 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove deprecated 'default_flavor' config option https://review.openstack.org/645476
21:45:10 openstackgerrit Eric Fried proposed openstack/nova master: Adds systemd detection result caching in Quobyte driver https://review.openstack.org/648093
22:29:58 gmann johnthetubaguy: lbragstad updated the policy spec with PoC examples - https://review.openstack.org/#/c/547850/
22:44:42 openstackgerrit Eric Fried proposed openstack/nova master: Poison sleep() in tests https://review.openstack.org/643763
22:44:48 efried man, that sucked
23:02:16 openstackgerrit Merged openstack/python-novaclient stable/queens: Fix up userdata argument to rebuild. https://review.openstack.org/613090
23:02:17 openstackgerrit Merged openstack/python-novaclient stable/queens: Follow up "Fix up userdata argument to rebuild" https://review.openstack.org/613091
#openstack-nova - 2019-03-29
00:14:51 openstackgerrit Merged openstack/nova master: Delete the obj_as_admin context manager https://review.openstack.org/635351
00:14:59 openstackgerrit Merged openstack/nova master: Use errors_out_migration decorator on finish_resize https://review.openstack.org/641138
00:31:12 mlavalle efried: is this being talked about on your side: https://bugs.launchpad.net/neutron/+bug/1821058?
00:31:14 openstack Launchpad bug 1821058 in neutron "[RFE] Port binding event extended information for Nova" [Wishlist,Confirmed]
00:31:40 mlavalle here's the spec in neutron: https://review.openstack.org/#/c/645173/2
01:00:43 openstackgerrit chenker proposed openstack/python-novaclient master: Optimize limit option docs string description for novaclient https://review.openstack.org/643035
02:15:24 openstackgerrit melanie witt proposed openstack/nova master: libvirt: set device address tag only if setting disk unit https://review.openstack.org/611974

Earlier   Later