| siva_krishnan | Can someone help me in resolving the below error while running s3compatibility test suite http://paste.openstack.org/show/483172/ | 19:10 |
|---|---|---|
| timburke | siva_krishnan: is your swift server running with SSL enabled? if not, try setting is_secure=no in the testing config file | 20:04 |
| timburke | (i don't know that i've actually tried running the tests with ssl enabled... i feel like it would probably have been difficult enough that i would remember it :P) | 20:06 |
| siva_krishnan | @timburke would try that out | 20:07 |
| siva_krishnan | tim_bruke got it fixed. Thanks for the help. In my previous config I disabled it . this one I didn't notice. Still getting the SAXParseException mismatched tag | 20:13 |
| siva_krishnan | http://paste.openstack.org/show/483178/ | 20:14 |
| timburke | hrm. can we get the content that was transmitted? like with tcpdump or something? or just dive into the boto source and log the body | 20:16 |
| timburke | i'm about to go grab lunch, but i should be around to help again later | 20:16 |
| siva_krishnan | ok sure | 20:30 |
| *** chsc has joined #swift3 | 22:51 | |
| kota_ | hello | 23:01 |
| kota_ | anyone else here? | 23:01 |
| chsc | yes, hello | 23:01 |
| kota_ | chsc: o/ | 23:02 |
| siva_krishnan | o/ | 23:02 |
| kota_ | siva_krishnan: o/ | 23:03 |
| kota_ | should we wait someone before starting meeting? | 23:04 |
| kota_ | i expects timburke joins | 23:04 |
| timburke | hi all | 23:08 |
| timburke | sorry, was talking to torgomatic about something... | 23:08 |
| kota_ | \o/ | 23:08 |
| kota_ | never mind | 23:09 |
| kota_ | ok let's get started | 23:09 |
| kota_ | there is vacation weeks on the end of year, so i assume we don't have so much progress for the term. | 23:10 |
| kota_ | and i might forget something for priority items so i wanna catch up recent updates at first. | 23:11 |
| kota_ | someone? | 23:11 |
| kota_ | oh, yeah happy new year swift3 guys :) | 23:12 |
| chsc | Happy New Year :) | 23:12 |
| chsc | One thing to mention would be Bug #1522578 | 23:12 |
| openstack | bug 1522578 in Swift3 "Etag generation in swift3 does not match AWS S3" [Undecided,New] https://launchpad.net/bugs/1522578 | 23:12 |
| siva_krishnan | Happy New Year! | 23:12 |
| kota_ | chsc: ok go ahead. | 23:12 |
| chsc | This was reported to us from an application that tried to validate uploads against AMZ and then swift3 | 23:12 |
| chsc | Basically the calculation of the md5sum is different. Should be easy to fix in swift3, i just have not had the time to look into the code. | 23:13 |
| chsc | On a high level, it should be easy to adjust swift3 to match amz. I would look into this, unless someone objects. | 23:13 |
| kota_ | look like multi uploads? | 23:14 |
| chsc | yes | 23:14 |
| timburke | no objections here. you'll need to watch out to make sure it works for both object/key HEAD and container/bucket GET | 23:15 |
| *** m_kazuhiro has joined #swift3 | 23:15 | |
| chsc | ok | 23:16 |
| timburke | maybe add a piece of metadata on upload that has the S3-etag? | 23:16 |
| timburke | still painful to get it into the container listing, though | 23:16 |
| kota_ | exactly | 23:16 |
| timburke | bury it in the content-type, like we do swift_bytes? bleh | 23:17 |
| timburke | (and by "we" i mean "slo") | 23:17 |
| chsc | ok | 23:18 |
| chsc | Anyway, that is all i had to bring up. | 23:19 |
| kota_ | or extra HEAD to the manifest if it is slo. | 23:19 |
| kota_ | not sure, tho | 23:19 |
| kota_ | no s/extra HEAD/extra GET manifest./ | 23:20 |
| kota_ | ok | 23:20 |
| kota_ | anything? | 23:20 |
| kota_ | from my side, | 23:21 |
| kota_ | we got some gate issues in the end of last year. | 23:21 |
| kota_ | one came from os-client-config but it resolved in upstream. | 23:21 |
| kota_ | right now, we don't have the issue anymore. | 23:22 |
| timburke | thanks kota_. glad to see our gates working again :) | 23:22 |
| kota_ | and one more pylint became smarter and hit a pkg_resource issue (assignment-no-return) | 23:23 |
| kota_ | i resolved it to change code to use with statement but it perhaps might be an issue again if pylint would be smarter again. | 23:23 |
| kota_ | just notification, tho. | 23:24 |
| kota_ | timburke:^^ | 23:24 |
| kota_ | timburke: thanks for working on them a lot, it was helpful for me :) | 23:24 |
| timburke | glad to help | 23:24 |
| kota_ | they are all gate issues i know | 23:25 |
| kota_ | and as another topic | 23:26 |
| kota_ | i have a concern to make ranged copy in multipart upload but it was resolved in today's Swift meeting | 23:27 |
| kota_ | we can go current way on patch 255069 | 23:28 |
| patchbot | kota_: https://review.openstack.org/#/c/255069/ - Support x-amz-copy-source-range for Upload Part - ... | 23:28 |
| kota_ | congrats timburke^^ | 23:28 |
| kota_ | that's all from me about recent updates | 23:28 |
| timburke | thanks for bringing that up; i'm glad we had the discussion. i still need to address the other comment on my patch, though... | 23:28 |
| timburke | not so recent, but what do we think about patch 248178? | 23:29 |
| patchbot | timburke: https://review.openstack.org/#/c/248178/ - Ignore Content-Type from client when deleting mult... | 23:29 |
| kota_ | good catch | 23:30 |
| kota_ | can i make sure that status | 23:30 |
| kota_ | ? | 23:30 |
| kota_ | i might forget something right now. | 23:31 |
| timburke | yeah, no problem. just wanted to keep it on your radar | 23:31 |
| kota_ | ok, am going to look at this during this week. | 23:34 |
| kota_ | you seems to have added great commen for my question. | 23:34 |
| kota_ | could we move on to next agenda? | 23:36 |
| kota_ | well moving on to next... | 23:37 |
| kota_ | Drop python 2.6 support | 23:37 |
| kota_ | as we know, openstack gating environment doesn't have py26, right? | 23:38 |
| kota_ | but we still have some py26 docs in tox and packaging and it makes some constraints on coding, imo. | 23:39 |
| kota_ | m_kazuhiro is now trying to follow the openstack movement and he wants to drop py26 envrionment from swift3 | 23:40 |
| kota_ | but i have concerns someone is hurt for it (i don't think anyone exist) but, to make sure, i brought this in meeting. | 23:41 |
| timburke | it seems reasonable. without a gate, it's hard to truly claim support; plus swift has necessarily dropped support anyway | 23:41 |
| kota_ | mainly, to rackers and swiftstack? | 23:41 |
| notmyname | swiftstack doesn't care about py26 support | 23:42 |
| timburke | we'll install py27 if it isn't already available (eg, on rhel) | 23:42 |
| kota_ | timburke: yes, and i wanna update some test Swift environment to >=2.4.0 which doen't have py26 anymore. | 23:43 |
| kota_ | notmyname: thx! | 23:43 |
| kota_ | not test but requirements | 23:43 |
| timburke | i'm more nervous about that. i'd like to preserve compatibility with as old a version of Swift as we reasonably can | 23:44 |
| kota_ | right | 23:45 |
| timburke | (i'm already a little nervous that we don't *actually* test against 2.1.0, the claimed minimum) | 23:45 |
| kota_ | me too :) | 23:45 |
| kota_ | one more question, does anyone want to make a release point before dropping py2.6? | 23:45 |
| kota_ | if no one, just do in upstream and will make a release *after* that. | 23:46 |
| kota_ | looks no objections... | 23:47 |
| timburke | as i recall, there wasn't too much going on since 1.9. i suppose we *could*, similar to what was done for swiftclient, but i'm not sure there's a need to | 23:48 |
| kota_ | i also guess no much progress since 1.9 | 23:49 |
| kota_ | ok, if you all have some matters in packaging, please let me know | 23:50 |
| kota_ | m_kazuhiro: do you have any issues or opinions? | 23:50 |
| kota_ | for working on them? | 23:50 |
| m_kazuhiro | kota_: nothing, but i want to talk to you after this meeting. | 23:52 |
| openstackgerrit | Tim Burke proposed openstack/swift3: py26 is no longer supported by Infra's CI https://review.openstack.org/261701 | 23:52 |
| openstackgerrit | Tim Burke proposed openstack/swift3: remove python 2.6 trove classifier https://review.openstack.org/260844 | 23:53 |
| timburke | (sorry, rebasing those to after the gate getting fixed) | 23:53 |
| kota_ | timburke: never mind and good call i noticed that patch already exist in gerrit | 23:54 |
| kota_ | timburke: thanks! | 23:55 |
| kota_ | that's all for today. | 23:55 |
| kota_ | anything? | 23:55 |
| timburke | not from me | 23:56 |
| kota_ | end meeting, thanks for working on swift3 and I'm looking forward to great progress on this year :) | 23:57 |
| timburke | thanks kota_! | 23:57 |
| chsc | thank you | 23:57 |
| *** chsc has quit IRC | 23:57 | |
| m_kazuhiro | thank you | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!