*** gyee has quit IRC | 00:11 | |
*** early has quit IRC | 00:14 | |
*** early has joined #openstack-swift | 00:17 | |
*** nanzha has joined #openstack-swift | 00:59 | |
openstackgerrit | Merged openstack/swift stable/rocky: Fix socket leak on object-server death https://review.opendev.org/690644 | 01:28 |
---|---|---|
openstackgerrit | Merged openstack/python-swiftclient stable/queens: Authors/changelog for 3.5.1 https://review.opendev.org/690703 | 01:28 |
openstackgerrit | Merged openstack/python-swiftclient stable/rocky: Changelog for 3.6.1 https://review.opendev.org/690705 | 01:58 |
*** spsurya has joined #openstack-swift | 01:59 | |
openstackgerrit | Merged openstack/swift stable/rocky: encryption: Stop being cutesy with os.path.join() https://review.opendev.org/690629 | 02:53 |
*** diablo_rojo has quit IRC | 03:18 | |
*** psachin has joined #openstack-swift | 03:39 | |
*** tkajinam_ has joined #openstack-swift | 05:03 | |
*** tkajinam has quit IRC | 05:05 | |
*** tkajinam__ has joined #openstack-swift | 05:52 | |
*** tkajinam_ has quit IRC | 05:54 | |
*** psachin has quit IRC | 05:58 | |
*** psachin has joined #openstack-swift | 06:02 | |
*** nanzha has quit IRC | 06:30 | |
*** nanzha has joined #openstack-swift | 06:30 | |
*** tkajinam__ is now known as tkajinam | 06:34 | |
*** pcaruana has joined #openstack-swift | 06:41 | |
*** tesseract has joined #openstack-swift | 07:18 | |
*** ccamacho has joined #openstack-swift | 07:29 | |
*** rpittau|afk is now known as rpittau | 07:52 | |
*** rdejoux has joined #openstack-swift | 08:00 | |
*** nanzha has quit IRC | 08:03 | |
*** nanzha has joined #openstack-swift | 08:05 | |
*** tkajinam has quit IRC | 08:19 | |
*** e0ne has joined #openstack-swift | 09:33 | |
*** nanzha has quit IRC | 11:14 | |
*** nanzha has joined #openstack-swift | 11:14 | |
*** nanzha has quit IRC | 11:19 | |
*** nanzha has joined #openstack-swift | 11:19 | |
*** nanzha has quit IRC | 11:47 | |
*** mvkr has quit IRC | 11:54 | |
*** nanzha has joined #openstack-swift | 11:59 | |
*** psachin has quit IRC | 12:18 | |
*** psachin has joined #openstack-swift | 12:33 | |
*** nanzha has quit IRC | 12:34 | |
*** nanzha has joined #openstack-swift | 12:35 | |
*** mvkr has joined #openstack-swift | 12:37 | |
*** onovy has quit IRC | 13:25 | |
*** psachin has quit IRC | 13:28 | |
*** spsurya has quit IRC | 13:29 | |
*** zaitcev has joined #openstack-swift | 13:33 | |
*** ChanServ sets mode: +v zaitcev | 13:33 | |
*** e0ne has quit IRC | 13:35 | |
*** e0ne has joined #openstack-swift | 13:36 | |
*** onovy has joined #openstack-swift | 13:37 | |
*** pcaruana has quit IRC | 14:19 | |
*** evrardjp_ is now known as evrardjp | 14:48 | |
*** ccamacho has quit IRC | 14:59 | |
*** mvkr has quit IRC | 15:00 | |
*** rdejoux has quit IRC | 15:25 | |
*** gyee has joined #openstack-swift | 15:38 | |
*** tesseract has quit IRC | 15:49 | |
tdasilva | clayg: wondering if it makes sense to add allow_reserved_names setter in swob.py so devs don't have to drop `hdrs = {'X-Backend-Allow-Reserved-Names': 'true'}` all over? thoughts? | 15:54 |
tdasilva | clayg: ^^^ re p 682138 | 15:55 |
patchbot | https://review.opendev.org/#/c/682138/ - swift - WIP: Allow internal clients to use reserved namespace - 18 patch sets | 15:55 |
*** diablo_rojo has joined #openstack-swift | 15:56 | |
tdasilva | or maybe I'm missing somethign? | 15:58 |
*** diablo_rojo has quit IRC | 15:59 | |
*** diablo_rojo has joined #openstack-swift | 16:00 | |
*** rpittau is now known as rpittau|afk | 16:05 | |
*** mvkr has joined #openstack-swift | 16:11 | |
*** e0ne has quit IRC | 16:14 | |
zaitcev | guys | 16:14 |
zaitcev | I have a Swift cluster which runs on Fedora with kernel 5.x | 16:15 |
zaitcev | [root@rhev-a24c-03 ~]# sysctl -a | grep tw | 16:15 |
zaitcev | net.ipv4.tcp_max_tw_buckets = 262144 | 16:15 |
zaitcev | net.ipv4.tcp_tw_reuse = 1 | 16:15 |
zaitcev | This is it. The old TIME_WAIT mitigations are gone, presumably thought unnecessary anymore by the kernel developers. | 16:15 |
zaitcev | Meanwhile, an idle cluster has about 8000-9000 outstanding TIME_WAIT sockets. | 16:18 |
zaitcev | The net.ipv4.tcp_tw_reuse does absolutely nothing. | 16:19 |
*** ianychoi has joined #openstack-swift | 16:21 | |
*** henriqueof has joined #openstack-swift | 17:25 | |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8 https://review.opendev.org/690717 | 18:55 |
tdasilva | timburke: I think libec is not yet available in centos8 | 19:16 |
timburke | tdasilva, my current trouble is actually rsync: "Could not find the requested service rsyncd: host" | 19:22 |
tdasilva | oh, you might need to install rsync-server or something like that, one sec | 19:22 |
timburke | python3-pyeclib seemed to install OK -- presumably that means libec got installed, too? | 19:22 |
timburke | it's kinda funny -- i'm not at all clear on how we got rsync on cent7... i guess it's pre-installed? | 19:23 |
tdasilva | rsync-daemon | 19:23 |
tdasilva | yeah, iirc, the image in zuul already comes with some packages installed | 19:24 |
tdasilva | i wonder if it would be possible to download the image available in zuul and run things locally | 19:25 |
timburke | oh hey, http://eavesdrop.openstack.org/irclogs/%23openstack-swift/%23openstack-swift.2019-09-04.log.html#t2019-09-04T17:38:54 | 19:27 |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8 https://review.opendev.org/690717 | 19:28 |
timburke | hmm.... http://paste.openstack.org/show/785564/ | 19:47 |
timburke | but https://github.com/pixelb/crudini/commit/8cc82e3 ! and even before then, https://github.com/pixelb/crudini/commit/2e0933e ! what version got installed, i wonder... | 19:49 |
timburke | oh... i see... https://pypi.org/project/crudini/ <-- "Last released: Dec 13, 2016" | 19:51 |
timburke | hmm https://github.com/pixelb/crudini/issues/58 | 19:52 |
timburke | but maybe i could install python3-crudini? | 19:52 |
tdasilva | :/ that's too bad, it's a handy tool | 19:58 |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8 https://review.opendev.org/690717 | 19:59 |
tdasilva | https://github.com/pixelb/crudini/commit/235aa6e4f3f0bd26daa452300ab3a56a89730f9e | 20:01 |
*** nanzha has quit IRC | 20:02 | |
timburke | yeah, the crux is in the issue i linked: "I've not pushed this to pypi yet as it depends on python-iniparse which doesn't have a python3 version on pypi yet. Though crudini does support python3 now, and has been released to fedora as python3 only as python-iniparse has been adjusted to support python3 there" | 20:03 |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8 https://review.opendev.org/690717 | 20:07 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: WIP: Allow internal clients to use reserved namespace https://review.opendev.org/682138 | 20:35 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: WIP: New Object Versioning mode https://review.opendev.org/682382 | 20:35 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: WIP: s3api: Implement object versioning API https://review.opendev.org/673682 | 20:35 |
timburke | \o/ they're all stacked up! | 20:37 |
openstackgerrit | Merged openstack/python-swiftclient stable/stein: docs: Fix warning treated as error https://review.opendev.org/690741 | 21:22 |
openstackgerrit | Merged openstack/python-swiftclient stable/stein: Changelog for 3.7.1 https://review.opendev.org/690706 | 21:22 |
timburke | :-( i really feel like https://zuul.opendev.org/t/openstack/build/16dc033f4d3c44dfb7f9ff84e9677f7c/console#2/0/1/centos-8 should have *failed* | 21:33 |
timburke | two requested items couldn't get installed! | 21:33 |
*** e0ne has joined #openstack-swift | 21:37 | |
*** e0ne has quit IRC | 21:49 | |
*** e0ne has joined #openstack-swift | 21:49 | |
*** e0ne has quit IRC | 21:56 | |
*** rcernin has quit IRC | 22:03 | |
mattoliverau | morning | 22:03 |
*** tkajinam has joined #openstack-swift | 23:04 | |
*** rcernin has joined #openstack-swift | 23:13 | |
*** henriqueof has quit IRC | 23:33 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!