*** thorst has joined #openstack-powervm | 01:13 | |
*** efried has quit IRC | 01:17 | |
*** thorst has quit IRC | 01:22 | |
*** thorst has joined #openstack-powervm | 01:31 | |
*** thorst has quit IRC | 01:32 | |
*** seroyer has quit IRC | 01:39 | |
*** seroyer has joined #openstack-powervm | 01:41 | |
*** thorst has joined #openstack-powervm | 02:27 | |
*** thorst has quit IRC | 02:27 | |
*** seroyer has quit IRC | 03:02 | |
*** thorst has joined #openstack-powervm | 03:36 | |
*** thorst has quit IRC | 03:41 | |
*** thorst has joined #openstack-powervm | 04:38 | |
*** thorst has quit IRC | 04:46 | |
*** thorst has joined #openstack-powervm | 06:48 | |
*** thorst has quit IRC | 06:56 | |
*** k0da has joined #openstack-powervm | 07:40 | |
*** thorst has joined #openstack-powervm | 07:54 | |
*** thorst has quit IRC | 08:02 | |
*** k0da has quit IRC | 08:54 | |
*** thorst has joined #openstack-powervm | 08:59 | |
*** k0da has joined #openstack-powervm | 09:01 | |
*** thorst has quit IRC | 09:06 | |
*** viclarson has joined #openstack-powervm | 10:39 | |
viclarson | hi | 10:52 |
---|---|---|
viclarson | cant attach volume | 10:52 |
viclarson | 2016-10-10 13:51:35.678 ERROR oslo_messaging.rpc.dispatcher [req-8d2f9371-e0b1-4c73-a496-041c8a41e928 admin admin] Exception during message handling: HTTP error 500 for method POST on path /rest/api/uom/VirtualIOServer/6C3B5ED4-B476-4DB5-84BF-0DCBEF5ACBDB?group=ViosSCSIMapping: Internal Server Error -- Physical volume "hdisk6" belongs to a volume group. | 10:52 |
viclarson | it works after deleting volumegroup' | 10:57 |
viclarson | note i use ssp driver | 10:57 |
*** thorst has joined #openstack-powervm | 11:08 | |
*** thorst has quit IRC | 11:16 | |
*** Alexey_Abashkin_ has joined #openstack-powervm | 11:24 | |
*** Alexey_Abashkin has quit IRC | 11:27 | |
*** seroyer has joined #openstack-powervm | 11:27 | |
*** thorst has joined #openstack-powervm | 11:51 | |
*** edmondsw has joined #openstack-powervm | 12:00 | |
*** apearson has quit IRC | 12:07 | |
*** svenkat has joined #openstack-powervm | 12:21 | |
*** tblakes has joined #openstack-powervm | 12:49 | |
*** tblakes_ has joined #openstack-powervm | 12:50 | |
*** apearson has joined #openstack-powervm | 12:52 | |
*** tblakes has quit IRC | 12:53 | |
*** tblakes_ is now known as tblakes | 12:53 | |
*** seroyer has quit IRC | 13:05 | |
*** mdrabe has joined #openstack-powervm | 13:20 | |
thorst | adreznec: you finally back? | 13:39 |
adreznec | thorst: Maybe. Who wants to know. | 13:39 |
thorst | your OSA stuff...did you make one physical port look like two...or are you using two physical ports? | 13:41 |
adreznec | thorst: on the multi-node setup? | 13:45 |
thorst | yeah. For our Barcelona demo, the systems I have only have one port plugged in. | 13:45 |
thorst | but I need a br-vx and a br-mgmt | 13:45 |
*** seroyer has joined #openstack-powervm | 13:46 | |
adreznec | I have 2 ports, 1 on the lab network and 1 on the private 10G network | 13:46 |
thorst | adreznec: boo | 13:46 |
adreznec | the 1 on the private network has 4 VLANs on it | 13:46 |
thorst | can br-vx and br-mgmt share one adapter? | 13:48 |
adreznec | they should be able to | 13:48 |
adreznec | Well... are you talking 1 physical adapter/port? | 13:49 |
adreznec | Or are you talking a virtual interface in linux? | 13:49 |
thorst | adreznec: One 'br-mgmt' that services both vxlan and mgmt | 13:51 |
*** esberglu has joined #openstack-powervm | 13:55 | |
*** kriskend has joined #openstack-powervm | 13:56 | |
*** efried has joined #openstack-powervm | 14:03 | |
*** tjakobs has joined #openstack-powervm | 14:12 | |
*** efried has quit IRC | 14:12 | |
*** burgerk has joined #openstack-powervm | 14:23 | |
*** efried has joined #openstack-powervm | 14:30 | |
*** openstack has joined #openstack-powervm | 18:24 | |
*** openstack has joined #openstack-powervm | 19:06 | |
*** openstackstatus has joined #openstack-powervm | 19:06 | |
*** ChanServ sets mode: +v openstackstatus | 19:06 | |
*** kriskend_ has joined #openstack-powervm | 19:06 | |
efried | thorst, I'd like to. | 19:33 |
thorst | efried: you'd like to, as in you're not yet but have no blockers to using them? | 19:33 |
efried | thorst, something like that. I'm being distracted by a couple of other things, but my biggest next work item is SR-IOV LPM testing. | 19:34 |
thorst | efried: cool...I have people asking for that hardware...and I'm fending them off | 19:35 |
mdrabe | thorst: Got any solid gotos for getting system uptime in python? | 19:37 |
efried | This one's not bad: http://planzero.org/blog/2012/01/26/system_uptime_in_python,_a_better_way | 19:38 |
efried | If we're willing to add a req for the uptime module, that would be best. | 19:40 |
mdrabe | efried: Wondering if that'd need to be added as a req | 19:41 |
mdrabe | Like is 'ssh' a req? | 19:41 |
efried | If you're calling into the system's 'uptime' binary, no. If you're using the uptime python module, yes. | 19:42 |
mdrabe | Yea I'm thinkin that binary | 19:43 |
efried | Aha. mdrabe: | 19:46 |
efried | import psutil | 19:46 |
efried | psutil.BOOT_TIME | 19:46 |
efried | 1476108098.0 | 19:46 |
efried | Compare to time.time() and yerdone. | 19:46 |
mdrabe | friggin bingo | 19:46 |
efried | And psutil is already a pypowervm req. | 19:46 |
thorst | efried: Don't we have uptime in nova-powervm already? | 19:47 |
efried | do we? | 19:47 |
thorst | yah | 19:47 |
efried | And do we want system uptime or compute module uptime? | 19:47 |
thorst | I think its a driver method | 19:47 |
efried | But nova-powervm doesn't help us here, does it? I think mdrabe is looking to change the pypowervm defaults | 19:47 |
thorst | I think novalink VM uptime is sufficient for mdrabe's q | 19:47 |
thorst | yeah, I'm just saying for consistency sake? | 19:47 |
mdrabe | I wanted to contain this entirely in pypowervm | 19:47 |
thorst | yeah, OK - that's good | 19:47 |
mdrabe | I'll look at it and see | 19:48 |
efried | ew | 19:48 |
efried | def get_host_uptime(self): | 19:48 |
efried | """Returns the result of calling "uptime" on the target host.""" | 19:48 |
efried | # trivial implementation from libvirt/driver.py for consistency | 19:48 |
efried | out, err = n_utils.execute('env', 'LANG=C', 'uptime') | 19:48 |
efried | return out | 19:48 |
mdrabe | yep | 19:48 |
apearson | efried - fyi we actually can get uptime on any lpar via the hypervisor too...not sure why you need this..but if that's of interest it would be easy to add it into the API. | 19:49 |
efried | apearson, good to know. I think we've got enough options we don't need extra REST API affordance. | 19:49 |
efried | thorst, my vote is psutil.BOOT_TIME | 19:49 |
thorst | I'm ok with that | 19:50 |
efried | FWIW, the get_host_uptime from nova-powervm would return the answer in the form: | 19:51 |
efried | 14:50:40 up 5:49, 5 users, load average: 0.80, 0.89, 0.85 | 19:51 |
efried | ...which would then have to be parsed. | 19:51 |
thorst | yep, which is what Nova does | 19:52 |
efried | thorst, 4148 would be a good review to get done. I want to get that back to newton ASAP. | 19:54 |
efried | esberglu, was it 40 & 41 you were SSPing for me? | 19:55 |
esberglu | efried: Yeah | 19:55 |
efried | esbergu, appear to be ready to go? | 19:56 |
esberglu | Yeah seems to be. I could see the ssp using pvmctl from both neos | 19:57 |
efried | Thanks dude. | 19:57 |
efried | thorst, want to review https://review.openstack.org/#/c/383428/ and https://review.openstack.org/#/c/383429/ before I merge 4148? | 19:58 |
thorst | efried: sure | 20:01 |
thorst | efried: was stable/newton a cherry pick? | 20:02 |
thorst | yeah, nevermind, looks like it | 20:02 |
thorst | however, why doesn't master also close the bug? | 20:02 |
efried | thorst, no particular reason. I know I *need* a bug for newton, but don't for master. Want me to add the tag? | 20:03 |
thorst | efried: you should...but meh | 20:05 |
openstackgerrit | Eric Fried proposed openstack/nova-powervm: Rebase on set_vnic_backdevs(redundancy) https://review.openstack.org/383428 | 20:05 |
efried | thorst, done. | 20:05 |
efried | ugh, gate is broke. That's gonna be a problem. | 20:11 |
efried | thorst, have you poked cores on the blueprint yet? | 20:11 |
thorst | efried: I talked to mriedem on Friday and Saturday. We're slated for slot 1 of unconference. We will also bring up to them in Thursday meeting in the open section | 20:14 |
thorst | should probably add a note in there though | 20:14 |
efried | thorst, cool. | 20:14 |
efried | esberglu, how's the new local2remote looking? Ready to be merged yet? | 20:14 |
esberglu | efried: Looks good to me, worked fine on the staging env. I will bump it to +2 | 20:16 |
efried | esberglu, cool. | 20:17 |
efried | thorst, working to set up 40 & 41 to do LPM testing. I have a feeling I need to know something special about devstack config. Like, they'll both need to run off of the same conductor? | 20:17 |
thorst | yeah | 20:17 |
thorst | I have an example if you want... | 20:17 |
thorst | but uses OVS | 20:17 |
thorst | I also suspect you'll need to make a devstack plugin to start the sr-iov agent | 20:17 |
efried | It's better than what I have, which is nothing. | 20:17 |
efried | Actually, I think the devstack work for starting the sr-iov agent is done. | 20:17 |
thorst | private messaging you the info | 20:18 |
efried | yuh: https://github.com/openstack/networking-powervm/blob/master/devstack/plugin.sh#L42 | 20:18 |
efried | https://github.com/openstack/networking-powervm/blob/master/devstack/plugin.sh#L66 | 20:19 |
thorst | ... I am going to try to change the neutron l2population driver ... | 20:29 |
* thorst fears this greatly | 20:30 | |
efried | adreznec, thorst - where can I get gate status? I don't want to keep flooding rechecks if there's a known outage they're still working. | 20:31 |
thorst | esberglu: ^^ | 20:32 |
adreznec | efried: You can search for your change here http://status.openstack.org/zuul/ | 20:33 |
adreznec | and see if things are in flight | 20:33 |
adreznec | Known failures are tracked at http://status.openstack.org/elastic-recheck/ | 20:33 |
adreznec | There's also http://ci-watch.tintri.com/ for third-party CIs | 20:34 |
efried | adreznec, thanks. In this case, stuff is just failing, but failing in a way that seems to have nothing to do with my changes. | 20:35 |
adreznec | You could check if elastic-recheck has any known open bugs that look similar to your failures then | 20:36 |
adreznec | Or check #openstack-infra for issues people are talking about | 20:36 |
*** svenkat has quit IRC | 20:58 | |
*** edmondsw has quit IRC | 21:19 | |
*** thorst has quit IRC | 21:27 | |
efried | adreznec, what's that stupid thing we have to do about paste to get devstack to work? | 21:29 |
*** kriskend_ has quit IRC | 21:29 | |
*** mdrabe has quit IRC | 21:37 | |
*** mdrabe has joined #openstack-powervm | 21:37 | |
openstackgerrit | Merged openstack/nova-powervm: Rebase on set_vnic_backdevs(redundancy) https://review.openstack.org/383428 | 21:44 |
*** tblakes has quit IRC | 21:46 | |
*** thorst has joined #openstack-powervm | 21:56 | |
*** kriskend_ has joined #openstack-powervm | 21:57 | |
*** thorst has quit IRC | 22:01 | |
*** mdrabe has quit IRC | 22:08 | |
*** efried has quit IRC | 22:14 | |
*** esberglu has quit IRC | 22:18 | |
*** kriskend_ has quit IRC | 22:20 | |
*** apearson has quit IRC | 22:24 | |
*** seroyer has quit IRC | 22:32 | |
*** esberglu has joined #openstack-powervm | 22:35 | |
*** esberglu has quit IRC | 22:36 | |
*** tjakobs has quit IRC | 22:39 | |
*** kriskend has joined #openstack-powervm | 22:50 | |
*** thorst has joined #openstack-powervm | 23:10 | |
*** seroyer has joined #openstack-powervm | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!