*** bill_az_ has quit IRC | 00:33 | |
*** m_kazuhiro has joined #swift3 | 00:50 | |
*** bill_az has quit IRC | 02:06 | |
*** gmmaha has quit IRC | 02:32 | |
*** gmmaha has joined #swift3 | 02:32 | |
*** bill_az has joined #swift3 | 04:58 | |
*** bill_az has quit IRC | 06:30 | |
openstackgerrit | Merged openstack/swift3: Fix last-modified rounding in functional test https://review.openstack.org/260408 | 07:04 |
---|---|---|
openstackgerrit | Merged openstack/swift3: Include region when adding devices for functional tests https://review.openstack.org/262096 | 07:19 |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift3: Commit for 159130 https://review.openstack.org/273946 | 08:45 |
kota_ | timburke: I added my thought for patch 159130 | 08:50 |
patchbot | kota_: https://review.openstack.org/#/c/159130/ - swift3 - Fix DELETE Bucket to also delete segments bucket | 08:50 |
kota_ | timburke: basically ACL handlers can handle the condition with 2 method, one is from client the other is from controller in swift3 middleware. | 08:51 |
kota_ | timbuerke: AclController.<method> <- this method means later one and self.method keeps previous one. | 08:52 |
kota_ | so if we define like "def DELETE" and put some condition (e.g. if self.method == 'PUT', if self.container != 'something'), we can overwrite the condition handling at the time. | 08:54 |
kota_ | for example, def DELETE(self): if self.method == 'PUT' pass -> this means "we ignore any acls when PUT request comming in during *client* DELETE request" | 08:55 |
kota_ | that's why I still +1 for patch 159130 | 08:56 |
patchbot | kota_: https://review.openstack.org/#/c/159130/ - swift3 - Fix DELETE Bucket to also delete segments bucket | 08:56 |
*** m_kazuhiro has quit IRC | 09:31 | |
*** Razva has joined #swift3 | 10:12 | |
Razva | hey folks! | 10:12 |
Razva | The request signature we calculated does not match the signature you provided. Check your key and signing method. < any idea of how to fix this...? | 10:12 |
Razva | from the log: ERROR WSGI: code 400, message Bad request syntax | 10:13 |
Razva | if I connect with the "EC2" credentials (from compute) I get "The request signature we calculated does not match the signature you provided". If I connect with the "API" credentials (from security -> api) I get "Access denied". | 10:25 |
kota_ | Razva: Could you open your questions via launchpad or ask openstack? We seem in different time zone. | 13:27 |
kota_ | Need to more info about your setup info to reproduce | 13:28 |
kota_ | Note that Swift3 supports only s3 api (not ec2) | 13:29 |
*** bill_az has joined #swift3 | 15:01 | |
Razva | hey again guys | 15:19 |
Razva | SO, I partialy fixed the issue. as Admin I can login | 15:20 |
Razva | BUT as a user I cannot | 15:20 |
Razva | I have no idea what I did, but at this point I cannot even see the buckets created by the user | 15:20 |
Razva | I get Error: Unable to retrieve container list. I get "Error: Unable to retrieve container list." | 15:20 |
Razva | [filter:keystone] | 15:21 |
Razva | perator_roles = admin, SwiftOperator | 15:21 |
Razva | the user has assigned the SwiftOperator role | 15:21 |
Razva | I even gave him Admin | 15:21 |
Razva | but there's no way for the user to see the buckets... | 15:21 |
Razva | if I connect to a Swift container via S3 by using the IP everything works. if I connect using the hostname it states "The request signature we calculated does not match the signature you provided. Check your key and signing method.". any hints please? | 15:39 |
*** bill_az_ has joined #swift3 | 15:51 | |
*** Razva has quit IRC | 16:14 | |
*** bill_az_ has quit IRC | 16:55 | |
*** onovy has joined #swift3 | 18:31 | |
onovy | hi all. can some help me with this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813088 | 18:32 |
openstack | Debian bug 813088 in src:swift-plugin-s3 "swift-plugin-s3: FTBFS: AssertionError: '2014-04-01T14:00:00.000Z' != '2014-04-01T12:00:00.000Z'" [Serious,Open] | 18:32 |
onovy | i can reproduce it on debian with tz!=0 | 18:32 |
timburke | onovy: sounds similar to patch 271542...i'll go looking for mktime calls... | 20:11 |
patchbot | timburke: https://review.openstack.org/#/c/271542/ - swift - Use calendar.timegm not time.mktime (MERGED) | 20:11 |
timburke | hrm. also, we probably don't want to be using time.time... | 20:12 |
onovy | yep, looks similar | 20:15 |
*** bill_az has quit IRC | 21:35 | |
timburke | onovy: problem seems to be fixed on master. patch 242578 removed a couple uses of datetime.datetime.fromtimestamp() | 22:13 |
patchbot | timburke: https://review.openstack.org/#/c/242578/ - swift3 - Ensure X-Timestamp always (MERGED) | 22:13 |
onovy | timburke: just figured it out too :) | 22:19 |
onovy | but i think this patch: 1159ebad5907ab50b64d716108fcad097c013b29 fixed it | 22:19 |
timburke | i'll still write a couple tests to make sure we don't regress on it, though | 22:19 |
onovy | ok. do you have any plans for next release? | 22:21 |
onovy | just want to know if i should backport this fix to 1.9 debian package, or wait for 1.10 | 22:21 |
onovy | or 1.9.1? :) | 22:21 |
timburke | not quite; it was the parent commit: d8ffe5a70c8d56c32c43598d8f2262031c7a7383 | 22:21 |
timburke | we'll have to ask kota_ :) | 22:21 |
timburke | it's saturday morning for him, though, so it might have to wait until monday. i'll be sure to bring the bug report up with him | 22:23 |
onovy | perfect, thank you! | 22:24 |
kota_ | Morning | 22:31 |
kota_ | What's up? | 22:31 |
onovy | kota_: hi. just want to know if you have any plan for new release of swift3 | 22:33 |
onovy | i have problem with packaging it for debian, because https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813088 | 22:33 |
openstack | Debian bug 813088 in src:swift-plugin-s3 "swift-plugin-s3: FTBFS: AssertionError: '2014-04-01T14:00:00.000Z' != '2014-04-01T12:00:00.000Z'" [Serious,Open] | 22:33 |
onovy | which is fixed by patch 242578 | 22:33 |
patchbot | onovy: https://review.openstack.org/#/c/242578/ - swift3 - Ensure X-Timestamp always (MERGED) | 22:33 |
kota_ | timburk: Anyway, bug report is a good way the problem open to discuss | 22:33 |
kota_ | Yeah, you want version bump? | 22:34 |
onovy | yep :) | 22:35 |
kota_ | Not have yet but can, next week-ish | 22:35 |
onovy | perfect, next week +- is fine | 22:36 |
kota_ | Nk | 22:36 |
kota_ | Ok, typo | 22:36 |
onovy | night killer? | 22:36 |
onovy | no kills? | 22:37 |
onovy | http://www.abbreviations.com/NK :) | 22:37 |
openstackgerrit | Tim Burke proposed openstack/swift3: Add non-UTC coverage to unit tests https://review.openstack.org/274279 | 22:38 |
onovy | timburke: nice one! | 22:39 |
kota_ | nk ―> just typo of ok :) | 23:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!