*** lyrrad has quit IRC | 01:42 | |
openstackgerrit | Merged openstack/swift3: Deprecated tox -downloadcache option removed https://review.openstack.org/256726 | 04:24 |
---|---|---|
openstackgerrit | Merged openstack/swift3: Accept URL-encoded x-amz-copy-source headers https://review.openstack.org/246018 | 05:44 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 06:15 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: Fix timestamp parsing for non-UTC systems. https://review.openstack.org/258438 | 11:43 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 11:54 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 12:12 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 12:13 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 14:07 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 14:12 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 14:13 |
openstackgerrit | Andrey Pavlov proposed openstack/swift3: support AWS signature v4 https://review.openstack.org/211933 | 14:21 |
*** lyrrad has joined #swift3 | 17:25 | |
*** lyrrad has quit IRC | 20:05 | |
*** lyrrad has joined #swift3 | 20:06 | |
*** lyrrad has quit IRC | 20:15 | |
*** lyrrad has joined #swift3 | 20:19 | |
kota_ | hello | 23:00 |
kota_ | meeting time? | 23:00 |
timburke | good morning! | 23:01 |
siva_krishnan | hi! | 23:01 |
kota_ | siva_krishnan: hi! i'm happy you are joining this meeting :) | 23:01 |
lyrrad | Hi! | 23:01 |
kota_ | timburke, lyrrad: good afternoon (or evening?) | 23:02 |
siva_krishnan | excited to be part of this team | 23:02 |
kota_ | alright, let's gett started. | 23:03 |
kota_ | meeting agenda is here, https://wiki.openstack.org/wiki/Meetings/swift3 | 23:03 |
kota_ | today we have a few agenda | 23:03 |
kota_ | i expected we don't need a lot of time to go through them. | 23:03 |
kota_ | move on to first one | 23:04 |
kota_ | Swift3 v1.9 released in the last week. | 23:04 |
kota_ | that consists of a bunch of swiftstack works almostly | 23:04 |
kota_ | thanks swiftstackers :) | 23:05 |
kota_ | and | 23:05 |
kota_ | i think the release is an important thing because it includes a fix for a CVE issue, you know. | 23:06 |
timburke | thanks for driving the security-related stuff kota_! | 23:06 |
kota_ | timburke: sure | 23:06 |
kota_ | but sorry it was needed much time because it is the first time to me to work for security :P | 23:07 |
timburke | no worries :) | 23:07 |
kota_ | to note that, the CVE id is CVE-2015-8466 | 23:08 |
kota_ | and we started new-release cycle :) | 23:08 |
kota_ | i'm not sure which version number is suitable for next release :/ | 23:08 |
kota_ | i mean, v1.10 vs v2.0 | 23:09 |
siva_krishnan | v2.0 sounds good! | 23:09 |
kota_ | anyways, thanks for great works for v1.9 and i'm looking forward to next one will be awsome too :) | 23:10 |
kota_ | siva_krishnan: i expects you will work a lot for v2.0 ;) | 23:11 |
kota_ | that's all for v1.9 release. | 23:12 |
kota_ | next | 23:12 |
kota_ | recent updates | 23:12 |
siva_krishnan | sure | 23:12 |
kota_ | who guys want to start? | 23:13 |
kota_ | start from me... | 23:14 |
kota_ | except v1.9 release... | 23:14 |
kota_ | recently i was working for re-writing x-timestamp stuff | 23:15 |
timburke | i like where that change is going | 23:15 |
kota_ | at first, that patch was to fix 2 stuff, one is x-timestamp and the other is last-modified in response header. | 23:15 |
kota_ | yeah, i'm sure that is getting better. | 23:16 |
kota_ | x-timestamp stuff is https://review.openstack.org/#/c/242578/ | 23:17 |
kota_ | patch 242578 | 23:17 |
patchbot | kota_: https://review.openstack.org/#/c/242578/ - Ensure X-Timestamp always | 23:17 |
kota_ | timburke: tim, do you still have some concerns for it? | 23:17 |
kota_ | timburke: if we don't have any issues for that, i'd like to merge to upstream repo. | 23:18 |
timburke | i'll have to double check. i don't think so, but i'll be sure to leave a review later this week | 23:18 |
timburke | or we can just go with it :) | 23:18 |
kota_ | thanks :) | 23:19 |
kota_ | and i'll take a time to look at other stuffs this month, please feel free to ask me to head up to your patches :) | 23:20 |
kota_ | that's all from me | 23:20 |
siva_krishnan | I will go next o/ | 23:21 |
kota_ | o/ | 23:21 |
lyrrad | o/ | 23:21 |
kota_ | anything else? | 23:22 |
siva_krishnan | i have trouble installing s3compat suite | 23:22 |
siva_krishnan | can someone help me with that ? | 23:23 |
lyrrad | What seems to be the issue? | 23:23 |
kota_ | lyrrad: your turn ;) | 23:23 |
siva_krishnan | SAXParseException: <unknown>:19:2: mismatched tag | 23:24 |
siva_krishnan | I am getting the above error when trying to run bin/run_ceph_tests.py | 23:25 |
kota_ | looks like invalid html/xml exception | 23:25 |
lyrrad | I’m not familiar with that error. Presumably one of the input file is formatted unexpectedly. Perhaps you can send me a message with details on where that error is happening. | 23:25 |
siva_krishnan | sure. will send it after the meeting | 23:26 |
kota_ | well | 23:28 |
kota_ | any other issues or patches to discuss? | 23:29 |
lyrrad | None for me. | 23:29 |
kota_ | ok | 23:29 |
timburke | just one heads-up about a fix to multipart uploads. patch 255069 | 23:30 |
patchbot | timburke: https://review.openstack.org/#/c/255069/ - Support x-amz-copy-source-range for Upload Part - ... | 23:30 |
kota_ | looks like SLOrange? | 23:31 |
timburke | not exactly, but similar :) | 23:31 |
kota_ | ok, starred and added me to reviewers | 23:32 |
kota_ | will look at in this week. | 23:32 |
kota_ | interesting | 23:32 |
timburke | we want an actual COPY request (like with the rest of the copy-to-upload-part stuff), but we need to be able to just use part of the object | 23:32 |
kota_ | yup | 23:33 |
kota_ | Is that range request already supported in normal COPY? | 23:33 |
kota_ | (i forgot something around there | 23:34 |
kota_ | i mean "not multi upload stuff" | 23:34 |
timburke | as i recall. it does weird things if there's more than one range specified (it'll store the multi-part mime doc), but S3 only supports a single range anyway | 23:35 |
kota_ | ah | 23:35 |
kota_ | ic | 23:35 |
kota_ | sometimes s3 behaves as weird :/ | 23:35 |
timburke | i should probably write a func test for that one... | 23:36 |
kota_ | and it looks no range api for normal COPY :/ | 23:36 |
kota_ | timburke: looking forward to adding that :) | 23:37 |
kota_ | anything? | 23:37 |
timburke | nope. which is definitely odd. but then, swift doesn't even document that COPY supports Range headers, so... | 23:38 |
timburke | none from me | 23:38 |
kota_ | the last part of today is the schedule for next meeting :) | 23:38 |
kota_ | i think we are getting to the end of year | 23:39 |
kota_ | next week in x-mas and the after will be 30th Dec | 23:39 |
kota_ | so if we don't have urgent stuff, I'd like to schedule next meeting at the beggining of next year. | 23:40 |
kota_ | How about 7th Jan? | 23:40 |
timburke | works for me | 23:40 |
kota_ | no | 23:40 |
kota_ | sorry | 23:40 |
kota_ | 6th Jan | 23:40 |
kota_ | i meant | 23:40 |
kota_ | on UTC | 23:41 |
timburke | close enough ;) | 23:41 |
kota_ | (JST is earlier than UTC and it will be morning at 7th Jan) | 23:41 |
siva_krishnan | works for me | 23:41 |
kota_ | lyrrad? | 23:42 |
kota_ | i believe him too. So I will write down the next schedule in meeting wiki later. | 23:43 |
kota_ | and if you need conversation, please feel free to bring it up on this IRC channel :) | 23:43 |
kota_ | that's all for today. | 23:44 |
kota_ | thanks for working swift3 and have a good x-mas vacations :) | 23:44 |
timburke | thanks kota_! | 23:44 |
timburke | and siva_krishnan, i'll be sure to take a look at patch 155221 this week | 23:45 |
patchbot | timburke: https://review.openstack.org/#/c/155221/ - Fix Delete Multiple Objects process when multipart... | 23:45 |
siva_krishnan | thanks all. Happy X-mas and New year!! | 23:45 |
siva_krishnan | timburke thanks a lot | 23:46 |
siva_krishnan | working on 159130 patch as well. | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!