| openstackgerrit | libaoan proposed openstack/swift master: follow up https://review.openstack.org/616036 | 00:16 |
|---|---|---|
| openstackgerrit | Tim Burke proposed openstack/swift master: Prevent IndexError on bad fragment index https://review.openstack.org/569897 | 00:34 |
| openstackgerrit | Tim Burke proposed openstack/swift master: Treat all invalid frag indexes the same https://review.openstack.org/615990 | 00:34 |
| timburke | clayg: i still think the warning's gonna be needed for existing hashes.pkl files, but the follow-up (^^^) should get us logging much more useful info for operators (like which file has the bad index) | 00:39 |
| *** irclogbot_2 has quit IRC | 00:39 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: py3: port account/container replicators https://review.openstack.org/614656 | 00:54 |
| *** threestrands has joined #openstack-swift | 02:30 | |
| *** kota_ has quit IRC | 03:41 | |
| *** zaitcev has quit IRC | 05:45 | |
| openstackgerrit | Matthew Oliver proposed openstack/swift master: Rework the overview of expiring objects https://review.openstack.org/616076 | 06:09 |
| *** threestrands has quit IRC | 06:23 | |
| *** ccamacho has joined #openstack-swift | 07:31 | |
| *** pcaruana has joined #openstack-swift | 07:36 | |
| *** e0ne has joined #openstack-swift | 07:49 | |
| *** kukacz has quit IRC | 09:04 | |
| *** kukacz has joined #openstack-swift | 09:05 | |
| *** e0ne has quit IRC | 10:02 | |
| *** e0ne has joined #openstack-swift | 10:04 | |
| *** e0ne has quit IRC | 10:45 | |
| *** e0ne has joined #openstack-swift | 10:54 | |
| *** e0ne has quit IRC | 12:04 | |
| *** e0ne has joined #openstack-swift | 12:08 | |
| *** e0ne has quit IRC | 12:09 | |
| *** e0ne has joined #openstack-swift | 12:27 | |
| zigo | Hi there! I'm trying to use the kms_keymaster, though it lacks a ca_file option. | 12:29 |
| zigo | So, I'm trying to add it. | 12:29 |
| zigo | Despite swift/common/middleware/crypto/kms_keymaster.py, where should I patch? | 12:29 |
| zigo | I mean appart from swift/common/middleware/crypto/kms_keymaster.py | 12:29 |
| zigo | It looks like castellan doesn't have the option either ... :/ | 12:30 |
| *** SkyRocknRoll has joined #openstack-swift | 12:52 | |
| *** SkyRocknRoll has quit IRC | 13:34 | |
| *** SkyRocknRoll has joined #openstack-swift | 13:37 | |
| *** e0ne has quit IRC | 13:41 | |
| *** pcaruana has quit IRC | 13:45 | |
| *** e0ne has joined #openstack-swift | 13:45 | |
| *** pcaruana has joined #openstack-swift | 14:00 | |
| *** e0ne has quit IRC | 14:13 | |
| *** e0ne has joined #openstack-swift | 14:14 | |
| *** pcaruana has quit IRC | 14:33 | |
| *** pcaruana has joined #openstack-swift | 14:34 | |
| *** jistr is now known as jistr|call | 15:00 | |
| *** gkadam has joined #openstack-swift | 15:20 | |
| notmyname | zigo: looks like you already sent a mailing list message about it. that's probably best for the specific question you're asking | 15:29 |
| notmyname | zigo: however, also note that swift can talk directly to a kmip endpoint directly without having to use barbican/castellan. that's the kmip_keymaster. it may be useful to you | 15:29 |
| *** jistr|call is now known as jistr | 15:29 | |
| openstackgerrit | Thiago da Silva proposed openstack/swift master: Rework the overview of expiring objects https://review.openstack.org/616076 | 15:53 |
| *** gyee has joined #openstack-swift | 15:58 | |
| *** pcaruana has quit IRC | 16:38 | |
| *** SkyRocknRoll has quit IRC | 16:40 | |
| *** e0ne has quit IRC | 16:44 | |
| *** e0ne has joined #openstack-swift | 16:44 | |
| *** e0ne has quit IRC | 16:44 | |
| *** gkadam has quit IRC | 17:04 | |
| notmyname | good morning | 17:25 |
| timburke | zigo: i'm guessing we need some plumbing around https://github.com/openstack/castellan/blob/master/castellan/key_manager/barbican_key_manager.py ? not entirely sure though. i should really get a barbican setup running again so i can test mattoliverau's p 591555... | 18:15 |
| patchbot | https://review.openstack.org/#/c/591555/ - swift - Multi-key KMS keymaster - 4 patch sets | 18:15 |
| *** e0ne has joined #openstack-swift | 18:36 | |
| *** e0ne has quit IRC | 18:38 | |
| *** irclogbot_2 has joined #openstack-swift | 18:48 | |
| *** zaitcev has joined #openstack-swift | 19:02 | |
| *** ChanServ sets mode: +v zaitcev | 19:02 | |
| clayg | @tburke what do you think about just squashing p 569897 and p 615990 ? The first change with just the index error LBYL guard doesn't make sense to me standing on it's own | 19:10 |
| patchbot | https://review.openstack.org/#/c/569897/ - swift - Prevent IndexError on bad fragment index - 3 patch sets | 19:10 |
| patchbot | https://review.openstack.org/#/c/615990/ - swift - Treat all invalid frag indexes the same - 2 patch sets | 19:10 |
| zaitcev | clayg, I already approved 615990, but with gate being as it is, it is not yet merged. Want me try and stop it immediately? | 19:12 |
| zaitcev | oh, wait maybe it depends on something | 19:13 |
| zaitcev | pfeww | 19:13 |
| *** e0ne has joined #openstack-swift | 19:24 | |
| *** e0ne has quit IRC | 19:31 | |
| timburke | zaitcev: yeah, it depends on the other one. clayg: i can do that, sure | 19:34 |
| openstackgerrit | Tim Burke proposed openstack/swift master: Treat all invalid frag indexes the same https://review.openstack.org/615990 | 19:38 |
| timburke | zaitcev: thanks for looking at https://review.openstack.org/#/c/614656/ -- note that it depends on https://review.openstack.org/#/c/614867/ though | 19:43 |
| patchbot | patch 614656 - swift - py3: port account/container replicators - 4 patch sets | 19:43 |
| patchbot | patch 614867 - swift - Clean up HASH_PATH_* patching - 1 patch set | 19:43 |
| *** jungleboyj has quit IRC | 20:47 | |
| *** hogepodge has quit IRC | 20:47 | |
| *** clayg has quit IRC | 20:47 | |
| *** seongsoocho has quit IRC | 20:48 | |
| *** hogepodge has joined #openstack-swift | 20:48 | |
| *** clayg has joined #openstack-swift | 20:48 | |
| *** ChanServ sets mode: +v clayg | 20:48 | |
| *** seongsoocho has joined #openstack-swift | 20:49 | |
| *** kota_ has joined #openstack-swift | 20:57 | |
| *** ChanServ sets mode: +v kota_ | 20:57 | |
| kota_ | good morning | 20:57 |
| kota_ | notmyname: meeting time? | 21:00 |
| notmyname | meeting time in #openstack-meeting | 21:00 |
| kota_ | ok :-) | 21:01 |
| zaitcev | I'm not going to Berlin. Too far, and I don't speak the language. | 21:37 |
| mattoliverau | tdasilva: thanks for the doc corrections, reads much better :) | 21:38 |
| tdasilva | mattoliverau: hope you didn't mind, just noticed a few typos and thought i'd fix some stuff up. hoping to start looking more at general task queue in the near future | 21:39 |
| mattoliverau | tdasilva: of course not, I appreciate it! | 21:40 |
| openstackgerrit | Merged openstack/swift master: Clean up HASH_PATH_* patching https://review.openstack.org/614867 | 23:26 |
| *** dhellmann has quit IRC | 23:45 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!