*** m_kazuhiro has joined #swift3 | 00:53 | |
*** cschwede has quit IRC | 04:17 | |
*** cschwede has joined #swift3 | 04:17 | |
*** chsc has joined #swift3 | 04:46 | |
*** chsc has quit IRC | 04:46 | |
*** chsc has joined #swift3 | 04:46 | |
*** chsc has quit IRC | 04:58 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift3: Update CHANGELOG for v1.11 https://review.openstack.org/363539 | 09:45 |
---|---|---|
*** asdpew_ has joined #swift3 | 10:20 | |
*** asdpew has quit IRC | 10:21 | |
*** asdpew has joined #swift3 | 10:25 | |
*** asdpew_ has quit IRC | 10:26 | |
*** openstackgerrit has quit IRC | 12:34 | |
*** openstackgerrit has joined #swift3 | 12:35 | |
*** m_kazuhiro has quit IRC | 12:54 | |
*** chsc has joined #swift3 | 13:56 | |
*** nikivi has joined #swift3 | 16:14 | |
*** chsc has quit IRC | 16:27 | |
*** chsc has joined #swift3 | 16:56 | |
*** chsc has quit IRC | 17:03 | |
*** chsc has joined #swift3 | 18:03 | |
*** chsc has quit IRC | 18:03 | |
*** chsc has joined #swift3 | 18:03 | |
*** nikivi has quit IRC | 20:16 | |
*** nikivi has joined #swift3 | 20:29 | |
kota_ | hello | 23:00 |
timburke | hi kota_! | 23:01 |
kota_ | hi timburke :-) | 23:02 |
kota_ | how's going? | 23:02 |
timburke | pretty 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 good | 23:03 |
kota_ | ok, let's get started | 23:03 |
kota_ | today, i think a few thing to discuss | 23:04 |
-kota_- i updated meeting wiki at the last night, https://wiki.openstack.org/wiki/Meetings/swift3 | 23: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_ | there | 23:06 |
timburke | no worries -- i saw that patchset go by but hadn't gotten to reviewing it yet | 23:06 |
kota_ | ok | 23:06 |
kota_ | regarding to today's swift meeting, we may consider if swift3 also need to use "reno" for the project updates | 23:07 |
kota_ | however, i think, it's not this time, | 23:07 |
kota_ | it might be in the future to track upstream. | 23:07 |
timburke | sounds good. the main benefit notmyname wants from it (the link on releases.openstack.org) doesn't really apply to us, anyway | 23: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 IRC | 23:09 | |
kota_ | yeah, it's not related to swift3 (not official project) right? | 23:09 |
kota_ | it -> release.openstack.org, i men | 23:10 |
kota_ | mean | 23:10 |
timburke | yeah, my understanding is it's only for projects in https://github.com/openstack/governance/blob/master/reference/projects.yaml | 23:11 |
kota_ | ok, let's consider later if we need it. | 23:11 |
kota_ | and the 2nd topic from me | 23: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 middleware | 23:13 |
kota_ | here, https://review.openstack.org/#/c/363559/ I was talking | 23:13 |
kota_ | that depends on your patch 319404 | 23:13 |
kota_ | ok patchbot is offline | 23:14 |
kota_ | https://review.openstack.org/#/c/319404/ | 23:14 |
timburke | makes sense. otherwise it would have an auth uri like https://None:35357 | 23:15 |
kota_ | yes! | 23:15 |
kota_ | or https://:35357 on your patch | 23:15 |
kota_ | you set empty string as default | 23:15 |
kota_ | that absolutely goes failed | 23:16 |
kota_ | hah! that gets +2 +A, thanks so quick reviewing :-) | 23:16 |
timburke | ah, right; to avoid a TypeError or somesuch | 23:16 |
timburke | i 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 :P | 23:17 |
kota_ | yeah, that's better | 23:18 |
kota_ | all patches in upstream *may* be followup for something already landed :P | 23:18 |
kota_ | that's all for my side today | 23:19 |
kota_ | how about you? | 23:19 |
timburke | not 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 patches | 23:20 |
timburke | one thing i came across recently, though: there's another s3 test suite at https://github.com/minio/s3verify | 23:21 |
kota_ | np | 23:21 |
timburke | i haven't gotten around to trying it out yet, but thought you might be interested | 23:21 |
kota_ | ah, that's minio flavor | 23:22 |
kota_ | i was also interested that one | 23:22 |
kota_ | specifically minio which is an object storage implementation | 23:22 |
openstackgerrit | Merged openstack/swift3: Allow IPv6 addresses in auth_host config option https://review.openstack.org/319404 | 23:23 |
timburke | yup. i think it may make for a nice compliment to the ceph tests as we look for incompatibilities | 23:23 |
openstackgerrit | Merged openstack/swift3: Raise error if neither auth_uri nor auth_host configured https://review.openstack.org/363559 | 23:24 |
kota_ | sounds gret | 23:24 |
kota_ | great | 23:24 |
timburke | (er, complement) | 23:24 |
timburke | looks like i need to go rebase https://review.openstack.org/#/c/330888/ and https://review.openstack.org/#/c/327300/ | 23:27 |
timburke | don't think i have anything else to bring up right now, though | 23:28 |
kota_ | ok thanks | 23:28 |
kota_ | I'm looking forward to your next patch sets and probably new patch for versioning ;-) | 23:29 |
kota_ | with history mode | 23:29 |
timburke | yep, that one will be interesting :-) | 23:29 |
timburke | might need to wait until after we have a 2.10.0, though | 23: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 |
timburke | or maybe i should go merge https://review.openstack.org/#/c/216931/ ? | 23:30 |
kota_ | that is for functional test for versioned_writes I tested locally | 23:30 |
timburke | yes! i've been meaning to do that... | 23:30 |
kota_ | wait a sec, looking https://review.openstack.org/#/c/216931/ first | 23:30 |
timburke | it's the one to have a tox env to test against tip-of-master | 23:31 |
kota_ | ah, https://review.openstack.org/#/c/216931/, old one but it seems useful to test with master's history mode | 23:31 |
kota_ | and we could set it as non-voting | 23:32 |
kota_ | alomostly 1 year old | 23:32 |
timburke | yes. 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 nice | 23:34 |
kota_ | ok, let's land the old one anyway because no side-effect (bug in particular) for the running code | 23:35 |
timburke | yeah; i was just going to go run it again to check...oh, you already did it :-) | 23:36 |
kota_ | problem? :-P | 23:36 |
timburke | nope. 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 |
timburke | i 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 yeah | 23:39 |
timburke | i just need about twice as many hours every day :P | 23:39 |
*** chsc has quit IRC | 23:39 | |
kota_ | thank you for working a lot!! | 23:40 |
timburke | all pass on master! although coverage threw a ValueError? :-/ | 23:40 |
kota_ | really? | 23:40 |
kota_ | interesting | 23:41 |
timburke | must be something in my environment | 23: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 office | 23:42 |
timburke | thanks kota_! | 23:42 |
timburke | have a good day! | 23:42 |
kota_ | you too | 23:43 |
openstackgerrit | Merged openstack/swift3: Add new tox environment with Swift master branch https://review.openstack.org/216931 | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!