Wednesday, 2016-08-31

*** m_kazuhiro has joined #swift300:53
*** cschwede has quit IRC04:17
*** cschwede has joined #swift304:17
*** chsc has joined #swift304:46
*** chsc has quit IRC04:46
*** chsc has joined #swift304:46
*** chsc has quit IRC04:58
openstackgerritKota Tsuyuzaki proposed openstack/swift3: Update CHANGELOG for v1.11  https://review.openstack.org/36353909:45
*** asdpew_ has joined #swift310:20
*** asdpew has quit IRC10:21
*** asdpew has joined #swift310:25
*** asdpew_ has quit IRC10:26
*** openstackgerrit has quit IRC12:34
*** openstackgerrit has joined #swift312:35
*** m_kazuhiro has quit IRC12:54
*** chsc has joined #swift313:56
*** nikivi has joined #swift316:14
*** chsc has quit IRC16:27
*** chsc has joined #swift316:56
*** chsc has quit IRC17:03
*** chsc has joined #swift318:03
*** chsc has quit IRC18:03
*** chsc has joined #swift318:03
*** nikivi has quit IRC20:16
*** nikivi has joined #swift320:29
kota_hello23:00
timburkehi kota_!23:01
kota_hi timburke :-)23:02
kota_how's going?23:02
timburkepretty good; trying to get away from upstream for a bit, but with the various releases coming up, it keeps pulling me back in :-)23:03
kota_sounds good23:03
kota_ok, let's get started23:03
kota_today, i think a few thing to discuss23:04
-kota_- i updated meeting wiki at the last night, https://wiki.openstack.org/wiki/Meetings/swift323:04
kota_i have a couple of thing here today,23:05
kota_at first, the release (sorry that exits below the first topic though in the wiki)23:05
kota_I updated the CHANGELOG, https://review.openstack.org/#/c/363539/23:06
kota_there23:06
timburkeno worries -- i saw that patchset go by but hadn't gotten to reviewing it yet23:06
kota_ok23:06
kota_regarding to today's swift meeting, we may consider if swift3 also need to use "reno" for the project updates23:07
kota_however, i think, it's not this time,23:07
kota_it might be in the future to track upstream.23:07
timburkesounds good. the main benefit notmyname wants from it (the link on releases.openstack.org) doesn't really apply to us, anyway23:08
kota_imo, Swift community is also WIP how we can use the "reno" effectivly, so I'd bring up it after that was concreted in the Swift upstream.23:08
*** nikivi has quit IRC23:09
kota_yeah, it's not related to swift3 (not official project) right?23:09
kota_it -> release.openstack.org, i men23:10
kota_mean23:10
timburkeyeah, my understanding is it's only for projects in https://github.com/openstack/governance/blob/master/reference/projects.yaml23:11
kota_ok, let's consider later if we need it.23:11
kota_and the 2nd topic from me23:12
kota_looking at your patch for s3_token, I'm realizing why not we verify the auth_uri/auth_host format on loading the middleware23:13
kota_here, https://review.openstack.org/#/c/363559/ I was talking23:13
kota_that depends on your patch 31940423:13
kota_ok patchbot is offline23:14
kota_https://review.openstack.org/#/c/319404/23:14
timburkemakes sense. otherwise it would have an auth uri like https://None:3535723:15
kota_yes!23:15
kota_or https://:35357 on your patch23:15
kota_you set empty string as default23:15
kota_that absolutely goes failed23:16
kota_hah! that gets +2 +A, thanks so quick reviewing :-)23:16
timburkeah, right; to avoid a TypeError or somesuch23:16
timburkei wonder if we should just check whether it's a valid url, then? maybe i'll write that up as a follow-up to your follow-up :P23:17
kota_yeah, that's better23:18
kota_all patches in upstream *may* be followup for something already landed :P23:18
kota_that's all for my side today23:19
kota_how about you?23:19
timburkenot much lately; i've been working on packaging swift3 (among other things) for our own release, so haven't had much time to invest in writing new patches23:20
timburkeone thing i came across recently, though: there's another s3 test suite at https://github.com/minio/s3verify23:21
kota_np23:21
timburkei haven't gotten around to trying it out yet, but thought you might be interested23:21
kota_ah, that's minio flavor23:22
kota_i was also interested that one23:22
kota_specifically minio which is an object storage implementation23:22
openstackgerritMerged openstack/swift3: Allow IPv6 addresses in auth_host config option  https://review.openstack.org/31940423:23
timburkeyup. i think it may make for a nice compliment to the ceph tests as we look for incompatibilities23:23
openstackgerritMerged openstack/swift3: Raise error if neither auth_uri nor auth_host configured  https://review.openstack.org/36355923:24
kota_sounds gret23:24
kota_great23:24
timburke(er, complement)23:24
timburkelooks like i need to go rebase https://review.openstack.org/#/c/330888/ and https://review.openstack.org/#/c/327300/23:27
timburkedon't think i have anything else to bring up right now, though23:28
kota_ok thanks23:28
kota_I'm looking forward to your next patch sets and probably new patch for versioning ;-)23:29
kota_with history mode23:29
timburkeyep, that one will be interesting :-)23:29
timburkemight need to wait until after we have a 2.10.0, though23:30
kota_ah, that's for upstream swift but if you have a time, I'm happy if you reviews https://review.openstack.org/#/c/360933/23:30
timburkeor maybe i should go merge https://review.openstack.org/#/c/216931/ ?23:30
kota_that is for functional test for versioned_writes I tested locally23:30
timburkeyes! i've been meaning to do that...23:30
kota_wait a sec, looking https://review.openstack.org/#/c/216931/ first23:30
timburkeit's the one to have a tox env to test against tip-of-master23:31
kota_ah, https://review.openstack.org/#/c/216931/, old one but it seems useful to test with master's history mode23:31
kota_and we could set it as non-voting23:32
kota_alomostly 1 year old23:32
timburkeyes. definitely worth doing. and i'll be interested in the -infra changes for that; i want something similar for https://review.openstack.org/#/c/304367/23:34
kota_looks nice23:34
kota_ok, let's land the old one anyway because no side-effect (bug in particular) for the running code23:35
timburkeyeah; i was just going to go run it again to check...oh, you already did it :-)23:36
kota_problem? :-P23:36
timburkenope. but i'm still gonna run it :-)23:37
kota_with quick look for the ceph s3 test one, that looks reasonable. I'll take a look more and test at my local environment for that this week or early next week.23:37
timburkei wouldn't worry too much just yet; i seem to recall having a plan to add keystone support without too much difficulty (which would also mean we could test v4 sigs)23:38
kota_ah yeah23:39
timburkei just need about twice as many hours every day :P23:39
*** chsc has quit IRC23:39
kota_thank you for working a lot!!23:40
timburkeall pass on master! although coverage threw a ValueError? :-/23:40
kota_really?23:40
kota_interesting23:41
timburkemust be something in my environment23:41
kota_ok, I also am going to try to make sure if it happens also in my local.23:42
kota_anyway, thanks for joining.23:42
kota_I'm starting to prepare to go office23:42
timburkethanks kota_!23:42
timburkehave a good day!23:42
kota_you too23:43
openstackgerritMerged openstack/swift3: Add new tox environment with Swift master branch  https://review.openstack.org/21693123:47

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