openstackgerrit | Tim Burke proposed openstack/swift master: s3token: Add an underscore to the end of reseller_prefix if not present https://review.openstack.org/617043 | 00:02 |
---|---|---|
*** itlinux has joined #openstack-swift | 00:06 | |
openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Stop mangling Authorization header for v4 signatures https://review.openstack.org/591862 | 00:16 |
openstackgerrit | Tim Burke proposed openstack/swift master: We don't have to keep the retrieved token anymore https://review.openstack.org/609168 | 00:16 |
*** itlinux_ has joined #openstack-swift | 00:25 | |
*** itlinux has quit IRC | 00:28 | |
*** itlinux_ has quit IRC | 00:49 | |
kota_ | good morning | 01:09 |
kota_ | it's super cool in Tokyo. | 01:09 |
*** psachin has joined #openstack-swift | 03:27 | |
kota_ | ah, okay. the key stopper for swift 2.20.0 was https://review.openstack.org/#/c/592231/ and it got merged by clayg so that no blocker found anymore on s3api | 04:07 |
patchbot | patch 592231 - swift - s3api: Include '-' in S3 ETags of normal SLOs (MERGED) - 6 patch sets | 04:07 |
kota_ | perhaps, https://review.openstack.org/#/c/610747/ is nice to have tho | 04:08 |
patchbot | patch 610747 - swift - s3api: Stop relying on container listings during m... - 4 patch sets | 04:08 |
*** dhellmann has quit IRC | 05:19 | |
*** dhellmann has joined #openstack-swift | 05:20 | |
*** itlinux has joined #openstack-swift | 05:21 | |
*** itlinux has quit IRC | 05:51 | |
*** nguyenhai_ has quit IRC | 06:47 | |
*** nguyenhai has joined #openstack-swift | 07:07 | |
*** e0ne has joined #openstack-swift | 07:13 | |
rledisez | clayg: about p 611614: while working on p 613987, I was thinking "I'll need to do something about partition lock to make it works". surprisingly, I had nothing to do, it was a bug! :) | 07:27 |
patchbot | https://review.openstack.org/#/c/611614/ - swift - Fix SSYNC concurrency on partition (MERGED) - 5 patch sets | 07:27 |
patchbot | https://review.openstack.org/#/c/613987/ - swift - SSYNC: enable multiple SSYNC connections per job - 2 patch sets | 07:27 |
rledisez | for the record, I had issues with the multiple ssync patch, because replicators/reconstructors were hanging with no visible reasons. i'll try again with p 623360 | 07:28 |
patchbot | https://review.openstack.org/#/c/623360/ - swift - Make GreenAsyncPile not hang - 1 patch set | 07:28 |
*** openstackgerrit has quit IRC | 07:29 | |
*** rcernin has quit IRC | 07:30 | |
rledisez | timburke: the bug fixed by p 619502 should impact all versions since 2.18, so it might be of interest to backport it (we had the issue while deploying 2.18) | 07:32 |
patchbot | https://review.openstack.org/#/c/619502/ - swift - Use eventlet.patcher.original to get Python select... (MERGED) - 2 patch sets | 07:32 |
kota_ | rledisez: o/ | 07:53 |
*** hseipp has joined #openstack-swift | 07:55 | |
rledisez | kota_: hi o/ | 08:09 |
kota_ | rledisez: i just sent you an E-mail in my morning please check it out. | 08:10 |
kota_ | and /me is interested the patches above :) | 08:10 |
*** e0ne has quit IRC | 08:31 | |
*** ccamacho has joined #openstack-swift | 08:37 | |
rledisez | kota_: yeah, I saw your mail. I'll arrange everything so that /me and alecuyer are here with you. | 09:08 |
*** psachin is now known as psachin|session | 09:35 | |
mattoliverau | Hey all, sorry was off work today. It's the wife's bday tomorrow so might not make the meeting. My morning will be a little busy me thinks. | 09:40 |
*** gkadam has joined #openstack-swift | 10:05 | |
*** gkadam has quit IRC | 10:05 | |
*** e0ne has joined #openstack-swift | 10:08 | |
*** NM has joined #openstack-swift | 10:54 | |
*** e0ne has quit IRC | 11:30 | |
*** NM has quit IRC | 11:37 | |
*** NM has joined #openstack-swift | 11:38 | |
*** NM has quit IRC | 11:59 | |
*** NM has joined #openstack-swift | 12:05 | |
*** NM has quit IRC | 12:39 | |
*** hseipp has quit IRC | 12:46 | |
*** hseipp has joined #openstack-swift | 12:50 | |
*** hseipp has quit IRC | 13:00 | |
*** hseipp has joined #openstack-swift | 13:02 | |
*** NM has joined #openstack-swift | 13:18 | |
*** NM has quit IRC | 13:43 | |
*** NM has joined #openstack-swift | 13:44 | |
*** NM has quit IRC | 13:59 | |
*** NM has joined #openstack-swift | 14:02 | |
*** NM has quit IRC | 14:05 | |
*** NM has joined #openstack-swift | 14:07 | |
*** NM has joined #openstack-swift | 14:18 | |
*** NM has quit IRC | 14:25 | |
*** NM has joined #openstack-swift | 14:31 | |
*** irclogbot_2 has quit IRC | 14:32 | |
*** e0ne has joined #openstack-swift | 14:38 | |
*** irclogbot_2 has joined #openstack-swift | 14:43 | |
*** irclogbot_2 has quit IRC | 14:52 | |
*** hseipp has quit IRC | 14:57 | |
zigo | A quick question, after I did a big mistake. | 14:59 |
zigo | Does swift-ring-builder add some kind of ramdom thing when it builds the object ring for object placement? | 14:59 |
zigo | I thought it was kind of deterministic, but it's not. | 14:59 |
zigo | We had to recover from a backup of the ring. | 14:59 |
DHE | it's sorta random in terms of assignment, but it's careful about assignments in general. assuming you set min_part_hours=24 it will try to not modify a partition by more than 1 replica every 24 hours | 15:03 |
DHE | how old is your backup? | 15:05 |
*** irclogbot_2 has joined #openstack-swift | 15:07 | |
*** hseipp has joined #openstack-swift | 15:16 | |
notmyname | zigo: there is also a randomness component. you can set the random seed when rebalancing so you can get the same result when building a ring in multiple places | 15:24 |
notmyname | the `--seed` option | 15:26 |
DHE | there is a "swift-ring-builder <existingringfile.gz> write_builder" command to try making a new builder file using an existing ring. | 15:27 |
DHE | if you haven't made ring changes in 24 hours otherwise, it's likely safe | 15:28 |
*** gyee has joined #openstack-swift | 16:19 | |
zigo | notmyname: Is there a way to get the seed of my previously created ring then? | 16:31 |
DHE | zigo: if you can use the write_builder command, this should be a non-issue. you can just take your live ring file(s) and convert them back to builders which should be sufficient, yes? | 16:36 |
zigo | DHE: What I am trying to do, is to get my deployment software to always produce the same ring files, starting from scratch. | 16:37 |
zigo | So best would be if I could find out the --seed option ... | 16:37 |
zigo | Because now it's too late, as I didn't use it. | 16:38 |
zigo | (and we're already in production) | 16:38 |
DHE | okay, I thought this was just a case of recovering from a lost builder file | 16:39 |
tdasilva | zigo: if you can backup your builder file, you should not need to use --seed | 16:42 |
notmyname | zigo: yeah, that's a great question. earlier I'd done a quick check and it doesn't show in the ring-builder output. but maybe it's stored somewhere. I'm about to commute, but if you don't have an answer, I can check when I can get to the office | 16:42 |
notmyname | maybe clayg knows off the top of his head | 16:42 |
zigo | Cheers. | 16:48 |
*** itlinux has joined #openstack-swift | 16:53 | |
*** mikecmpbll has joined #openstack-swift | 17:17 | |
*** psachin|session has quit IRC | 17:20 | |
*** e0ne has quit IRC | 17:21 | |
*** hseipp has quit IRC | 17:24 | |
*** mikecmpbll has quit IRC | 17:35 | |
*** ianychoi has joined #openstack-swift | 17:38 | |
*** mikecmpbll has joined #openstack-swift | 17:44 | |
*** NM has quit IRC | 18:39 | |
notmyname | zigo: follow-up: no, it does not look like the random seed is stored. however, it doesn't really *need* to be stored. it only matters for a single rebalance run. it's not something that matters for one rebalance to another or translating a builder to a ring.gz | 18:54 |
notmyname | the purpose of the --seed option is to be able to run the same ring operation on different nodes and get the same resulting ring | 18:55 |
notmyname | instead of the more common operation of centrally doing the ring operation and distributing the resulting ring | 18:55 |
notmyname | sounds like it may be what you need for your automation, though | 18:55 |
*** e0ne has joined #openstack-swift | 19:20 | |
*** e0ne_ has joined #openstack-swift | 19:27 | |
*** openstackgerrit has joined #openstack-swift | 19:27 | |
openstackgerrit | Cyril Roelandt proposed openstack/swift master: Python3: fix test_xprofile.py https://review.openstack.org/624791 | 19:27 |
*** e0ne has quit IRC | 19:27 | |
*** e0ne_ has quit IRC | 19:30 | |
*** e0ne has joined #openstack-swift | 19:34 | |
*** NM has joined #openstack-swift | 19:37 | |
*** e0ne_ has joined #openstack-swift | 19:39 | |
openstackgerrit | Cyril Roelandt proposed openstack/swift master: Py3: Add working tests to tox.ini https://review.openstack.org/624792 | 19:40 |
*** e0ne has quit IRC | 19:41 | |
*** e0ne has joined #openstack-swift | 19:44 | |
*** e0ne_ has quit IRC | 19:45 | |
*** e0ne has quit IRC | 19:45 | |
*** e0ne has joined #openstack-swift | 19:46 | |
*** e0ne has quit IRC | 19:54 | |
*** itlinux_ has joined #openstack-swift | 20:14 | |
*** itlinux has quit IRC | 20:15 | |
*** e0ne has joined #openstack-swift | 20:15 | |
*** e0ne has quit IRC | 20:16 | |
*** NM has quit IRC | 20:28 | |
kota_ | morning | 20:58 |
notmyname | kota_: good morning | 20:59 |
notmyname | kota_: for some reason I thought you were at kubecon this week | 20:59 |
kota_ | notmyname: o/ | 20:59 |
kota_ | notmyname: me too but it's false ;) | 21:00 |
notmyname | :-) | 21:00 |
notmyname | kota_: mattoliverau: rledisez: clayg: tdasilva: timburke: zaitcev: meeting time in openstack-meeting | 21:00 |
*** zaitcev has joined #openstack-swift | 21:05 | |
*** ChanServ sets mode: +v zaitcev | 21:05 | |
zaitcev | Is community meeting on today? | 21:06 |
zaitcev | Oh. | 21:06 |
*** rcernin has joined #openstack-swift | 21:06 | |
*** itlinux_ has quit IRC | 22:00 | |
*** itlinux has joined #openstack-swift | 22:00 | |
openstackgerrit | Cyril Roelandt proposed openstack/swift master: Py3: Add working tests to tox.ini https://review.openstack.org/624792 | 22:06 |
*** mpasserini has quit IRC | 22:29 | |
*** rledisez has quit IRC | 22:29 | |
*** godog has quit IRC | 22:29 | |
*** itlinux has quit IRC | 22:35 | |
*** mahatic has quit IRC | 23:38 | |
notmyname | working on the changelog, I've noticed that there are a *lot* of commit subjects that start with the category of stuff they change. eg "s3api: ..." or "ssync: ..." or "py3: ..." | 23:52 |
notmyname | it is *extremely* helpful | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!