Wednesday, 2018-04-11

*** tjakobs has quit IRC01:08
*** chhagarw has joined #openstack-powervm04:34
*** AlexeyAbashkin has joined #openstack-powervm06:54
*** AlexeyAbashkin has quit IRC06:55
*** AlexeyAbashkin has joined #openstack-powervm06:56
*** AlexeyAbashkin has quit IRC06:57
*** AlexeyAbashkin has joined #openstack-powervm06:57
*** AlexeyAbashkin has quit IRC09:44
*** AlexeyAbashkin has joined #openstack-powervm10:40
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: Having iSCSI Initiator locks per VIOS  https://review.openstack.org/55780012:01
*** edmondsw has joined #openstack-powervm12:08
*** AlexeyAbashkin has quit IRC12:25
*** AlexeyAbashkin has joined #openstack-powervm12:25
*** AlexeyAbashkin has quit IRC12:30
*** AlexeyAbashkin has joined #openstack-powervm12:34
chhagarwedmondsw: https://review.openstack.org/#/c/557800/ its giving POST UT failure12:48
*** apearson has joined #openstack-powervm12:48
chhagarwfor the import error for powervm12:48
edmondswchhagarw yep, we'll get that fixed this morning and recheck12:48
edmondswnot related to your patch12:48
chhagarw ImportError: cannot import name powervm12:49
chhagarwok12:49
edmondswwe just merged something in nova and need a corresponding change to merge in nova-powervm12:49
chhagarwsure no problem12:49
edmondswefried I don't suppose we can merge https://review.openstack.org/#/c/558890/ until esberglu removes his -W, can we?12:51
efriededmondsw: I sorta doubt it, yeah.13:03
efriededmondsw: We could cheat.13:03
efried...13:04
openstackgerritEric Fried proposed openstack/nova-powervm master: Remove proc_units_factor from nova-powervm conf  https://review.openstack.org/55889013:04
efriededmondsw: Done.13:04
openstackgerritMerged openstack/nova-powervm master: Remove proc_units_factor from nova-powervm conf  https://review.openstack.org/55889013:20
*** esberglu has joined #openstack-powervm13:35
edmondswefried cool tx13:56
edmondswchhagarw please see Gerald's comments on https://review.openstack.org/#/c/557800/2013:57
*** tjakobs has joined #openstack-powervm14:04
chhagarw@edmondsw i answered to gerald caching query, we had a discussion in the scrum14:46
chhagarwfor this change he is fine.14:46
edmondswk14:46
edmondswand the chap question?14:46
chhagarwchap question, chap is optional property.14:47
chhagarwit depends upon how iSCSI is configured, if user provides auth_method, it uses.14:48
edmondswchhagarw I understand that... but the point was we should have UT testing both with and without it14:48
edmondswunless you can show that is done somewhere else so it doesn't have to also be done here14:48
chhagarwcode does not specifically checks for CHAP, its been internally used by the REST14:50
chhagarwI will add one14:51
edmondswtx14:52
*** apearson has quit IRC15:05
esbergluedmondsw: efried: Localdisk snapshot isn't working yet. The find_maps call is returning an empty list here.15:07
esbergluhttps://review.openstack.org/#/c/549300/19/nova/virt/powervm/disk/driver.py@14415:07
esbergluI think it must be a problem with the match_func, the scsi mapping definitely exist. I'll keep ya updated on my progress15:07
*** apearson has joined #openstack-powervm15:08
efriedack15:09
*** edmondsw has quit IRC15:39
*** apearson has quit IRC16:01
*** apearson has joined #openstack-powervm16:04
*** tjakobs has quit IRC16:19
*** AlexeyAbashkin has quit IRC16:22
esbergluefried: Ended up being an issue with how the vdisk was being named since we don't have caching yet. Fix incoming16:55
esbergluSnapshot is working for localdisk16:55
*** AlexeyAbashkin has joined #openstack-powervm17:07
openstackgerritChhavi Agarwal proposed openstack/nova-powervm master: Having iSCSI Initiator locks per VIOS  https://review.openstack.org/55780017:26
*** edmondsw has joined #openstack-powervm17:59
chhagarwedmondsw: code is ready for review looking for +218:00
chhagarwonce u approve i need to cherry pick to queens18:01
edmondsw+2 from me, but please get +1 from gfm and +2 from efried before merging18:07
chhagarwnova-powervm-out-of-tree-pvmFAILURE18:22
chhagarwwhat is this failure18:22
chhagarwedmondsw the CI failure does not look due to my changs,18:26
edmondswchhagarw doesn't look like an issue with your patch... I just added a powervm:recheck18:28
chhagarwsure18:28
chhagarwthanks18:28
chhagarwhttps://review.openstack.org/#/c/555003/18:29
chhagarwthis needs to be cherry picked to queen, creating a cherry pick for the same18:29
openstackgerritChhavi Agarwal proposed openstack/nova-powervm stable/queens: Use vios_uuids to process required vioses for iSCSI  https://review.openstack.org/56057618:30
chhagarwhttps://review.openstack.org/#/c/560576/18:30
esbergluedmondsw: You were offline when I posted before. A new patch for localdisk is up. It was a problem with how we were naming the vdisk since we don't have image cache yet18:54
esbergluSnapshot is working18:54
edmondswesberglu ack18:55
edmondswesberglu efried remember I'm technically on vacation, so I'll be off and on and may or may not get a chance to review things before next week18:56
esbergluedmondsw: Oh I was thinking that was tomorrow for some reason I'll leave you be then :)18:57
esbergluHave fun18:57
edmondswtx18:57
*** chhagarw has quit IRC18:58
efriedesberglu: I'm still showing a merge conflict on the localdisk patch.19:28
efriedesberglu: It'd be because of the conf stuff that merged this morning.19:28
efriedYou need a rebase.19:29
efried(manual)19:29
esbergluefried: Yeah I haven't rebased that one yet, rebased everything underneath that wasn't manual19:29
efriedHave I told you about git restack?19:29
efriedYou can basically rebase and/or edit a whole series at once.19:30
efriedAt this point I guess you're just going to rebase it manually onto the DiskAdapter patch.19:30
efriedSay, are you going to be using gerrit in your new gig?  If not, I guess it doesn't matter for you to know about git restack :)19:31
esbergluefried: Yeah you have, I tried it but just messed up everything and got annoyed lol19:31
efriedsigh19:31
esbergluGithub enterprise I believe19:32
*** edmondsw has quit IRC19:47
esbergluefried: Merge conflict is fixed on that, ready for your review whenever you have a chance20:19
efriedesberglu: Ack.20:19
efriedI don't see too much of a hurry since it has a handful of predecessors not merged.20:19
efriedBut at this point you could put it into the runway queue20:20
efriedthough I guess they're all separate bps technically now :(20:20
efriedoh, I see most of 'em are already there.  You could probably sneak the localdisk patch into that list.20:22
*** toanster has joined #openstack-powervm20:24
*** toan has quit IRC20:28
esbergluefried: Easy review 6469. Stops patching proc_units_factor20:31
esbergluefried: Done20:32
efriedesberglu: +220:34
efried(don't bother to wait for a second)20:34
esberglutx20:35
*** edmondsw has joined #openstack-powervm20:54
*** edmondsw has quit IRC20:59
*** AlexeyAbashkin has quit IRC21:10
*** esberglu has quit IRC21:47
-openstackstatus- NOTICE: zuul was restarted to updated to the latest code; you may need to recheck changes uploaded or approvals added between 21:30 and 21:4522:30
*** apearson has quit IRC22:32
openstackgerritEric Fried proposed openstack/networking-powervm master: Update requirements  https://review.openstack.org/56068022:41
openstackgerritEric Fried proposed openstack/networking-powervm master: uncap eventlet  https://review.openstack.org/56051922:41
*** edmondsw has joined #openstack-powervm22:43
*** edmondsw has quit IRC22:48
openstackgerritMerged openstack/nova-powervm stable/queens: Use vios_uuids to process required vioses for iSCSI  https://review.openstack.org/56057622:55

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