Wednesday, 2016-09-28

*** thorst has joined #openstack-powervm00:03
*** thorst has quit IRC00:05
*** edmondsw has quit IRC00:11
*** wangqwsh has joined #openstack-powervm00:42
*** wangqwsh has quit IRC00:43
*** thorst has joined #openstack-powervm01:32
*** thorst has quit IRC01:32
*** shyama has joined #openstack-powervm04:29
*** madhaviy has joined #openstack-powervm05:30
*** k0da has joined #openstack-powervm06:51
*** k0da has quit IRC07:02
*** mnasiadka has joined #openstack-powervm08:24
openstackgerritShyama proposed openstack/nova-powervm: WIP: SSP Volume Adapter  https://review.openstack.org/37225408:34
*** openstackgerrit has quit IRC08:48
*** openstackgerrit has joined #openstack-powervm08:49
*** kotra03 has joined #openstack-powervm08:49
*** k0da has joined #openstack-powervm10:18
*** shyama has quit IRC10:25
*** smatzek__ has joined #openstack-powervm10:50
*** smatzek__ has quit IRC11:00
*** kotra03 has quit IRC11:08
*** shyama has joined #openstack-powervm11:12
*** k0da has quit IRC11:17
*** madhaviy has quit IRC11:26
*** thorst has joined #openstack-powervm11:48
*** madhaviy has joined #openstack-powervm12:06
*** edmondsw has joined #openstack-powervm12:09
*** k0da has joined #openstack-powervm12:52
*** tblakes has joined #openstack-powervm12:55
*** k0da has quit IRC13:07
*** k0da has joined #openstack-powervm13:08
*** esberglu has joined #openstack-powervm13:29
*** esberglu has quit IRC13:36
*** esberglu has joined #openstack-powervm13:36
*** seroyer has joined #openstack-powervm13:38
*** esberglu has quit IRC13:42
*** viclarson has joined #openstack-powervm13:43
*** esberglu has joined #openstack-powervm13:43
viclarsonhi13:44
viclarsonThis is NOT the lssyscfg you are looking for.  This is only for compatibility with the HMC.  Try pvmctl instead.13:44
viclarsonhow to view current config of vm?13:44
seroyerviclarson, 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
seroyerpvmctl vm list help for more details13:45
*** mnasiadka has quit IRC13:51
viclarsonty. 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
seroyerSounds like it either didn’t get its disk image, or the disk image is not valid.13:57
viclarsoni dont understand connection between glance and shared storage pool. How to test it?13:58
seroyerSSP is not something I know much about.  thorst?13:59
viclarsonis it ephemeral disk  name=part5f8672c1image_cirros_011a17ca4a1689d04a7d5a6d35b10854?14:04
*** efried has joined #openstack-powervm14:07
viclarsonnote lpar is 'not activated',  looks like vm creation was not completed14:08
seroyerefried, 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 IRC14:11
efriedseroyer, viclarson, sure.  Want to catch me up?14:15
seroyerVM 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
efriedLooks like you're using a cirros image.  Do we have one of those that actually boots on Power?14:16
seroyerAnd more specifically, on PowerVM, which has additional requirements on top of what’s needed to boot on OpenPower.14:17
efriedThe part* prefix means the driver thinks it's still uploading the image.14:18
efriedAssuming that's in fact the image associated with the instance.14:18
efriedviclarson, tag me when you want to dig in.14:18
*** kriskend__ has joined #openstack-powervm14:19
viclarsonwhy driver can't finish uploading?14:20
*** tjakobs has joined #openstack-powervm14:21
viclarsond driver create logical unit for each vm?14:21
efriedThe driver creates a thin disk LU backed by the image LU.14:21
efriedAny 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
efriedWe upload it from glance to the SSP.14:22
efriedBecause 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
efriedHow long ago did you initiate the VM creation?14:24
viclarson1h14:25
viclarsony i dont see several logical units for other instances14:27
viclarsonwill nova-compute restart help?14:28
seroyerPersonally, I’d rather understand why it didn’t work, rather than rebooting and hoping the problem goes away.14:29
efriedYeah, I'd like to see your nova compute log.14:29
efriedHow big is the image?14:30
viclarsontwo cirros depended images in ssp now name=image_cirros_011a17ca4a1689d04a7d5a6d35b10854 and name=part5f8672c1image_cirros_011a17ca4a1689d04a7d5a6d35b1085414:30
viclarsoncirros ~ 20MB14:30
efriedThe one without the part* prefix just appeared?14:31
seroyerI doubt that image is bootable on PowerVM…14:32
viclarsonyes14:32
efriedOkay, check again - the part* one ought to disappear.14:32
efriedThis just means your network connection between glance and the SSP is *really* *really* slow.14:32
efriedIf it took 1h to transfer 20MB.14:32
*** k0da has quit IRC14:33
viclarsonthe same hw node14:33
efriedDoesn't help you, I don't think.  Pretty sure the packets flow across the actual wire.14:34
efriedNow, 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
viclarsonimage without part* is image uploaded from glance and  image with part* is child?14:34
efriedthe 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 IRC14:36
*** k0da has joined #openstack-powervm14:37
*** AlexeyAbashkin has joined #openstack-powervm14:38
efriedthorst, please review https://review.openstack.org/#/c/377948/14:44
efriedCustomer waiting.14:44
*** burgerk has joined #openstack-powervm14:45
thorstefried: https://review.openstack.org/#/c/377948/2 is +2/W+114:52
efriedthanks14:52
thorstkriskend__: ever see openvswitch die?14:55
thorstI did...that's a new nightmare for me to have...14:56
kriskend__Can't say I have14:56
thorstwell it was awful  :-)14:57
thorstbut it was a dev system.14:57
thorstso not that awful...14:57
*** mdrabe has joined #openstack-powervm15:28
*** efried has quit IRC15:34
*** tblakes has joined #openstack-powervm15:38
*** efried has joined #openstack-powervm15:41
viclarsondoes it mean something?15:46
viclarsonpadmin@novalink:~$ pvmctl lu upload --name image_cirros_011a17ca4a1689d04a7d5a6d35b10854asdf  --data 1.txt --ssp novassp15:46
viclarsonREST000B 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 IRC15:51
*** mdrabe has joined #openstack-powervm15:51
viclarsond I update packages?15:58
viclarsonpadmin@novalink:~$ pip freeze | grep power15:58
viclarson-e git+https://git.openstack.org/openstack/networking-powervm.git@d01b7a147f521022b3fb2e330c0713a67272d0d5#egg=networking_powervm15:58
viclarson-e git+https://git.openstack.org/openstack/nova-powervm.git@cad02b6cbbab91016761a5e18a0c9baa07e792fe#egg=nova_powervm15:58
viclarsonpypowervm==0.0.1.dev115:58
viclarsonpadmin@novalink:~$ pip search pypowervm15:58
viclarsonpypowervm (1.0.0)  - Python binding for the PowerVM REST API15:58
viclarson  INSTALLED: 0.0.1.dev115:58
viclarson  LATEST:    1.0.015:58
viclarsonperhaps i'm interesting in version marked as 'stable/mitaka'15:59
*** thorst_ has joined #openstack-powervm16:11
*** thorst has quit IRC16:13
seroyerefried, thorst, ^^^^?16:14
seroyerthorst_ ^^^^?16:15
thorst_my comp crashed...I've lost all context16:15
*** k0da has quit IRC16:16
seroyerviclarson was asking about pypowervm versions.16:16
seroyerINSTALLED: 0.0.1.dev116:16
thorst_viclarson: can you post the Q again?16:16
viclarsonshould i update python packages16:23
viclarsoni see16:23
viclarsonpadmin@novalink:~$ pvmctl lu upload --name image_cirros_011a17ca4a1689d04a7d5a6d35b10854asdf  --data 1.txt --ssp novassp16: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 pypowervm16:24
thorst_did you pip install pypowervm?16:24
viclarsonno i didnt16:25
viclarsonmb changed by devstack16:26
viclarsonroot@novalink:/home/padmin# apt-cache policy  pypowervm16:26
viclarsonpypowervm:16:26
viclarson  Installed: 1.0.0.3.2-160916-276416:26
viclarson  Candidate: 1.0.0.3.2-160916-276416:26
viclarson  Version table:16:26
viclarson *** 1.0.0.3.2-160916-2764 50016:26
viclarson        500 ftp://public.dhe.ibm.com/systems/virtualization/Novalink/debian novalink_1.0.0/non-free ppc64el Packages16:26
viclarsonapt think it's 1.0.0 version16: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 thorst16:30
thorstviclarson: clbush is going to join, but is in transit at the moment.  Might be a bit.16:33
viclarsonthis version come from debian package16:34
thorstyep yep, don't think its a version thing.16:34
*** tblakes has quit IRC16:39
*** esberglu has quit IRC17:32
*** esberglu has joined #openstack-powervm17:32
*** shyama has joined #openstack-powervm17:36
*** k0da has joined #openstack-powervm17:37
*** esberglu has quit IRC17:38
*** esberglu has joined #openstack-powervm17:40
efriedthorst, 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
thorstyes, but lets be super duper quick17:44
efriedk17:45
*** thorst has quit IRC17:45
*** thorst has joined #openstack-powervm17:46
*** madhaviy has quit IRC17:47
*** kotra03 has joined #openstack-powervm18:08
kotra03@thorst, @efried, can you please review https://review.openstack.org/377818/ & https://review.openstack.org/37784118:10
*** shyama has quit IRC18:28
efriedkotra03: How careful are we supposed to be here?18:42
efriedLike, do we have the opportunity to send these back to the translators?18:42
efriedhttps://review.openstack.org/#/c/377818/ has at least one mistake, see comment.18:42
efriedBut 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
efriedsure.18:48
efriedkotra03, Approved both.18:48
kotra03efried, thank you.18:48
efriedyw18: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
openstackgerritMerged openstack/ceilometer-powervm: Translation files for supported languages  https://review.openstack.org/37784118:52
efriedkotra03, doesn't look like a YP.  I'll submit a recheck.18:52
kotra03efried, ok thank you.18:52
openstackgerritMerged openstack/networking-powervm: Translation files for supported languages  https://review.openstack.org/37781818:53
*** tblakes has joined #openstack-powervm19:12
*** viclarson has quit IRC19:39
*** kotra03 has quit IRC19:50
*** burgerk has quit IRC20:49
efriedthorst, made some updates to https://etherpad.openstack.org/p/powervm-nova-ocata-bp21:07
efriedthorst, 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
efriedthorst, 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 IRC21:25
efriedthorst, https://review.openstack.org/#/c/364923/ -- responded to your comment.  Though that's totally unrelated to this change set.21:33
*** kriskend__ has quit IRC21:39
thorstefried: agree on the history section21:41
thorstI got distracted when filling it in21:42
thorstthe networking-powervm isn't a hard dependency (see OVS) but would be good to cite21:42
*** dwayne_ has quit IRC21:42
efriedesberglu, can you provide rough dates on those CI aspects?21:43
efriedWhen we stood up the CI env, and when we started providing votes?21:43
efriedMonth/Year is good enough.21:43
esbergluNot sure of the top of my head. Hold on I will try to find out21:45
efriedthanks21:45
thorstesberglu: just update https://etherpad.openstack.org/p/powervm-nova-ocata-bp with the info when you get it21:46
thorstand please review, as I cited you as someone working on it  :-)21:47
esbergluOk21:47
efriedI'll put in 1Q and 2Q 2016, respectively, for now.21:47
efriedCause that's about right.21:47
*** mdrabe has quit IRC21:51
*** mdrabe has joined #openstack-powervm21:51
*** tblakes has quit IRC22:05
openstackgerritMerged openstack/nova-powervm: Translation files for supported languages  https://review.openstack.org/37878322:08
*** mdrabe has quit IRC22:09
*** thorst has quit IRC22:13
*** seroyer has quit IRC22:13
*** thorst has joined #openstack-powervm22:14
*** thorst has quit IRC22:18
*** esberglu has quit IRC22:19
*** thorst has joined #openstack-powervm22:33
*** esberglu has joined #openstack-powervm22:34
*** esberglu has quit IRC22:37
*** thorst has quit IRC22:38
*** thorst has joined #openstack-powervm22:38
*** thorst has quit IRC22:43
*** tjakobs has quit IRC22:45
*** thorst has joined #openstack-powervm22:48
*** thorst has quit IRC22:52
*** k0da has quit IRC22:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!