*** esberglu has joined #openstack-powervm | 00:02 | |
*** seroyer has joined #openstack-powervm | 00:09 | |
*** thorst has joined #openstack-powervm | 00:14 | |
*** seroyer has quit IRC | 00:14 | |
*** thorst_ has joined #openstack-powervm | 00:18 | |
*** thorst has quit IRC | 00:18 | |
*** thorst_ has quit IRC | 00:22 | |
*** thorst has joined #openstack-powervm | 00:43 | |
*** thorst has quit IRC | 00:44 | |
*** k0da has quit IRC | 00:50 | |
*** smatzek has joined #openstack-powervm | 00:51 | |
*** smatzek has quit IRC | 00:54 | |
*** esberglu has quit IRC | 01:50 | |
*** esberglu has joined #openstack-powervm | 02:27 | |
*** esberglu has quit IRC | 02:32 | |
*** esberglu has joined #openstack-powervm | 03:22 | |
*** esberglu has quit IRC | 03:26 | |
*** esberglu has joined #openstack-powervm | 04:32 | |
*** esberglu has quit IRC | 04:36 | |
*** esberglu has joined #openstack-powervm | 05:12 | |
*** esberglu has quit IRC | 05:16 | |
*** esberglu has joined #openstack-powervm | 07:00 | |
*** esberglu has quit IRC | 07:06 | |
*** esberglu has joined #openstack-powervm | 07:54 | |
*** esberglu has quit IRC | 07:59 | |
*** apearson has joined #openstack-powervm | 08:08 | |
*** k0da has joined #openstack-powervm | 08:31 | |
*** apearson has quit IRC | 09:24 | |
*** madhaviy has joined #openstack-powervm | 09:41 | |
*** esberglu has joined #openstack-powervm | 09:42 | |
*** esberglu has quit IRC | 09:47 | |
*** esberglu has joined #openstack-powervm | 10:37 | |
*** esberglu has quit IRC | 10:41 | |
*** AndyWojo has quit IRC | 10:43 | |
*** AndyWojo has joined #openstack-powervm | 10:45 | |
*** openstackgerrit has quit IRC | 10:47 | |
*** openstackgerrit has joined #openstack-powervm | 10:48 | |
*** seroyer has joined #openstack-powervm | 11:33 | |
*** thorst has joined #openstack-powervm | 11:52 | |
*** thorst has quit IRC | 11:52 | |
*** thorst has joined #openstack-powervm | 11:53 | |
*** seroyer has quit IRC | 12:01 | |
*** seroyer has joined #openstack-powervm | 12:01 | |
*** edmondsw has joined #openstack-powervm | 12:12 | |
thorst | efried: does the search method not allow multiple search elements? | 12:37 |
---|---|---|
thorst | I am passing two in for the rollback in the vif code - one for vlan the other for vswitch id | 12:38 |
efried | Right; I stand corrected: the message is correct, you must pass exactly one search key, and it is a community bug. | 12:38 |
thorst | why do we limit to one? | 12:38 |
thorst | out of my curiosity... | 12:39 |
*** mdrabe has joined #openstack-powervm | 12:41 | |
openstackgerrit | Drew Thorstensen (thorst) proposed openstack/nova-powervm: Add delay queue for events https://review.openstack.org/391164 | 12:44 |
*** esberglu has joined #openstack-powervm | 12:46 | |
*** esberglu has quit IRC | 12:47 | |
*** seroyer has quit IRC | 12:53 | |
*** esberglu has joined #openstack-powervm | 12:56 | |
efried | thorst, cause if we had more than one, we would need to figure out whether/how to support logical operators. It could be done, but it was more complication, more code, and we hadn't had a call for it. | 13:02 |
thorst | you mean and, or, xor? | 13:02 |
efried | yuh | 13:04 |
thorst | hmm...I had just assumed and. | 13:04 |
efried | Could just say it's always 'and'. But we didn't. Do you think it's warranted for this use case? | 13:05 |
thorst | well, this one yeah. Cause a Trunk is only unique by its vswitch + vlan | 13:05 |
thorst | but | 13:05 |
efried | You can search on one of 'em and then trawl the results for the other. Or get the feed and search it locally. | 13:05 |
thorst | I also think we should stick with what's in the API now. | 13:05 |
efried | Yeah, that search algo is pretty complicated already. Have you looked at it lately? | 13:05 |
thorst | o no...I hadn't | 13:06 |
efried | Cause we have to handle parent search, child search, using the REST search API where it's supported, doing the search locally where it's not... | 13:06 |
efried | The internals are complex so the API can be easy to use ;-) | 13:07 |
thorst | well then, I'll just get the ole feed and handle from there. | 13:07 |
efried | If it makes you feel better, it's no different performance-wise. | 13:07 |
*** kotra03 has joined #openstack-powervm | 13:09 | |
thorst | it does not | 13:09 |
thorst | kotra03: do we have a launchpad bug for the multi parameter search thing yet? | 13:09 |
kotra03 | thorst: no | 13:09 |
thorst | can you get one filed? I'll work on a fix. efried and I have been chatting about it here. | 13:10 |
kotra03 | thorst: sure, I will open a launchpad bug for that. | 13:12 |
thorst | awesome. Thx! | 13:12 |
*** seroyer has joined #openstack-powervm | 13:13 | |
*** tblakes has joined #openstack-powervm | 13:13 | |
kotra03 | thorst: Here is the launchpad bug - https://bugs.launchpad.net/nova-powervm/+bug/1639235 | 13:22 |
openstack | Launchpad bug 1639235 in nova-powervm "The search() method failing if there are multiple key=value arguments" [Undecided,New] | 13:22 |
thorst | thank you sir | 13:22 |
thorst | efried: lets also make sure we get that named pipe thing done today for pypowervm | 13:24 |
thorst | after I get this bug proposed, I want to get that up...so that we resolve the CI issue | 13:25 |
*** tjakobs has joined #openstack-powervm | 13:25 | |
efried | thorst, okay. | 13:25 |
*** apearson has joined #openstack-powervm | 13:34 | |
*** tblakes has quit IRC | 14:18 | |
openstackgerrit | Drew Thorstensen (thorst) proposed openstack/nova-powervm: Fix rollback op's search call https://review.openstack.org/393801 | 14:34 |
thorst | efried kotra03: ^^ | 14:35 |
*** tblakes has joined #openstack-powervm | 14:36 | |
*** tjakobs has quit IRC | 14:44 | |
efried | thorst, can trunk_pri be zero? | 14:49 |
efried | ...if it's a trunk adapter? | 14:49 |
seroyer | efried, no. | 15:08 |
efried | seroyer, thanks. | 15:08 |
*** kriskend has joined #openstack-powervm | 15:54 | |
*** edmondsw has quit IRC | 15:57 | |
*** k0da has quit IRC | 16:13 | |
*** esberglu has quit IRC | 16:24 | |
*** madhaviy has quit IRC | 16:38 | |
thorst | efried: As I'm thinking through the named pipe thing we'll be doing for this... | 17:01 |
thorst | I'm wondering if it needs to be in that special local2remote...or could we just make it standard function. | 17:02 |
thorst | if remote, translate the pipe to this type... | 17:02 |
*** kotra03 has quit IRC | 17:05 | |
*** esberglu has joined #openstack-powervm | 17:14 | |
*** esberglu has quit IRC | 17:19 | |
*** apearson has quit IRC | 17:24 | |
thorst | efried: check out 4458 | 17:27 |
*** esberglu has joined #openstack-powervm | 17:51 | |
*** k0da has joined #openstack-powervm | 18:58 | |
*** adi___ has quit IRC | 20:48 | |
*** adi___ has joined #openstack-powervm | 20:48 | |
*** adi___ has joined #openstack-powervm | 20:48 | |
*** thorst has quit IRC | 20:58 | |
*** thorst has joined #openstack-powervm | 21:06 | |
*** thorst has quit IRC | 21:10 | |
*** esberglu has quit IRC | 21:20 | |
*** thorst has joined #openstack-powervm | 21:24 | |
*** thorst has quit IRC | 21:26 | |
*** thorst has joined #openstack-powervm | 21:35 | |
*** thorst has quit IRC | 21:40 | |
*** seroyer has quit IRC | 21:43 | |
*** kriskend has quit IRC | 21:48 | |
*** tblakes has quit IRC | 22:18 | |
*** apearson has joined #openstack-powervm | 22:38 | |
*** esberglu has joined #openstack-powervm | 22:42 | |
*** mdrabe has quit IRC | 22:46 | |
*** esberglu has quit IRC | 22:46 | |
*** apearson has quit IRC | 23:20 | |
*** apearson has joined #openstack-powervm | 23:20 | |
*** apearson has quit IRC | 23:21 | |
*** apearson has joined #openstack-powervm | 23:21 | |
*** apearson has quit IRC | 23:22 | |
*** apearson has joined #openstack-powervm | 23:22 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!