openstackgerrit | Pete Zaitcev proposed openstack/swift master: Let developers/operators add watchers to object audit https://review.opendev.org/212824 | 00:52 |
---|---|---|
openstackgerrit | Pete Zaitcev proposed openstack/swift master: WIP: Add a reference implementation of audit watchers https://review.opendev.org/701139 | 00:52 |
openstackgerrit | Tim Burke proposed openstack/swift master: probe-tests: Get reconciler test passing https://review.opendev.org/701075 | 01:00 |
openstackgerrit | Merged openstack/swift master: Deprecate per-service auto_create_account_prefix https://review.opendev.org/700818 | 01:30 |
openstackgerrit | Merged openstack/swift master: Make FakeSwift query param order agnostic https://review.opendev.org/701247 | 01:30 |
timburke | donnyd, the trends on https://grafana.fortnebula.com/d/9MMqh8HWk/openstack-utilization?orgId=2&refresh=30s&from=now-90d&to=now&fullscreen&panelId=28 look a *whole lot* better! is that still just expirers doing the clean-up? | 02:13 |
donnyd | Oh no timburke - one of the servers burned itself up over the holidays while I was out of town | 02:43 |
donnyd | I don't think my little setup and my old drives handled the log workload very well. | 02:47 |
donnyd | I am however working on something that may work a bit better | 02:50 |
openstackgerrit | Merged openstack/swift master: Allow reconciler to handle reserved names https://review.opendev.org/700449 | 03:01 |
*** rcernin_ has joined #openstack-swift | 03:13 | |
*** rcernin has quit IRC | 03:13 | |
*** rcernin_ has quit IRC | 03:56 | |
*** rcernin has joined #openstack-swift | 04:00 | |
*** spsurya has joined #openstack-swift | 04:32 | |
*** tkajinam has quit IRC | 04:52 | |
kota_ | oh, it's nice grafana for swift monigoring. | 04:59 |
kota_ | monitering | 05:00 |
kota_ | good new year, timburke | 05:00 |
*** gyee has quit IRC | 05:00 | |
*** tkajinam has joined #openstack-swift | 05:23 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-swift | 05:33 | |
*** tkajinam has quit IRC | 05:58 | |
*** pcaruana has joined #openstack-swift | 06:00 | |
*** pcaruana has quit IRC | 06:14 | |
*** tkajinam has joined #openstack-swift | 06:41 | |
*** tkajinam_ has joined #openstack-swift | 06:52 | |
*** rcernin has quit IRC | 06:54 | |
*** tkajinam has quit IRC | 06:55 | |
*** ccamacho has joined #openstack-swift | 07:01 | |
*** henriqueof has quit IRC | 07:02 | |
*** henriqueof1 has joined #openstack-swift | 07:02 | |
openstackgerrit | Thiago da Silva proposed openstack/swift master: New Object Versioning mode https://review.opendev.org/682382 | 07:55 |
openstackgerrit | Thiago da Silva proposed openstack/swift master: New Object Versioning mode https://review.opendev.org/682382 | 08:07 |
openstackgerrit | Thiago da Silva proposed openstack/swift master: fix is_latest bug https://review.opendev.org/701334 | 08:07 |
*** tesseract has joined #openstack-swift | 08:17 | |
*** pcaruana has joined #openstack-swift | 08:29 | |
*** FlorianFa has quit IRC | 08:30 | |
*** rpittau|afk is now known as rpittau | 08:36 | |
*** rdejoux has joined #openstack-swift | 08:43 | |
*** tkajinam_ has quit IRC | 08:58 | |
*** manuvakery has quit IRC | 09:51 | |
*** cschwede has quit IRC | 10:54 | |
*** rpittau is now known as rpittau|bbl | 11:16 | |
*** cschwede has joined #openstack-swift | 12:14 | |
*** ChanServ sets mode: +v cschwede | 12:14 | |
clayg | are you *supposed* to quote '/' in a query param? | 12:51 |
*** szaher has joined #openstack-swift | 13:00 | |
*** rpittau|bbl is now known as rpittau | 13:26 | |
*** diablo_rojo has joined #openstack-swift | 13:47 | |
*** pcaruana has quit IRC | 14:20 | |
*** pcaruana has joined #openstack-swift | 14:32 | |
timburke | clayg, meh, shouldn't really matter either way, from our perspective | 15:38 |
timburke | iirc, anyway | 15:38 |
timburke | oh... looking at the WSGI spec, i'm'a go with *no* -- it's just SCRIPT_NAME and PATH_INFO that get unquoted for us | 15:41 |
timburke | (which i've only ever managed to glean from the sample code at https://www.python.org/dev/peps/pep-3333/#url-reconstruction ) | 15:41 |
clayg | >>> parse.urlencode({'foo': 'bar/'}) | 15:44 |
clayg | 'foo=bar%2F' | 15:44 |
clayg | >>> parse.parse_qsl('foo=bar%2F') | 15:44 |
clayg | [('foo', 'bar/')] | 15:44 |
clayg | yeah that normalize_query_string is popping some tests... | 15:44 |
clayg | https://zuul.opendev.org/t/openstack/build/b3a668487d0f4af4b1d0e8a0699eb192/console | 15:45 |
clayg | so that would be nice to figure out before I package 🙄 | 15:49 |
*** gyee has joined #openstack-swift | 16:16 | |
*** diablo_rojo has quit IRC | 16:52 | |
*** rdejoux has quit IRC | 17:02 | |
*** pcaruana has quit IRC | 17:05 | |
*** rpittau is now known as rpittau|afk | 17:09 | |
*** pcaruana has joined #openstack-swift | 17:28 | |
*** evrardjp has quit IRC | 17:33 | |
*** evrardjp has joined #openstack-swift | 17:33 | |
*** cschwede has quit IRC | 17:36 | |
DHE | are multi-char delimiters supported when doing container listings? I'm having inconsistencies | 17:55 |
timburke | DHE, should be, as of https://opendev.org/openstack/swift/commit/1ded0d6c8793ca3eca573c098cef78b5ae41f080 (so, train) | 17:57 |
timburke | clayg, :-( | 17:57 |
DHE | I'm on 2.23.1 which should be train (installed independently of openstack, I have a Newton based keystone system for auth) | 17:59 |
DHE | this is also a sharded container, hope that's not breaking anything... | 17:59 |
timburke | clayg, though, following https://opendev.org/openstack/swift/commit/93b49c5e4818774febb7aa59fc21cbbcf8db2344 it's always gonna be quoted by the time it hits the pipeline (at least, on py3) | 18:07 |
timburke | and following https://opendev.org/openstack/swift/commit/49f62f6ab7fd1b833e9b5bfbcaafa4b45b592d34, it's always quoted for the backend servers, even on py2 | 18:07 |
timburke | DHE, that might be related... have you looked at your shard boundaries and whether the inconsistencies happen around those boundaries? what do the inconsistencies *look like*, exactly? | 18:09 |
DHE | timburke: When I use a separator of '/' I see all my top level "directories". but when I use a separator of "/video/" (there are a lot of subdirectories with this name) I'm missing top level directory entries | 18:22 |
DHE | while I haven't done a complete enumeration yet, I have many examples (hundreds) where this is happening | 18:23 |
DHE | still investigating | 18:24 |
DHE | okay, never mind. I have a bigger problem. multiple runs of "swift list $container -d / | wc -l" are producing wildly different results... | 18:27 |
*** pvradu has joined #openstack-swift | 18:36 | |
*** pvradu has quit IRC | 18:40 | |
DHE | and I have a misconfigured server. my bad... | 18:44 |
*** spsurya has quit IRC | 19:25 | |
openstackgerrit | Tim Burke proposed openstack/swift master: squash: Give better error messages for deprecated policies https://review.opendev.org/701453 | 20:22 |
timburke | clayg, tdasilva ^^^ in case you want to take a look before i squash it into p 682382 | 20:25 |
patchbot | https://review.opendev.org/#/c/682382/ - swift - New Object Versioning mode - 68 patch sets | 20:25 |
clayg | timburke: ok, good - so a unittest asserting a request was "prefix=foo/" instead of "prefix=foo%25" was kind of a smell anyway! | 20:33 |
*** pcaruana has quit IRC | 20:41 | |
openstackgerrit | Thiago da Silva proposed openstack/swift master: Fix is_latest bug https://review.opendev.org/701334 | 20:52 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: s3api: Implement object versioning API https://review.opendev.org/673682 | 21:01 |
*** pvradu has joined #openstack-swift | 21:13 | |
*** rcernin has joined #openstack-swift | 21:37 | |
*** rcernin has quit IRC | 21:37 | |
*** rcernin has joined #openstack-swift | 21:38 | |
*** pvradu has quit IRC | 21:47 | |
*** early has quit IRC | 21:55 | |
mattoliverau | morning | 22:03 |
timburke | mattoliverau, o/ | 22:03 |
timburke | or, depending on your air quality, 😷 | 22:04 |
timburke | :-( i forgot to update the next meeting date on https://wiki.openstack.org/wiki/Meetings/Swift like i said i would | 22:06 |
timburke | fortunately, it didn't look like anyone forgot ;-) | 22:06 |
mattoliverau | lol, yeah you can't seem to get away from this smokey haze where ever you go in Oz atm. Most of it seems to be burning. Just ask tdasilva | 22:07 |
*** early has joined #openstack-swift | 22:12 | |
clayg | oh goody p 673682 passed! | 22:41 |
patchbot | https://review.opendev.org/#/c/673682/ - swift - s3api: Implement object versioning API - 42 patch sets | 22:41 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: WIP: s3api: Make multi-deletes async https://review.opendev.org/648263 | 22:42 |
timburke | rledisez, as a heads-up, i removed the profiling/md5 items from the meeting agenda -- feel free to add them back if you like (for tomorrow or any other meeting) | 22:42 |
clayg | timburke: so should we squash p 701334 and p 701453 and p 698139 | 22:43 |
patchbot | https://review.opendev.org/#/c/701334/ - swift - Fix is_latest bug - 2 patch sets | 22:43 |
patchbot | https://review.opendev.org/#/c/701453/ - swift - squash: Give better error messages for deprecated ... - 1 patch set | 22:43 |
patchbot | https://review.opendev.org/#/c/698139/ - swift - Skip container-sync when versioning enabled - 7 patch sets | 22:43 |
timburke | clayg, hell yeah we should! | 22:48 |
timburke | well, wait -- that last one still has me scratching my head. probably? or some variation on it... | 22:49 |
timburke | it's times like this that i wish i knew more about container-sync | 22:50 |
timburke | also, all those 500s in swift-tox-func-encryption-py27 and swift-tox-func-s3api-py27 make me nervous | 22:53 |
clayg | fair enough - but maybe we can do the other too then? | 22:55 |
tdasilva | timburke: i think that's a rebase that's needed to fi | 22:55 |
tdasilva | re: 500 errors | 22:55 |
clayg | tdasilva: i'll click rebase after I squash the others 👍 | 22:56 |
timburke | sounds good | 22:56 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: New Object Versioning mode https://review.opendev.org/682382 | 22:58 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: s3api: Implement object versioning API https://review.opendev.org/673682 | 22:59 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: WIP: s3api: Make multi-deletes async https://review.opendev.org/648263 | 22:59 |
*** tkajinam has joined #openstack-swift | 23:08 | |
*** tesseract has quit IRC | 23:13 | |
*** pvradu has joined #openstack-swift | 23:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!