zaitcev | Just use 8 | 00:46 |
---|---|---|
*** ianychoi_ has joined #openstack-swift | 01:38 | |
*** ianychoi has quit IRC | 01:40 | |
*** renich has quit IRC | 02:00 | |
*** psachin has joined #openstack-swift | 02:30 | |
rledisez | clayg: I did a small script to test compatibility between jerasure and isal. it works. did I miss something? | 02:34 |
rledisez | http://paste.openstack.org/show/790862/ | 02:34 |
rledisez | interesting thing is that the encoding does not produce the same fragments depending on the ec_type, but they can all decode each others | 02:35 |
rledisez | cauchy also works if you remove the (6, 12) combination (does not cauchy support more parity frags than data frags?) | 02:36 |
rledisez | It also works if you drop a random frag, but for rs_vand only (rs_cauchy fails the assertion when ec_type is different) | 02:45 |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: Let developers/operators add watchers to object audit (simplified) https://review.opendev.org/706653 | 02:45 |
timburke | rledisez, that's passing all the frags on every decode, isn't it? i'd try something more like kota_ did for https://bugs.launchpad.net/liberasurecode/+bug/1639691 and have another loop like `for check_frags in combinations(frags, k):` | 03:01 |
openstack | Launchpad bug 1639691 in PyECLib "EC: Swift can return corrupted Data and be able to go data lost at isa_l_rs_vand policy with >=5 parities" [Undecided,In progress] | 03:01 |
timburke | gets expensive as hell, though, as the number of frags goes up. probably only want to look at the policies actually in-use! | 03:03 |
*** gyee has quit IRC | 04:08 | |
*** baojg has quit IRC | 04:42 | |
kota_ | rledisez: AFAIK, liberasurecode doesn't try to decode if all data fragments available in the given data set. | 05:08 |
kota_ | your script feeds all encoded fragments so that liberasurecode just concat all data fragments that should be same data payloads even the encode driver would be different. | 05:10 |
kota_ | i.e. if you feeds the subset of fragments list including parity frag, the decoding will fail as you expected. | 05:11 |
*** evrardjp has quit IRC | 05:36 | |
*** evrardjp has joined #openstack-swift | 05:36 | |
openstackgerrit | Tim Burke proposed openstack/swift master: encryption: Expose decrypted metadata via CORS https://review.opendev.org/712237 | 06:01 |
*** tesseract has joined #openstack-swift | 07:51 | |
*** threestrands has quit IRC | 08:01 | |
*** pawan-gupta has quit IRC | 08:08 | |
*** clayg has quit IRC | 08:08 | |
*** pawan-gupta has joined #openstack-swift | 08:08 | |
*** fyx has quit IRC | 08:09 | |
*** clayg has joined #openstack-swift | 08:09 | |
*** ChanServ sets mode: +v clayg | 08:09 | |
*** fyx has joined #openstack-swift | 08:11 | |
*** rpittau|afk is now known as rpittau | 08:11 | |
*** tkajinam has quit IRC | 08:12 | |
*** psachin has quit IRC | 09:01 | |
*** psachin has joined #openstack-swift | 09:02 | |
*** tesseract has quit IRC | 10:36 | |
*** tesseract has joined #openstack-swift | 10:42 | |
*** tesseract has quit IRC | 10:46 | |
*** tesseract has joined #openstack-swift | 10:48 | |
*** tesseract-RH has joined #openstack-swift | 11:00 | |
*** tesseract-RH has left #openstack-swift | 11:02 | |
*** tesseract has quit IRC | 11:03 | |
*** rpittau is now known as rpittau|bbl | 11:30 | |
*** rdejoux has quit IRC | 11:34 | |
*** ccamacho has quit IRC | 11:38 | |
*** ccamacho has joined #openstack-swift | 11:44 | |
*** zaitcev has quit IRC | 11:55 | |
*** rdejoux has joined #openstack-swift | 11:58 | |
*** zaitcev has joined #openstack-swift | 12:29 | |
*** ChanServ sets mode: +v zaitcev | 12:29 | |
*** rpittau|bbl is now known as rpittau | 12:59 | |
*** btorch has joined #openstack-swift | 13:16 | |
*** psachin has quit IRC | 13:21 | |
*** btorch has quit IRC | 13:46 | |
*** btorch has joined #openstack-swift | 13:47 | |
*** StevenK has quit IRC | 13:49 | |
*** StevenK has joined #openstack-swift | 13:50 | |
*** btorch has quit IRC | 14:19 | |
*** btorch has joined #openstack-swift | 14:19 | |
*** btorch has quit IRC | 15:02 | |
*** btorch has joined #openstack-swift | 15:02 | |
*** jvisser has quit IRC | 15:09 | |
clayg | @timburke https://usercontent.irccloud-cdn.com/file/rPEIJLBY/cors.png | 15:14 |
clayg | I think tr lightgreat is better than the nth child - but only marginally so 🤷♂️ | 15:15 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Move cors out of functests https://review.opendev.org/713754 | 15:18 |
*** btorch has quit IRC | 15:26 | |
*** btorch has joined #openstack-swift | 15:26 | |
*** jv has joined #openstack-swift | 15:28 | |
zaitcev | Is Vancouver PTG canceled? | 15:37 |
alecuyer | zaitcev: hello - I think it's supposed to be "virtual" now: http://lists.openstack.org/pipermail/foundation/2020-March/002854.html | 15:39 |
zaitcev | alecuyer: thanks | 15:40 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: In _get_vfile(), handle the case when a referenced object has been punched https://review.opendev.org/713909 | 15:47 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: Fix get_stats https://review.opendev.org/713910 | 15:47 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: Raise an exception if get_vfile() fails, rather than ignoring the error https://review.opendev.org/713911 | 15:47 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: Fix RPC error checking in losf volume check https://review.opendev.org/713912 | 15:47 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: Make a new timeseries for LOSF object header mismatches https://review.opendev.org/713913 | 15:47 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: Add a sleep() between index-server health checks https://review.opendev.org/713914 | 15:47 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: Add missing option in for the volume check script https://review.opendev.org/713915 | 15:47 |
openstackgerrit | Alexandre Lécuyer proposed openstack/swift feature/losf: Remove migrator.py https://review.opendev.org/713916 | 15:47 |
alecuyer | sorry about that | 15:48 |
rledisez | just upstream catching up with our internal branch ;) | 15:48 |
timburke | alecuyer, nothing to apologize for :D | 16:40 |
timburke | clayg, fwiw, those 0 != 206 failures indicate that the CORS request was blocked, most likely because of a problem with origins | 16:43 |
*** btorch has quit IRC | 16:43 | |
*** btorch has joined #openstack-swift | 16:43 | |
*** gilles_biannic has joined #openstack-swift | 16:50 | |
gilles_biannic | Hello. I see you're working on CORS subject :) | 16:52 |
gilles_biannic | I have some clients complaining about cors troubles. However, each time I check by myself, it's working fine. | 16:55 |
gilles_biannic | What they reported to me is : | 16:56 |
gilles_biannic | The chrome log contains "Access to image https://storage.bhs.cloud.ovh.net/....../image.png from origin https://website.com has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource". | 16:57 |
gilles_biannic | The container has : "Meta Access-Control-Allow-Origin: *" | 16:57 |
gilles_biannic | And they said that reloading the page made the issue disappear for them. | 16:58 |
gilles_biannic | Does that ring a bell to you ? | 17:01 |
*** btorch has quit IRC | 17:19 | |
*** gyee has joined #openstack-swift | 17:19 | |
*** btorch has joined #openstack-swift | 17:19 | |
*** evrardjp has quit IRC | 17:36 | |
*** evrardjp has joined #openstack-swift | 17:36 | |
clayg | "reloading the page made the issue disappear" 🤯 | 17:40 |
clayg | sounds like a caching issue somewhere 😞 | 17:40 |
clayg | it could be in the browser or a hop along the way (cdn?) - but it could also be in the cluster and memcache, @timburke is teaching me some of these values are set on the container | 17:41 |
timburke | makes me think of https://github.com/openstack/swift/commit/3e4607954671dee21107e6083f0695076987cc3e | 17:43 |
*** btorch has quit IRC | 17:43 | |
*** btorch has joined #openstack-swift | 17:44 | |
timburke | but with "Access-Control-Allow-Origin: *", it shouldn't really be an issue... | 17:45 |
timburke | i agree, though -- sounds like a caching issue. gilles_biannic, do you know what kind of request they're making? is it a CORS "Simple Request", or does it require a preflight OPTIONS request? | 17:48 |
*** gilles_biannic has quit IRC | 17:55 | |
timburke | clayg, not digging the alternating row colors? i'm fine with keeping it the old way -- i just thought you'd like the clear banding | 17:59 |
*** rpittau is now known as rpittau|afk | 18:06 | |
*** btorch has quit IRC | 18:14 | |
*** btorch has joined #openstack-swift | 18:15 | |
*** btorch has quit IRC | 18:39 | |
*** btorch has joined #openstack-swift | 18:40 | |
*** gyee has quit IRC | 18:44 | |
*** gyee has joined #openstack-swift | 18:51 | |
*** btorch has quit IRC | 18:57 | |
*** btorch has joined #openstack-swift | 18:58 | |
*** btorch has quit IRC | 19:03 | |
*** btorch has joined #openstack-swift | 19:03 | |
*** btorch has quit IRC | 19:27 | |
*** btorch has joined #openstack-swift | 19:27 | |
*** gyee has quit IRC | 20:03 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Add some functional CORS tests https://review.opendev.org/533028 | 20:56 |
openstackgerrit | Tim Burke proposed openstack/swift master: cors: Add Content-Length to default-exposed headers https://review.opendev.org/712238 | 20:56 |
timburke | so i'm thinking i'd actually rather *not* have these all in a chain if i can help it -- i think there's value in the new gate job, but after that i ought to fan out and reduce the number of patches between where we are now and having CORS support for S3 | 21:10 |
openstackgerrit | Merged openstack/swift feature/losf: In _get_vfile(), handle the case when a referenced object has been punched https://review.opendev.org/713909 | 21:17 |
openstackgerrit | Tim Burke proposed openstack/swift master: Add some functional CORS tests https://review.opendev.org/533028 | 21:38 |
openstackgerrit | Tim Burke proposed openstack/swift master: cors: Add Content-Length to default-exposed headers https://review.opendev.org/712238 | 21:38 |
*** gyee has joined #openstack-swift | 22:00 | |
mattoliverau | morning | 22:04 |
*** btorch has quit IRC | 22:13 | |
*** btorch has joined #openstack-swift | 22:14 | |
*** zigo has quit IRC | 22:22 | |
*** zigo has joined #openstack-swift | 22:32 | |
*** btorch has quit IRC | 22:37 | |
*** btorch has joined #openstack-swift | 22:38 | |
*** btorch has quit IRC | 23:07 | |
*** btorch has joined #openstack-swift | 23:08 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!