Tuesday, 2020-01-28

*** threestrands has joined #openstack-swift00:04
openstackgerritMerged openstack/swift master: SSYNC: log body of errors in SSYNC subrequests  https://review.opendev.org/70443000:18
openstackgerritTim Burke proposed openstack/swift master: Authors/changelog for swift 2.24.0  https://review.opendev.org/70448101:10
*** gyee has quit IRC01:17
openstackgerritMerged openstack/swift master: Add unittest2 back to lower-constraints.txt  https://review.opendev.org/70435601:30
*** diablo_rojo has joined #openstack-swift01:59
*** diablo_rojo has quit IRC02:53
openstackgerritMerged openstack/swift master: Middleware that allows a user to have quoted Etags  https://review.opendev.org/70005603:15
*** diablo_rojo has joined #openstack-swift04:01
*** rcernin has quit IRC04:18
*** rcernin has joined #openstack-swift04:18
*** threestrands has quit IRC06:08
*** psachin has joined #openstack-swift06:39
*** rpittau|afk is now known as rpittau08:07
*** rdejoux has joined #openstack-swift08:11
*** tesseract has joined #openstack-swift08:16
*** tkajinam has quit IRC08:34
*** ccamacho has joined #openstack-swift08:57
*** mikecmpbll has joined #openstack-swift09:16
*** rpittau is now known as rpittau|bbl11:18
*** jvisser has quit IRC11:57
*** rcernin has quit IRC12:29
*** jvisser has joined #openstack-swift12:36
*** jistr has left #openstack-swift13:00
rlediseztdasilva: I'm thinking that in /info, there is no way to tell a user that he is using a deprecated feature. I would more think of a X-Deprecated header with a message, like :13:01
rledisezX-Deprecation-Warning: You are not using quoted etag, it will be on by default soon;You are using the old versioning code, switch to the new versioning;…13:01
rledisezthis header could be set when detected that the user must be notified13:01
rledisezmaybe both… a global view in /info and warning header when necessary13:01
*** rpittau|bbl is now known as rpittau13:04
*** psachin has quit IRC13:06
*** jvisser has quit IRC13:18
*** jvisser has joined #openstack-swift13:21
*** jvisser has quit IRC13:31
ormandjcoreycb: i see the tests passed in https://bugs.launchpad.net/cloud-archive/+bug/1858934 but didn't see the update to the Packages file for stein/bionic-updates, did something stall?13:37
openstackLaunchpad bug 1858934 in Ubuntu Cloud Archive stein "[SRU] stein stable releases" [High,Fix committed]13:37
*** psachin has joined #openstack-swift13:39
coreycbormandj: I'll get those released now. sorry yesterday got busier than expected.13:40
*** rdejoux has quit IRC13:45
*** rdejoux has joined #openstack-swift13:45
*** tkajinam has joined #openstack-swift14:00
ormandjcoreycb: totally understand, we really appreciate you doing this, it fixes some bugs we're bumping into so quite a nice release for us ;)14:06
*** rdejoux has quit IRC14:06
*** jvisser has joined #openstack-swift14:10
*** gregwork has joined #openstack-swift14:13
*** pcaruana has quit IRC14:24
*** rdejoux has joined #openstack-swift14:26
*** rdejoux has quit IRC14:52
*** tkajinam has quit IRC15:02
*** psachin has quit IRC15:07
*** pcaruana has joined #openstack-swift15:11
*** rdejoux has joined #openstack-swift15:17
*** rdejoux has quit IRC15:40
*** rdejoux has joined #openstack-swift15:40
*** diablo_rojo has quit IRC15:47
*** psachin has joined #openstack-swift16:13
*** gyee has joined #openstack-swift16:20
*** gregwork has quit IRC16:36
*** rdejoux has quit IRC16:57
*** tesseract has quit IRC17:01
*** psachin has quit IRC17:15
*** mikecmpbll has quit IRC17:31
ormandjtimburke: so on 2.21.1 now, and still getting the content-md5 problem :/17:39
ormandj(with aws client)17:39
*** jrosser has quit IRC17:42
ormandjtimburke: https://0bin.net/paste/zmPBGswmc2xxs7Oj#Zlc8Gms9XaXrEzvxahfA1HMmDLm7p8XbSRzPsn6qlEf17:43
*** jrosser has joined #openstack-swift17:43
ormandjdev env so creds aren't a worry fwiw17:43
ormandjoh, haha, ignore me, i figured out the problem :) we have a monkey-patch in place for the rate limiting stuff17:45
ormandjwas wiping out the new patch in .1 :)17:45
timburkeah, good! glad to hear17:48
timburkeormandj, what's the patch like? or rather, what's the issue it's trying to address?17:49
timburkewould something like https://review.opendev.org/#/c/697535/ help?17:49
patchbotpatch 697535 - swift - s3api: Better handle 498/429 responses - 1 patch set17:49
ormandjthat's exactly what we're monkey-patching in17:54
ormandji just had to update our automation to deploy a patched version of the file w/ the updates for the aws compatibility17:54
ormandj(we don't use patch on the target systems, we just deploy the entire file, and the patched version we were using was the older revision)17:55
timburkeapproving. i'll get it up for backports for the next time you upgrade17:56
openstackgerritTim Burke proposed openstack/swift stable/train: s3api: Better handle 498/429 responses  https://review.opendev.org/70464617:57
ormandjthat'll be awesome, we don't like maintaining patch sets if we don't need to! we do stay current with openstack dev, but we try to lag on major releases for at least one or two point releases17:57
*** diablo_rojo has joined #openstack-swift18:02
ormandjtimburke: so, new fun times, now listing with aws cli isn't working :)18:09
ormandjput worked fine18:10
ormandjtimburke: https://cryptobin.co/v4s6f1f5 (password 123)18:13
ormandjtimburke: https://cryptobin.co/m19672l5 has the stack trace (same pass, 123)18:14
timburkehmm... _canonical_query_string() didn't start using wsgi_quote() until https://opendev.org/openstack/swift/commit/3a9f3f841 (first released in 2.22.0)...18:20
openstackgerritTim Burke proposed openstack/swift stable/stein: s3api: Translate 503 to S3-style 503s  https://review.opendev.org/70465818:39
openstackgerritTim Burke proposed openstack/swift stable/stein: s3api: Better handle 498/429 responses  https://review.opendev.org/70465918:40
*** rpittau is now known as rpittau|afk18:40
openstackgerritRomain LE DISEZ proposed openstack/swift master: Add a note to the part power increase documentation  https://review.opendev.org/70466218:52
rledisezjust did my first part power increase in production (almost all went fine ^ :))18:53
timburke\o/18:53
rledisezI also used that: https://review.opendev.org/#/c/695344/18:53
patchbotpatch 695344 - swift - relinker: Improve performance by limiting I/O - 5 patch sets18:53
ormandjtimburke: good callout. apparently curling from github i somehow grabbed the wrong hash. thanks, and sorry for the time waste19:48
timburkeormandj, no worries! gl!20:11
*** diablo_rojo has quit IRC20:34
ormandjtimburke: worked like a champ20:40
ormandjbackground ops using awscli are succeeding20:40
timburke👍20:40
ormandjthis will make our clients very happy trying to xfer terabytes of data around, and not wanting it all being funneled through their little dinky dialup links or whatever they might be using ;)20:40
*** jvisser has quit IRC21:36
openstackgerritTim Burke proposed openstack/swift master: s3api: Implement object versioning API  https://review.opendev.org/67368222:00
*** rcernin has joined #openstack-swift22:00
*** jvisser has joined #openstack-swift22:08
*** diablo_rojo has joined #openstack-swift22:27
openstackgerritMerged openstack/swift master: s3api: Better handle 498/429 responses  https://review.opendev.org/69753522:29
*** jvisser has quit IRC22:55
*** tkajinam has joined #openstack-swift23:06
mattoliveraumorning23:39
seongsoochomorning o/23:56

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