*** edmondsw has joined #openstack-powervm | 00:51 | |
*** edmondsw has quit IRC | 00:55 | |
*** edmondsw has joined #openstack-powervm | 02:39 | |
*** edmondsw has quit IRC | 02:44 | |
*** edmondsw has joined #openstack-powervm | 04:27 | |
*** edmondsw has quit IRC | 04:32 | |
*** chhagarw has joined #openstack-powervm | 05:27 | |
*** mujahidali has joined #openstack-powervm | 05:57 | |
*** edmondsw has joined #openstack-powervm | 06:15 | |
*** edmondsw has quit IRC | 06:20 | |
*** openstackgerrit has quit IRC | 07:19 | |
*** edmondsw has joined #openstack-powervm | 08:03 | |
*** edmondsw has quit IRC | 08:08 | |
*** mujahidali has quit IRC | 09:07 | |
*** mujahidali has joined #openstack-powervm | 09:07 | |
*** YuYangWang has joined #openstack-powervm | 09:29 | |
*** edmondsw has joined #openstack-powervm | 09:52 | |
*** mujahidali has quit IRC | 09:53 | |
*** mujahidali has joined #openstack-powervm | 09:54 | |
*** edmondsw has quit IRC | 09:56 | |
*** edmondsw has joined #openstack-powervm | 11:12 | |
*** edmondsw has quit IRC | 11:16 | |
*** edmondsw has joined #openstack-powervm | 11:20 | |
*** mujahidali has quit IRC | 11:54 | |
*** chhagarw has quit IRC | 11:58 | |
*** AlexeyAbashkin has joined #openstack-powervm | 12:29 | |
*** chhagarw has joined #openstack-powervm | 12:50 | |
*** efried has quit IRC | 12:58 | |
*** openstackgerrit has joined #openstack-powervm | 13:36 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm master: DNM: ci check https://review.openstack.org/328315 | 13:36 |
---|---|---|
*** Alexey_Abashkin has joined #openstack-powervm | 13:51 | |
*** AlexeyAbashkin has quit IRC | 13:53 | |
*** Alexey_Abashkin is now known as AlexeyAbashkin | 13:53 | |
*** efried has joined #openstack-powervm | 14:09 | |
*** esberglu has joined #openstack-powervm | 14:14 | |
*** tjakobs has joined #openstack-powervm | 14:19 | |
*** AlexeyAbashkin has quit IRC | 14:28 | |
*** AlexeyAbashkin has joined #openstack-powervm | 14:36 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm master: DNM: CI Check2 https://review.openstack.org/328317 | 15:12 |
*** AlexeyAbashkin has quit IRC | 15:14 | |
*** AlexeyAbashkin has joined #openstack-powervm | 15:16 | |
*** smatzek has joined #openstack-powervm | 16:39 | |
*** smatzek has quit IRC | 16:52 | |
*** AlexeyAbashkin has quit IRC | 16:57 | |
openstackgerrit | Elod Illes proposed openstack/ceilometer-powervm stable/pike: Fix sphinx-docs job for stable branch https://review.openstack.org/572841 | 17:10 |
openstackgerrit | Chhavi Agarwal proposed openstack/nova-powervm master: iSCSI Live Migration Support https://review.openstack.org/567575 | 17:30 |
*** edmondsw has quit IRC | 17:32 | |
*** chhagarw has quit IRC | 17:37 | |
*** edmondsw has joined #openstack-powervm | 17:45 | |
openstackgerrit | Matthew Edmonds proposed openstack/nova-powervm master: Remove unused volume_adapter conf https://review.openstack.org/572995 | 20:28 |
edmondsw | efried got a question from chhagarw today that prompted me to notice this ^ | 20:28 |
edmondsw | I guess I really need to start with "I" when I say something like that... sounds like you got the question :) | 20:29 |
efried | +2, good cleanup. | 20:30 |
efried | edmondsw: btw, if you're interested in what came out of the "nrp upgrade shitstorm": https://review.openstack.org/#/c/572583/ | 20:31 |
efried | TL;DR: a whole bunch of extra work in Rocky that we weren't expecting. | 20:31 |
edmondsw | efried so it's safe to assume that any consumer of a shared provider will also be a consumer of a local provider? | 20:37 |
efried | for now | 20:37 |
efried | edmondsw: This isn't the only thing that doesn't support that case at the moment. | 20:37 |
edmondsw | oh, I see the note now :) | 20:37 |
edmondsw | can you change the argument order of update_provider_tree to add allocations in the middle? | 20:39 |
edmondsw | I would have thought it needed to go on the end | 20:39 |
efried | edmondsw: I asked that question early on in my nova career. Basically, none of this is API, so we're under no obligation to preserve any kind of compatibility. | 20:40 |
efried | We update everything in tree to conform; and we "handle" OOT drivers by sending a note to the ML. | 20:40 |
edmondsw | efried why isn't it a kwarg with None as the default? Most of the time you call update_provider_tree you wouldn't want to touch allocations, no? | 20:42 |
*** esberglu_ has joined #openstack-powervm | 20:42 | |
efried | edmondsw: The caller can never know when this shenanigans is going to happen, so he always needs to send the allocations in. | 20:42 |
edmondsw | that'd be a useful note in the spec | 20:43 |
efried | edmondsw: Perhaps it needs to be made clear that we expect this to be used live the vast majority of the time. The offline FFU thing will be very rare. | 20:43 |
efried | edmondsw: Cool, I'm way too forest-for-the-trees on this, please do leave a comment where you think that could be useful. | 20:44 |
efried | edmondsw: btw, are you looking at source or rendered? | 20:44 |
*** esberglu has quit IRC | 20:44 | |
edmondsw | rendered | 20:45 |
edmondsw | I saw that sequence thing and went "gah!" | 20:45 |
edmondsw | and switched to rendered | 20:46 |
edmondsw | efried remind me who calls update_provider_tree when? | 20:47 |
efried | The resource tracker calls it on every periodic task interval to update_available_resources | 20:47 |
efried | sec... | 20:47 |
efried | edmondsw: https://github.com/openstack/nova/blob/07652b8babc9df7e0771f5f8d8ea1d977003c129/nova/compute/resource_tracker.py#L852-L890 | 20:48 |
edmondsw | efried doesn't look like that was already getting allocation data, so there's probably an additional perf impact to query that. Significant? | 20:50 |
efried | Yes, good point. Please comment. | 20:51 |
edmondsw | will do | 20:51 |
efried | shit, that one could be significant, unless we start caching allocations. Boo. | 20:51 |
*** esberglu_ has quit IRC | 20:56 | |
*** edmondsw has quit IRC | 21:09 | |
*** edmondsw has joined #openstack-powervm | 22:06 | |
*** edmondsw has quit IRC | 22:10 | |
*** tjakobs has quit IRC | 22:38 | |
*** edmondsw has joined #openstack-powervm | 23:54 | |
*** edmondsw has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!