*** svenkat has joined #openstack-powervm | 00:21 | |
*** svenkat has quit IRC | 00:47 | |
*** svenkat has joined #openstack-powervm | 01:25 | |
*** svenkat has quit IRC | 02:07 | |
*** AlexeyAbashkin has joined #openstack-powervm | 07:18 | |
*** AlexeyAbashkin has quit IRC | 07:47 | |
*** AlexeyAbashkin has joined #openstack-powervm | 07:55 | |
*** AlexeyAbashkin has quit IRC | 10:14 | |
*** AlexeyAbashkin has joined #openstack-powervm | 10:14 | |
*** AlexeyAbashkin has quit IRC | 10:23 | |
*** AlexeyAbashkin has joined #openstack-powervm | 10:23 | |
*** edmondsw has joined #openstack-powervm | 12:17 | |
*** svenkat has joined #openstack-powervm | 13:35 | |
*** svenkat_ has joined #openstack-powervm | 13:44 | |
*** svenkat has quit IRC | 13:45 | |
*** svenkat_ is now known as svenkat | 13:45 | |
*** apearson has joined #openstack-powervm | 14:00 | |
*** esberglu has joined #openstack-powervm | 14:26 | |
*** tjakobs has joined #openstack-powervm | 14:32 | |
*** apearson has quit IRC | 15:30 | |
*** apearson has joined #openstack-powervm | 15:33 | |
edmondsw | we are now being compared to the PowerRangers in #openstack-release lol | 16:05 |
---|---|---|
*** apearson has quit IRC | 16:10 | |
*** AlexeyAbashkin has quit IRC | 16:14 | |
edmondsw | esberglu why is post_stack_vm_cleaner even bothering to filter VMs at all? i.e. what would create other VMs on the host where this is run? | 16:24 |
edmondsw | is it just to omit vios? | 16:24 |
esberglu | edmondsw: Otherwise it would be wiping vms from other runs | 16:29 |
esberglu | On the same host I think | 16:30 |
edmondsw | esberglu so what prevents that with what you proposed? Wouldn't all runs use that same "pvm{lpar_id}-" prefix? | 16:30 |
edmondsw | the lpar_id? | 16:31 |
esberglu | They have a unique lpar_id | 16:31 |
edmondsw | ah ok | 16:31 |
esberglu | So you will wipe all vms name pvm3-xxxx | 16:31 |
esberglu | But not pvm5-xxxx | 16:31 |
edmondsw | what is the lpar_id here? | 16:31 |
edmondsw | the id of the lpar where you're running this devstack/tempest? | 16:32 |
edmondsw | yeah, that makes sense | 16:32 |
esberglu | edmondsw: Yeah | 16:32 |
*** apearson has joined #openstack-powervm | 16:37 | |
*** AlexeyAbashkin has joined #openstack-powervm | 16:56 | |
edmondsw | esberglu is post_stack_vm_cleaner.py deleting vopts? If not, that could be how we're getting a stale vopt | 17:03 |
edmondsw | efried ^ | 17:03 |
edmondsw | I think that's probably our problem... | 17:05 |
*** fried_rice has joined #openstack-powervm | 17:07 | |
fried_rice | dangit, need to figure out how to make this client autojoin my channels. | 17:07 |
* fried_rice goes to eavesdrop... | 17:07 | |
fried_rice | Eavesdrop hasn't caught up yet. Care to repeate edmondsw | 17:08 |
edmondsw | I don't think post_stack_vm_cleaner.py is deleting vopts | 17:08 |
edmondsw | that could be how we got a stale vopt | 17:08 |
esberglu | edmondsw: No it isn't deleting vopts | 17:10 |
edmondsw | there we go then | 17:10 |
edmondsw | anything else it isn't doing? | 17:10 |
fried_rice | uh | 17:10 |
fried_rice | Yeah, I guess it should delete vopts. | 17:11 |
*** openstackgerrit has joined #openstack-powervm | 17:14 | |
openstackgerrit | Eric Fried proposed openstack/nova-powervm master: EXPERIMENTAL: Name VOpts with more of the instance UUID https://review.openstack.org/540453 | 17:14 |
fried_rice | edmondsw, esberglu: ^ | 17:14 |
*** fried_rice is now known as fried_rolls | 17:16 | |
edmondsw | fried_rice why do we need the str() there? | 17:16 |
edmondsw | fried_rolls ^ | 17:18 |
*** apearson has quit IRC | 17:29 | |
*** apearson has joined #openstack-powervm | 17:33 | |
*** AlexeyAbashkin has quit IRC | 17:39 | |
edmondsw | esberglu you working on a fix for post_stack_vm_cleaner to delete vopts? | 17:40 |
esberglu | edmondsw: Yeah | 17:40 |
edmondsw | great, tx | 17:40 |
esberglu | We abandoning 6287 then? | 17:43 |
*** kjw3 has joined #openstack-powervm | 18:41 | |
edmondsw | probably? efried do you still see any use in that? | 18:43 |
edmondsw | I mean fried_rolls | 18:43 |
*** kjw3 has quit IRC | 19:05 | |
*** AlexeyAbashkin has joined #openstack-powervm | 19:11 | |
*** AlexeyAbashkin has quit IRC | 19:58 | |
*** AlexeyAbashkin has joined #openstack-powervm | 20:04 | |
*** fried_rolls is now known as fried_rice | 20:17 | |
fried_rice | The str may or may not be unnecessary. I'm not sure whether instance.uuid is a UUID() or already a string. I didn't do anything to test this, just threw it up real quick, figured we could do a few runs with it. Needs UT fixes regardless. | 20:18 |
*** AlexeyAbashkin has quit IRC | 20:19 | |
openstackgerrit | Matthew Edmonds proposed openstack/nova-powervm master: Trim the fat from InstanceInfo https://review.openstack.org/540507 | 20:19 |
*** apearson has quit IRC | 20:44 | |
*** apearson has joined #openstack-powervm | 21:28 | |
edmondsw | esberglu one issue with 6243, but looks pretty good. And you've tested it? | 21:47 |
esberglu | edmondsw: Done. And yeah I did | 21:48 |
edmondsw | excellent | 21:48 |
edmondsw | esberglu and the copyright/ | 21:49 |
edmondsw | though why we need copyrights on these files... | 21:50 |
esberglu | edmondsw: Oops scrolled right past that one. Done | 21:52 |
edmondsw | esberglu you reverted the lpars_exist fix when you did that :) | 21:53 |
esberglu | ugh | 21:53 |
esberglu | Done | 21:54 |
*** svenkat has quit IRC | 22:02 | |
*** tjakobs has quit IRC | 22:16 | |
*** apearson has quit IRC | 22:20 | |
*** esberglu has quit IRC | 22:34 | |
*** edmondsw has quit IRC | 23:09 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!