*** thorst_afk has joined #openstack-powervm | 00:00 | |
*** thorst_afk has quit IRC | 00:37 | |
*** thorst_afk has joined #openstack-powervm | 00:44 | |
*** thorst_afk has quit IRC | 00:46 | |
*** thorst_afk has joined #openstack-powervm | 01:47 | |
*** thorst_afk has quit IRC | 01:52 | |
*** jay1_ has joined #openstack-powervm | 02:30 | |
*** arunman has joined #openstack-powervm | 02:37 | |
*** thorst_afk has joined #openstack-powervm | 02:48 | |
*** dwayne has quit IRC | 03:03 | |
*** thorst_afk has quit IRC | 03:08 | |
*** thorst_afk has joined #openstack-powervm | 04:04 | |
*** thorst_afk has quit IRC | 04:09 | |
*** chhavi has joined #openstack-powervm | 04:29 | |
*** thorst_afk has joined #openstack-powervm | 06:06 | |
*** thorst_afk has quit IRC | 06:11 | |
*** thorst_afk has joined #openstack-powervm | 07:06 | |
*** thorst_afk has quit IRC | 07:11 | |
*** chhavi has quit IRC | 07:23 | |
*** k0da has joined #openstack-powervm | 07:35 | |
*** thorst_afk has joined #openstack-powervm | 08:07 | |
*** thorst_afk has quit IRC | 08:26 | |
*** chhavi has joined #openstack-powervm | 08:40 | |
*** thorst_afk has joined #openstack-powervm | 09:24 | |
*** thorst_afk has quit IRC | 09:28 | |
*** adreznec has quit IRC | 09:30 | |
*** adreznec has joined #openstack-powervm | 09:31 | |
*** k0da has quit IRC | 10:04 | |
*** k0da has joined #openstack-powervm | 11:09 | |
*** smatzek has joined #openstack-powervm | 11:21 | |
*** smatzek_ has joined #openstack-powervm | 11:21 | |
*** smatzek has quit IRC | 11:24 | |
*** smatzek_ is now known as smatzek | 11:24 | |
*** thorst_afk has joined #openstack-powervm | 11:25 | |
*** thorst_afk has quit IRC | 11:31 | |
*** svenkat has joined #openstack-powervm | 11:37 | |
*** nbante has joined #openstack-powervm | 11:44 | |
*** thorst_afk has joined #openstack-powervm | 11:55 | |
*** jpasqualetto has joined #openstack-powervm | 12:32 | |
*** nbante has quit IRC | 12:46 | |
*** mdrabe has joined #openstack-powervm | 12:59 | |
efried | esberglu CI known totally busted at the moment? | 13:06 |
---|---|---|
efried | esberglu http://184.172.12.213/46/461446/3/check/nova-out-of-tree-pvm/4d3d016/powervm_os_ci.html e.g. | 13:07 |
esberglu | efried: Looks like another breaking change has gone in since the fix last night... | 13:18 |
esberglu | Might be that systemd thing you sent me. Didn't get a chance to test it yesterday since I was trying to figure out the identity api thing | 13:19 |
esberglu | Seeing as a run went through, but there aren't any logs really | 13:19 |
*** shyama has joined #openstack-powervm | 13:21 | |
*** dwayne has joined #openstack-powervm | 13:22 | |
shyama | esberglu: the CI failed for https://review.openstack.org/#/c/460723/2 | 13:25 |
shyama | I see a lot of neutron related errors | 13:26 |
shyama | Any idea on this | 13:26 |
efried | shyama Don't take it personally - all of 'em are failing. esberglu is looking into it. | 13:27 |
shyama | ok.. | 13:27 |
*** smatzek has quit IRC | 13:32 | |
efried | esberglu If you gather enough evidence to suppose our problems are related to systemd, contact sdague in #openstack-qa | 13:40 |
esberglu | ack | 13:40 |
efried | esberglu Are you subscribed to openstack-dev mailing list? | 13:40 |
esberglu | Yeah I struggle to keep up a lot of times | 13:41 |
esberglu | I need to adjust my subscriptions | 13:41 |
efried | Okay - for more info, see the email from Sean Dague, subject Re: [openstack-dev] [devstack] [all] systemd in devstack by default | 13:42 |
*** jay1_ has quit IRC | 13:48 | |
*** smatzek has joined #openstack-powervm | 13:54 | |
*** openstackgerrit has quit IRC | 14:18 | |
*** mdrabe_ has joined #openstack-powervm | 14:23 | |
*** mdrabe has quit IRC | 14:24 | |
*** nbante has joined #openstack-powervm | 14:29 | |
*** jay1_ has joined #openstack-powervm | 15:03 | |
*** nbante has quit IRC | 15:04 | |
*** tjakobs has joined #openstack-powervm | 15:06 | |
*** k0da has quit IRC | 15:17 | |
*** jay1_ has quit IRC | 16:11 | |
*** tjakobs_ has joined #openstack-powervm | 16:17 | |
*** tjakobs has quit IRC | 16:21 | |
*** jpasqualetto has quit IRC | 16:33 | |
*** arunman has quit IRC | 16:33 | |
*** arunman has joined #openstack-powervm | 16:34 | |
*** arunman has quit IRC | 16:34 | |
*** jpasqualetto has joined #openstack-powervm | 16:48 | |
esberglu | thorst: efried: Figured out why the systemd devstack change was breaking us | 17:34 |
esberglu | https://github.com/openstack/networking-powervm/blob/6a9e01e7a27b56c1c6c11cceb4e0e78652ede52c/devstack/settings#L7-L8 | 17:34 |
thorst_afk | what's up with those? | 17:34 |
*** thorst_afk is now known as thorst | 17:34 | |
esberglu | So they changed devstack from starting the services with screen to starting with systemd | 17:35 |
esberglu | Those enable_service lines only apply to screen | 17:35 |
esberglu | We are gonna have to add a check to see if USE_SCREEN is true. Then do what's there now. | 17:35 |
esberglu | If false, start the services using systemctl | 17:35 |
thorst | and then how do we work with systemd longer term. | 17:35 |
thorst | got it | 17:35 |
thorst | yeah, that seems reasonable | 17:36 |
esberglu | CI-wise this is actually gonna be some work though | 17:36 |
esberglu | Because all of the logging is different | 17:36 |
esberglu | So we can put the networking-powervm change in right away, and we can just set USE_SCREEN=true in CI until that's done | 17:37 |
thorst | +1 | 17:38 |
esberglu | And hope using screen doesn't break us in other ways before then. sdague said it will cause problems later if we don't switch | 17:39 |
*** chhavi has quit IRC | 17:50 | |
*** k0da has joined #openstack-powervm | 17:54 | |
*** openstackgerrit has joined #openstack-powervm | 18:20 | |
openstackgerrit | Taylor Jakobson proposed openstack/nova-powervm master: Add support for file-backed ephemeral disk https://review.openstack.org/462248 | 18:20 |
-openstackstatus- NOTICE: Gerrit on review.openstack.org is being restarted to accomodate a memory leak in Gerrit. Service should return shortly. | 18:53 | |
*** mdrabe_ is now known as mdrabe | 19:49 | |
efried | I'm not sure if I read everything right - are they planning to disable screen completely in devstack? | 20:20 |
* efried groans at the thought of having to learn something new... | 20:21 | |
esberglu | efried: Yep | 20:26 |
esberglu | But it will be really nice for making changes and restarting stuff | 20:27 |
esberglu | systemctl restart instead of rejoining the screen. Plus you can restart everything with one command | 20:27 |
*** smatzek has quit IRC | 20:34 | |
*** svenkat has quit IRC | 20:59 | |
*** mdrabe has quit IRC | 21:00 | |
*** thorst has quit IRC | 21:13 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm master: In Tree Backport: Exception handling #1 https://review.openstack.org/461147 | 21:13 |
efried | esberglu Can you do a manual run with latest develop pypowervm please? | 21:21 |
efried | Want to cut 1.1.3 with it, need to make sure it's sane. | 21:21 |
esberglu | efried: I'm battling the CI management node right now. So I don't have anywhere to test atm. I will when i get the env. back up | 21:26 |
efried | esberglu Thanks. | 21:26 |
efried | esberglu I just pushed a recheck on something - is that gonna fail or wait? | 21:27 |
esberglu | Nah it either won't kick off a run or it will just wait until a node is ready. Depends on whether or not zuul was started yet | 21:28 |
esberglu | Assuming its the TaskFlow backport? I see that in the queue | 21:29 |
*** esberglu has quit IRC | 21:34 | |
efried | yeah, and wanted to know if I could keep throwing rechecks at ya, or if I should wait. | 21:35 |
*** jpasqualetto has quit IRC | 21:36 | |
*** thorst has joined #openstack-powervm | 21:38 | |
*** thorst has quit IRC | 21:43 | |
openstackgerrit | Eric Fried proposed openstack/networking-powervm master: Re-home neutron-lib constants https://review.openstack.org/462303 | 21:56 |
efried | Man, looks like we've got a fair bit of work to do in networking-powervm. | 22:09 |
*** dwayne has quit IRC | 22:11 | |
*** k0da has quit IRC | 22:17 | |
*** tjakobs_ has quit IRC | 22:31 | |
*** thorst has joined #openstack-powervm | 23:58 | |
*** thorst has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!