Thursday, 2018-04-12

openstackgerritEric Fried proposed openstack/networking-powervm master: Uncap eventlet and sync requirements  https://review.openstack.org/56051901:08
*** edmondsw has joined #openstack-powervm02:19
*** edmondsw has quit IRC02:24
*** edmondsw has joined #openstack-powervm04:07
*** edmondsw has quit IRC04:12
*** chhagarw has joined #openstack-powervm05:07
*** chhavi__ has joined #openstack-powervm05:07
*** openstackgerrit has quit IRC05:48
*** edmondsw has joined #openstack-powervm05:56
*** AlexeyAbashkin has joined #openstack-powervm05:58
*** edmondsw has quit IRC06:00
*** AlexeyAbashkin has quit IRC06:24
*** AlexeyAbashkin has joined #openstack-powervm06:35
*** AlexeyAbashkin has quit IRC06:44
*** AlexeyAbashkin has joined #openstack-powervm07:01
*** edmondsw has joined #openstack-powervm07:44
*** edmondsw has quit IRC07:48
*** adreznec has quit IRC08:05
*** adreznec has joined #openstack-powervm08:06
*** chas_ has joined #openstack-powervm08:28
*** chas_ has quit IRC08:28
*** AlexeyAbashkin has quit IRC08:29
*** AlexeyAbashkin has joined #openstack-powervm08:30
*** AlexeyAbashkin has quit IRC10:10
*** AlexeyAbashkin has joined #openstack-powervm10:53
*** edmondsw has joined #openstack-powervm11:20
*** edmondsw has quit IRC11:24
*** AlexeyAbashkin has quit IRC12:28
*** apearson has joined #openstack-powervm12:29
*** AlexeyAbashkin has joined #openstack-powervm12:29
*** edmondsw has joined #openstack-powervm13:01
*** edmondsw has quit IRC13:20
*** edmondsw has joined #openstack-powervm13:21
*** edmondsw has quit IRC13:21
*** esberglu has joined #openstack-powervm13:38
*** chhavi__ has quit IRC13:55
*** chhagarw has quit IRC13:55
*** chhagarw has joined #openstack-powervm13:55
chhagarwefried: Please review https://review.openstack.org/#/c/557800/13:56
efriedchhagarw: on it.13:56
chhagarwthanks13:59
*** AlexeyAbashkin has quit IRC14:45
*** tjakobs has joined #openstack-powervm14:53
*** AlexeyAbashkin has joined #openstack-powervm15:07
*** AlexeyAbashkin has quit IRC15:12
*** AlexeyAbashkin has joined #openstack-powervm15:32
*** apearson has quit IRC15:48
*** edmondsw has joined #openstack-powervm15:50
*** edmondsw has quit IRC15:53
*** edmondsw has joined #openstack-powervm15:58
*** efried has quit IRC16:03
*** efried has joined #openstack-powervm16:04
*** apearson has joined #openstack-powervm16:32
efriedchhagarw, edmondsw: Reviewed16:50
efried...and sorry16:50
chhagarwefried: thanks for the comments, would like to explain the reason behind passing vios_ids in _get_iscsi_initiators17:42
efriedhit me17:42
chhagarwThe purpose of this method is to be generic which can return the initiators for the required vioses, _get_iscsi_initiator,17:43
chhagarwat the same time, since its static, i would like to make it more open so it can be consumed.17:43
chhagarwIf we cll _get_active_vioses within the method, it will be completely closed by the vioses returned by pypowervm17:45
*** apearson has quit IRC17:48
efriedchhagarw: Yeah, so we have to resist the temptation to code for future possibilities that are as yet unknown.17:49
efriedRight now there's no reason not to consolidate it.  If we decide to do something later on where we need to "reuse", we can split it out then.17:50
efriedNo harm no foul.17:50
*** apearson has joined #openstack-powervm18:13
esbergluefried: Cleaned up the localdisk nits. Thanks for the review18:38
efriedesberglu: ack18:42
*** AlexeyAbashkin has quit IRC19:06
esbergluefried: 1 thing on localdisk. IT we have the default disk driver as ssp. OOT the default is localdisk. How do we want to handle that?19:32
*** openstackgerrit has joined #openstack-powervm19:40
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: Refactor connection data for iSCSI properties  https://review.openstack.org/56102219:40
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: Refactor connection data for iSCSI properties  https://review.openstack.org/56102219:41
efriedesberglu: Good point.  Is there a reason we shouldn't switch the in-tree default to localdisk when we introduce the localdisk patch?19:50
esbergluefried: I think it's fine, would just need to add an upgrade release note right?19:51
chhagarwefried: https://review.openstack.org/#/c/561022/19:51
efriedesberglu: I think so19:52
efriedHowever we did it for proc_units_factor19:52
esbergluefried: Yeah that seems to be the best path forward19:52
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: Return iSCSI Initiatos for all VIOSes  https://review.openstack.org/55780020:01
efriedchhagarw: Oh, looks like you were able to do those patches completely independent of one another.  Nice.20:06
efriedchhagarw: What about making get_iscsi_initiators a module-level method rather than a staticmethod in IscsiVolumeAdapter?20:07
chhagarwFor volume refactoring, Matt is looking for an option to have it static so he can get the initiator without creating an instance of IscsVolumeAdapter20:09
chhagarwI will be out prashant will update if there are any further review comments. We need to get this merged soon.20:10
efriedchhagarw: Having it as a module level method *also* allows you to invoke it without creating an instance of the class.  It's effectively the same thing; it's just more pythonic and less java-y.20:15
chhagarwcan we have that later in a separate change set20:16
chhagarwI will have it in my ToDo list20:16
*** tjakobs has quit IRC20:16
efriedyeah, sure, though if pvc is planning to call it, they'll have to change too.20:17
chhagarwsure, we will handle in pvc once that is in20:17
*** tjakobs has joined #openstack-powervm20:18
*** chhagarw has quit IRC20:22
esbergluefried: Does that multiattach non-voting comment turn off voting somehow, or are you just saying they turned off voting for the job20:42
efriedesberglu: It (never) affects how tests are run; it's just a note to self and others that I'm not blindly rechecking.20:43
efriedIn this case the previous failure was due to a bug in that multiattach job.  There was a separate patch merged a couple hours ago that disabled that job while we figure out the root cause.  So rechecks should be clear of that bug now.20:43
efriedSo that's all I was noting by saying that.20:44
openstackgerritEric Berglund proposed openstack/nova-powervm master: Remove powervm localdisk conf options  https://review.openstack.org/56104520:50
*** apearson has quit IRC21:26
*** openstackstatus has quit IRC21:27
*** openstack has joined #openstack-powervm21:29
*** ChanServ sets mode: +o openstack21:29
*** esberglu has quit IRC21:58
*** tjakobs has quit IRC22:41
*** dxrt231 has joined #openstack-powervm23:39
-openstackstatus- NOTICE: The Etherpad service at https://etherpad.openstack.org/ is being restarted to pick up the latest release version; browsers should see only a brief ~1min blip before reconnecting automatically to active pads23:40
*** dxrt231 has quit IRC23:43

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