*** thorst has joined #openstack-powervm | 00:03 | |
*** thorst has quit IRC | 00:05 | |
*** edmondsw has quit IRC | 00:11 | |
*** wangqwsh has joined #openstack-powervm | 00:42 | |
*** wangqwsh has quit IRC | 00:43 | |
*** thorst has joined #openstack-powervm | 01:32 | |
*** thorst has quit IRC | 01:32 | |
*** shyama has joined #openstack-powervm | 04:29 | |
*** madhaviy has joined #openstack-powervm | 05:30 | |
*** k0da has joined #openstack-powervm | 06:51 | |
*** k0da has quit IRC | 07:02 | |
*** mnasiadka has joined #openstack-powervm | 08:24 | |
openstackgerrit | Shyama proposed openstack/nova-powervm: WIP: SSP Volume Adapter https://review.openstack.org/372254 | 08:34 |
---|---|---|
*** openstackgerrit has quit IRC | 08:48 | |
*** openstackgerrit has joined #openstack-powervm | 08:49 | |
*** kotra03 has joined #openstack-powervm | 08:49 | |
*** k0da has joined #openstack-powervm | 10:18 | |
*** shyama has quit IRC | 10:25 | |
*** smatzek__ has joined #openstack-powervm | 10:50 | |
*** smatzek__ has quit IRC | 11:00 | |
*** kotra03 has quit IRC | 11:08 | |
*** shyama has joined #openstack-powervm | 11:12 | |
*** k0da has quit IRC | 11:17 | |
*** madhaviy has quit IRC | 11:26 | |
*** thorst has joined #openstack-powervm | 11:48 | |
*** madhaviy has joined #openstack-powervm | 12:06 | |
*** edmondsw has joined #openstack-powervm | 12:09 | |
*** k0da has joined #openstack-powervm | 12:52 | |
*** tblakes has joined #openstack-powervm | 12:55 | |
*** k0da has quit IRC | 13:07 | |
*** k0da has joined #openstack-powervm | 13:08 | |
*** esberglu has joined #openstack-powervm | 13:29 | |
*** esberglu has quit IRC | 13:36 | |
*** esberglu has joined #openstack-powervm | 13:36 | |
*** seroyer has joined #openstack-powervm | 13:38 | |
*** esberglu has quit IRC | 13:42 | |
*** viclarson has joined #openstack-powervm | 13:43 | |
*** esberglu has joined #openstack-powervm | 13:43 | |
viclarson | hi | 13:44 |
viclarson | This is NOT the lssyscfg you are looking for. This is only for compatibility with the HMC. Try pvmctl instead. | 13:44 |
viclarson | how to view current config of vm? | 13:44 |
seroyer | viclarson, Use “pvmctl vm list”. If you need more info, “pvmctl vm list —all-out”. There are powerful filter and output controls you can use on pvmctl as well. | 13:45 |
seroyer | pvmctl vm list help for more details | 13:45 |
*** mnasiadka has quit IRC | 13:51 | |
viclarson | ty. I have some problem. After creating vm in nova it still stays in 'spawning' state. pvmctl shows vm as 'not activated'. After start vm with pvmctl it tries to boot from bootp. Where d I dig? | 13:56 |
seroyer | Sounds like it either didn’t get its disk image, or the disk image is not valid. | 13:57 |
viclarson | i dont understand connection between glance and shared storage pool. How to test it? | 13:58 |
seroyer | SSP is not something I know much about. thorst? | 13:59 |
viclarson | is it ephemeral disk name=part5f8672c1image_cirros_011a17ca4a1689d04a7d5a6d35b10854? | 14:04 |
*** efried has joined #openstack-powervm | 14:07 | |
viclarson | note lpar is 'not activated', looks like vm creation was not completed | 14:08 |
seroyer | efried, Can you assist viclarson with figuring out why the VMs disk image didn’t seem to deploy (or isn’t valid) on SSP? | 14:08 |
*** shyama has quit IRC | 14:11 | |
efried | seroyer, viclarson, sure. Want to catch me up? | 14:15 |
seroyer | VM still shows as spawning in nova, “not activated” in pvmctl. Tried to boot it manually and there was not a valid disk image detected, so OpenFirmware tried to network boot. | 14:16 |
efried | Looks like you're using a cirros image. Do we have one of those that actually boots on Power? | 14:16 |
seroyer | And more specifically, on PowerVM, which has additional requirements on top of what’s needed to boot on OpenPower. | 14:17 |
efried | The part* prefix means the driver thinks it's still uploading the image. | 14:18 |
efried | Assuming that's in fact the image associated with the instance. | 14:18 |
efried | viclarson, tag me when you want to dig in. | 14:18 |
*** kriskend__ has joined #openstack-powervm | 14:19 | |
viclarson | why driver can't finish uploading? | 14:20 |
*** tjakobs has joined #openstack-powervm | 14:21 | |
viclarson | d driver create logical unit for each vm? | 14:21 |
efried | The driver creates a thin disk LU backed by the image LU. | 14:21 |
efried | Any VM using the same image will share the same image LU (i.e. we don't make multiple copies) - but the first time, we have to create that image LU. | 14:22 |
efried | We upload it from glance to the SSP. | 14:22 |
efried | Because multiple hosts can be sharing the same SSP, we coordinate that upload so that the same image only ends up there once. Other attempts to use that image at the same time will wait until it's done. | 14:23 |
efried | How long ago did you initiate the VM creation? | 14:24 |
viclarson | 1h | 14:25 |
viclarson | y i dont see several logical units for other instances | 14:27 |
viclarson | will nova-compute restart help? | 14:28 |
seroyer | Personally, I’d rather understand why it didn’t work, rather than rebooting and hoping the problem goes away. | 14:29 |
efried | Yeah, I'd like to see your nova compute log. | 14:29 |
efried | How big is the image? | 14:30 |
viclarson | two cirros depended images in ssp now name=image_cirros_011a17ca4a1689d04a7d5a6d35b10854 and name=part5f8672c1image_cirros_011a17ca4a1689d04a7d5a6d35b10854 | 14:30 |
viclarson | cirros ~ 20MB | 14:30 |
efried | The one without the part* prefix just appeared? | 14:31 |
seroyer | I doubt that image is bootable on PowerVM… | 14:32 |
viclarson | yes | 14:32 |
efried | Okay, check again - the part* one ought to disappear. | 14:32 |
efried | This just means your network connection between glance and the SSP is *really* *really* slow. | 14:32 |
efried | If it took 1h to transfer 20MB. | 14:32 |
*** k0da has quit IRC | 14:33 | |
viclarson | the same hw node | 14:33 |
efried | Doesn't help you, I don't think. Pretty sure the packets flow across the actual wire. | 14:34 |
efried | Now, the fact that you tried to boot the VM prematurely with pvmctl may cause the spawn to bounce when it tries to do the boot (not 100% sure about that) - but in any case, as seroyer says, you can't expect the VM to really boot with the cirros image. | 14:34 |
viclarson | image without part* is image uploaded from glance and image with part* is child? | 14:34 |
efried | the part* one is a marker to let other hosts know we're uploading that image, so they don't try to upload another copy. | 14:35 |
*** tblakes has quit IRC | 14:36 | |
*** k0da has joined #openstack-powervm | 14:37 | |
*** AlexeyAbashkin has joined #openstack-powervm | 14:38 | |
efried | thorst, please review https://review.openstack.org/#/c/377948/ | 14:44 |
efried | Customer waiting. | 14:44 |
*** burgerk has joined #openstack-powervm | 14:45 | |
thorst | efried: https://review.openstack.org/#/c/377948/2 is +2/W+1 | 14:52 |
efried | thanks | 14:52 |
thorst | kriskend__: ever see openvswitch die? | 14:55 |
thorst | I did...that's a new nightmare for me to have... | 14:56 |
kriskend__ | Can't say I have | 14:56 |
thorst | well it was awful :-) | 14:57 |
thorst | but it was a dev system. | 14:57 |
thorst | so not that awful... | 14:57 |
*** mdrabe has joined #openstack-powervm | 15:28 | |
*** efried has quit IRC | 15:34 | |
*** tblakes has joined #openstack-powervm | 15:38 | |
*** efried has joined #openstack-powervm | 15:41 | |
viclarson | does it mean something? | 15:46 |
viclarson | padmin@novalink:~$ pvmctl lu upload --name image_cirros_011a17ca4a1689d04a7d5a6d35b10854asdf --data 1.txt --ssp novassp | 15:46 |
viclarson | REST000B The URL presented to the Management Console REST Web Services is not valid.REST000E Unrecognized root REST type of LogicalUnit. | 15:46 |
*** mdrabe has quit IRC | 15:51 | |
*** mdrabe has joined #openstack-powervm | 15:51 | |
viclarson | d I update packages? | 15:58 |
viclarson | padmin@novalink:~$ pip freeze | grep power | 15:58 |
viclarson | -e git+https://git.openstack.org/openstack/networking-powervm.git@d01b7a147f521022b3fb2e330c0713a67272d0d5#egg=networking_powervm | 15:58 |
viclarson | -e git+https://git.openstack.org/openstack/nova-powervm.git@cad02b6cbbab91016761a5e18a0c9baa07e792fe#egg=nova_powervm | 15:58 |
viclarson | pypowervm==0.0.1.dev1 | 15:58 |
viclarson | padmin@novalink:~$ pip search pypowervm | 15:58 |
viclarson | pypowervm (1.0.0) - Python binding for the PowerVM REST API | 15:58 |
viclarson | INSTALLED: 0.0.1.dev1 | 15:58 |
viclarson | LATEST: 1.0.0 | 15:58 |
viclarson | perhaps i'm interesting in version marked as 'stable/mitaka' | 15:59 |
*** thorst_ has joined #openstack-powervm | 16:11 | |
*** thorst has quit IRC | 16:13 | |
seroyer | efried, thorst, ^^^^? | 16:14 |
seroyer | thorst_ ^^^^? | 16:15 |
thorst_ | my comp crashed...I've lost all context | 16:15 |
*** k0da has quit IRC | 16:16 | |
seroyer | viclarson was asking about pypowervm versions. | 16:16 |
seroyer | INSTALLED: 0.0.1.dev1 | 16:16 |
thorst_ | viclarson: can you post the Q again? | 16:16 |
viclarson | should i update python packages | 16:23 |
viclarson | i see | 16:23 |
viclarson | padmin@novalink:~$ pvmctl lu upload --name image_cirros_011a17ca4a1689d04a7d5a6d35b10854asdf --data 1.txt --ssp novassp | 16:23 |
viclarson | <viclarson> REST000B The URL presented to the Management Console REST Web Services is not valid.REST000E Unrecognized root REST type of LogicalUnit. | 16:23 |
thorst_ | what is the version of your nova link? I'm surprised you have that low a level of pypowervm... NovaLink should have installed the peer'd pypowervm | 16:24 |
thorst_ | did you pip install pypowervm? | 16:24 |
viclarson | no i didnt | 16:25 |
viclarson | mb changed by devstack | 16:26 |
viclarson | root@novalink:/home/padmin# apt-cache policy pypowervm | 16:26 |
viclarson | pypowervm: | 16:26 |
viclarson | Installed: 1.0.0.3.2-160916-2764 | 16:26 |
viclarson | Candidate: 1.0.0.3.2-160916-2764 | 16:26 |
viclarson | Version table: | 16:26 |
viclarson | *** 1.0.0.3.2-160916-2764 500 | 16:26 |
viclarson | 500 ftp://public.dhe.ibm.com/systems/virtualization/Novalink/debian novalink_1.0.0/non-free ppc64el Packages | 16:26 |
viclarson | apt think it's 1.0.0 version | 16:27 |
thorst_ | yeah. That's a good level... | 16:27 |
thorst_ | not sure where it found the 0.0.1.dev1... | 16:27 |
thorst_ | so that upload thing is a clbush command, let me find him. | 16:27 |
*** thorst_ is now known as thorst | 16:30 | |
thorst | viclarson: clbush is going to join, but is in transit at the moment. Might be a bit. | 16:33 |
viclarson | this version come from debian package | 16:34 |
thorst | yep yep, don't think its a version thing. | 16:34 |
*** tblakes has quit IRC | 16:39 | |
*** esberglu has quit IRC | 17:32 | |
*** esberglu has joined #openstack-powervm | 17:32 | |
*** shyama has joined #openstack-powervm | 17:36 | |
*** k0da has joined #openstack-powervm | 17:37 | |
*** esberglu has quit IRC | 17:38 | |
*** esberglu has joined #openstack-powervm | 17:40 | |
efried | thorst, I wanna change the API for set_vnic_back_devs. At this point, we haven't released anything with that guy in it yet, have we? So I should still be able to do that? | 17:44 |
thorst | yes, but lets be super duper quick | 17:44 |
efried | k | 17:45 |
*** thorst has quit IRC | 17:45 | |
*** thorst has joined #openstack-powervm | 17:46 | |
*** madhaviy has quit IRC | 17:47 | |
*** kotra03 has joined #openstack-powervm | 18:08 | |
kotra03 | @thorst, @efried, can you please review https://review.openstack.org/377818/ & https://review.openstack.org/377841 | 18:10 |
*** shyama has quit IRC | 18:28 | |
efried | kotra03: How careful are we supposed to be here? | 18:42 |
efried | Like, do we have the opportunity to send these back to the translators? | 18:42 |
efried | https://review.openstack.org/#/c/377818/ has at least one mistake, see comment. | 18:42 |
efried | But if we don't care, I'll approve it. | 18:42 |
kotra03 | @efried, I am going to submit the latest files for translation again in another 10 days. I will see that it gets fixed in that drop. is that fine? | 18:47 |
efried | sure. | 18:48 |
efried | kotra03, Approved both. | 18:48 |
kotra03 | efried, thank you. | 18:48 |
efried | yw | 18:49 |
kotra03 | @efried: there is another changeset https://review.openstack.org/#/c/378783/. But the build failed. pep8 passed in my local env. I din't understand why it failed here. | 18:50 |
openstackgerrit | Merged openstack/ceilometer-powervm: Translation files for supported languages https://review.openstack.org/377841 | 18:52 |
efried | kotra03, doesn't look like a YP. I'll submit a recheck. | 18:52 |
kotra03 | efried, ok thank you. | 18:52 |
openstackgerrit | Merged openstack/networking-powervm: Translation files for supported languages https://review.openstack.org/377818 | 18:53 |
*** tblakes has joined #openstack-powervm | 19:12 | |
*** viclarson has quit IRC | 19:39 | |
*** kotra03 has quit IRC | 19:50 | |
*** burgerk has quit IRC | 20:49 | |
efried | thorst, made some updates to https://etherpad.openstack.org/p/powervm-nova-ocata-bp | 21:07 |
efried | thorst, for history section, thinking it may be neat to include things like when we first shipped the oot driver (Liberty), when we stood up the CI, when it started providing non-gating votes. | 21:08 |
efried | thorst, Do we need to reference networking-powervm and/or ceilometer-powervm at all? The former, at least, would be a dependency, no? | 21:08 |
*** edmondsw has quit IRC | 21:25 | |
efried | thorst, https://review.openstack.org/#/c/364923/ -- responded to your comment. Though that's totally unrelated to this change set. | 21:33 |
*** kriskend__ has quit IRC | 21:39 | |
thorst | efried: agree on the history section | 21:41 |
thorst | I got distracted when filling it in | 21:42 |
thorst | the networking-powervm isn't a hard dependency (see OVS) but would be good to cite | 21:42 |
*** dwayne_ has quit IRC | 21:42 | |
efried | esberglu, can you provide rough dates on those CI aspects? | 21:43 |
efried | When we stood up the CI env, and when we started providing votes? | 21:43 |
efried | Month/Year is good enough. | 21:43 |
esberglu | Not sure of the top of my head. Hold on I will try to find out | 21:45 |
efried | thanks | 21:45 |
thorst | esberglu: just update https://etherpad.openstack.org/p/powervm-nova-ocata-bp with the info when you get it | 21:46 |
thorst | and please review, as I cited you as someone working on it :-) | 21:47 |
esberglu | Ok | 21:47 |
efried | I'll put in 1Q and 2Q 2016, respectively, for now. | 21:47 |
efried | Cause that's about right. | 21:47 |
*** mdrabe has quit IRC | 21:51 | |
*** mdrabe has joined #openstack-powervm | 21:51 | |
*** tblakes has quit IRC | 22:05 | |
openstackgerrit | Merged openstack/nova-powervm: Translation files for supported languages https://review.openstack.org/378783 | 22:08 |
*** mdrabe has quit IRC | 22:09 | |
*** thorst has quit IRC | 22:13 | |
*** seroyer has quit IRC | 22:13 | |
*** thorst has joined #openstack-powervm | 22:14 | |
*** thorst has quit IRC | 22:18 | |
*** esberglu has quit IRC | 22:19 | |
*** thorst has joined #openstack-powervm | 22:33 | |
*** esberglu has joined #openstack-powervm | 22:34 | |
*** esberglu has quit IRC | 22:37 | |
*** thorst has quit IRC | 22:38 | |
*** thorst has joined #openstack-powervm | 22:38 | |
*** thorst has quit IRC | 22:43 | |
*** tjakobs has quit IRC | 22:45 | |
*** thorst has joined #openstack-powervm | 22:48 | |
*** thorst has quit IRC | 22:52 | |
*** k0da has quit IRC | 22:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!