Thursday, 2018-05-10

*** edmondsw has joined #openstack-powervm00:13
*** edmondsw has quit IRC00:18
openstackgerritEric Berglund proposed openstack/nova-powervm stable/queens: Stringify instance UUID  https://review.openstack.org/56743401:03
*** edmondsw has joined #openstack-powervm02:01
*** edmondsw has quit IRC02:06
*** edmondsw has joined #openstack-powervm03:50
*** edmondsw has quit IRC03:54
*** edmondsw has joined #openstack-powervm05:38
*** edmondsw has quit IRC05:42
*** mujahidali has joined #openstack-powervm05:58
*** mujahidali has quit IRC06:34
*** edmondsw has joined #openstack-powervm07:26
*** edmondsw has quit IRC07:30
*** chhagarw has joined #openstack-powervm08:47
*** edmondsw has joined #openstack-powervm09:14
*** edmondsw has quit IRC09:19
*** edmondsw has joined #openstack-powervm11:02
*** edmondsw has quit IRC11:07
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: iSCSI Live Migration Support  https://review.openstack.org/56757512:12
*** AlexeyAbashkin has joined #openstack-powervm12:28
*** AlexeyAbashkin has quit IRC12:37
*** AlexeyAbashkin has joined #openstack-powervm12:47
*** AlexeyAbashkin has quit IRC12:48
*** edmondsw_ has joined #openstack-powervm12:51
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: iSCSI Live Migration Support  https://review.openstack.org/56757513:20
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: iSCSI Live Migration Support  https://review.openstack.org/56757514:02
*** esberglu has joined #openstack-powervm14:09
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: iSCSI Live Migration Support  https://review.openstack.org/56757514:18
*** tjakobs has joined #openstack-powervm14:20
esbergluedmondsw_: You around to review https://review.openstack.org/#/c/567434/? Was hoping to merge the nova-powervm ones quick to avoid patching in CI14:28
edmondsw_ack14:28
*** edmondsw_ is now known as edmondsw14:28
edmondswesberglu +2/+A14:30
esbergluedmondsw: tx14:30
edmondswesberglu efried wondering if the corresponding nova change is correct: https://review.openstack.org/#/c/567599/1/nova/virt/powervm/vm.py14:32
edmondswwe're not just adding str() there but also copying the is_uuid_like thing from OOT14:33
edmondswshould we be?14:33
edmondswif so, we probably need to explain why in the commit message14:34
esbergluedmondsw: I actually don't think we need it14:40
edmondswI suspect not, or we'd have a bug14:40
edmondswmight be interesting to look at history OOT and see where that was added14:40
esbergluedmondsw: Will fix14:42
efriedWe either cleaned that up when we ported in tree, or the paths where it could be a string rather than an instance are not yet ported.14:42
esbergluedmondsw: https://github.com/openstack/nova-powervm/commit/1ad83fe4c if curious14:42
openstackgerritMerged openstack/nova-powervm stable/queens: Stringify instance UUID  https://review.openstack.org/56743414:42
efriedah, mdrabe did it.14:43
efriedlet's blame him for all the bugs.14:43
openstackgerritEric Berglund proposed openstack/nova-powervm stable/queens: DNM: ci check  https://review.openstack.org/54468914:43
mdrabeThat happens already anwyay14:43
edmondswI remember that... it was a good change. But not ported IT yet?14:55
edmondswyeah, we don't have nvram and swift IT, so I guess not14:55
edmondswesberglu you'll respin https://review.openstack.org/#/c/567599 then?14:56
esbergluedmondsw: Just pushed it14:56
edmondswtx14:56
edmondswesberglu can you recheck https://review.openstack.org/#/c/567418 once the queens CI is working?14:57
edmondswI think I rechecked too early14:57
esbergluedmondsw: Cool if I just wait for the current run to fail? I can go abort it if you're in a hurry14:58
esbergluAlso, it might work, depends on the timing14:58
edmondswI can wait14:59
esbergluOh wait nvm, you checked it earlier than I thought, it will fail14:59
esbergluI'll kick another one off after it does14:59
*** chhagarw has quit IRC14:59
openstackgerritEric Berglund proposed openstack/nova-powervm stable/pike: Stringify instance UUID  https://review.openstack.org/56761615:07
esbergluedmondsw: efried: ^ pike version15:08
efriedduh, I can't +2 the nova changes because they're in stable.15:14
esbergluedmondsw: efried: Either of you have any idea what is required to get active RMC connections for tempest instances16:31
esbergluTo be clear I'm talking about the instances created by tempest inside of the AIO devstack16:32
esbergluWe can't attach volumes unless we can get active RMC16:32
efriedesberglu: Sorry, no.  I only have the vaguest of notions what RMC even is.16:32
esberglusame16:32
efriedseroyer knows things about RMC.16:33
esbergluefried: edmondsw: Also have a question about this https://github.com/openstack/nova-powervm/blob/master/nova_powervm/virt/powervm/driver.py#L110616:35
efriedtjakobs: ^16:35
efriedesberglu: what about it?16:36
esbergluget_volume_connector is used for vSCSI, but the get_iscsi_initiator() call fails in that case16:36
esbergluShouldn't we only be running that if iSCSI?16:36
efriedThat seems reasonable to me.  Let's get tjakobs to have a look, shall we?16:37
esbergluefried: tjakobs: In the in-tree implementation we just set connector['initiator'] = None16:37
efriedesberglu: So wait, vscsi oot is broken since https://github.com/openstack/nova-powervm/commit/390347afc6a12af7ba35e672fee9ca2bff20684d ?16:38
esbergluAnd I didn't have any issues with that part when testing in-tree16:38
esbergluefried: Very well could be, unless I'm missing something16:38
tjakobsI personally don't have any problem only running this for iSCSI. I'm guessing this isn't "supposed" to fail, just log errors if it doesn't work (shouldn't break anything)16:40
esbergluhttp://paste.openstack.org/show/720780/16:41
esberglutjakobs: ^ What I'm seeing16:41
tjakobsesberglu: I'm guessing you don't have a new enough VIOS that has the iscisadm commands built in. (We should tolerate this though).16:43
tjakobspretty sure this was done as part of Chavvi's work to support iSCSI on traditional VIOS16:43
*** tjakobs has quit IRC16:54
*** tjakobs has joined #openstack-powervm16:54
*** edmondsw has quit IRC17:02
*** edmondsw has joined #openstack-powervm17:03
edmondswesberglu at the point where we call get_volume_connector we don't know what kind of volumes we'll be dealing with17:25
edmondswsomeone could attach iscsi, rbd, vscsi fc, etc. all to a single LPAR if they want17:25
edmondswbut that would be later... we don't have a particular volume in mind here17:25
edmondswright, efried tjakobs?17:25
edmondswso I believe https://github.com/openstack/nova-powervm/blob/master/nova_powervm/virt/powervm/driver.py#L1106 is correct17:26
edmondswand we just need to make sure it works by handling error cases better17:26
edmondswdid a bug get opened?17:26
openstackgerritMatthew Edmonds proposed openstack/nova-powervm master: Handle errors getting iSCSI initiators  https://review.openstack.org/56765617:43
edmondswesberglu ^17:43
edmondswplease open a bug and I'll update ^ to reference it17:43
esbergluedmondsw: Tx, ^ worked for me17:46
esbergluOpening bug now17:47
edmondswefried I expect this is the way it is because nova basically assumes volumes will be iSCSI. But outside of our control unless we want to change nova and the driver interface17:49
esbergluedmondsw: https://bugs.launchpad.net/nova-powervm/+bug/177046617:56
openstackLaunchpad bug 1770466 in nova-powervm "JobRequestFailed discovering iSCSI initiator" [Undecided,New]17:56
openstackgerritMatthew Edmonds proposed openstack/nova-powervm master: Handle errors getting iSCSI initiators  https://review.openstack.org/56765617:57
openstackgerritEric Berglund proposed openstack/nova-powervm stable/pike: Do not merge: Checking status of zuul on pike branch  https://review.openstack.org/56766618:13
efriedesberglu: We may need to nail down our basepython in tox.ini for ^19:05
openstackgerritEric Fried proposed openstack/nova-powervm stable/pike: Do not merge: Checking status of zuul on pike branch  https://review.openstack.org/56766619:08
efriedesberglu: Trying ^19:08
esbergluefried: Yep, tx19:09
openstackgerritMerged openstack/nova-powervm master: Handle errors getting iSCSI initiators  https://review.openstack.org/56765619:13
esbergluefried: Failed with your tox.ini change too19:43
efriedesberglu: okay.  The same way?  I actually wonder if we need to go to py3 there.  But that would be weird.19:44
esbergluefried: Same way19:44
openstackgerritEric Berglund proposed openstack/nova-powervm stable/pike: Do not merge: Checking status of zuul on pike branch  https://review.openstack.org/56766620:07
efriedesberglu: Keep an eye on https://review.openstack.org/#/c/567669/ -- it may or may not break that same instance UUID check again.21:00
efriedoh, looks like pvm ci succeeded, so I guess it's not a problem.21:01
esbergluyep21:01
efriedesberglu: I added a sme to https://review.openstack.org/#/c/567666/21:07
efriedesberglu: He's GMT, so it'll be tomorrow (at least) before he looks.21:07
*** edmondsw has quit IRC21:14
*** edmondsw has joined #openstack-powervm21:15
*** edmondsw has quit IRC21:19
*** tjakobs has quit IRC22:06
*** esberglu has quit IRC22:19
*** esberglu has joined #openstack-powervm22:33
*** esberglu has quit IRC22:33

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