| openstackgerrit | Merged openstack/swift master: Check for .ismount stubs with symlinks, too https://review.openstack.org/611985 | 00:34 |
|---|---|---|
| *** psachin has joined #openstack-swift | 02:54 | |
| *** hoonetorg has quit IRC | 04:48 | |
| *** hoonetorg has joined #openstack-swift | 05:33 | |
| *** pcaruana has joined #openstack-swift | 06:21 | |
| *** psachin has quit IRC | 06:29 | |
| *** e0ne has joined #openstack-swift | 06:45 | |
| *** pcaruana has quit IRC | 06:58 | |
| *** rcernin has quit IRC | 06:59 | |
| openstackgerrit | Rajat Dhasmana proposed openstack/swift master: Add swift-status upgrade check command framework https://review.openstack.org/611634 | 07:02 |
| *** ccamacho has joined #openstack-swift | 07:03 | |
| *** rcernin has joined #openstack-swift | 07:05 | |
| *** rcernin has quit IRC | 07:07 | |
| *** pcaruana has joined #openstack-swift | 07:13 | |
| *** mikecmpbll has joined #openstack-swift | 08:13 | |
| *** nguyenhai has quit IRC | 08:52 | |
| *** nguyenhai has joined #openstack-swift | 08:53 | |
| *** mvkr has quit IRC | 09:35 | |
| *** hoonetorg has quit IRC | 09:51 | |
| *** psachin has joined #openstack-swift | 09:56 | |
| *** mvkr has joined #openstack-swift | 09:59 | |
| *** psachin has quit IRC | 10:06 | |
| *** hoonetorg has joined #openstack-swift | 10:08 | |
| *** pcaruana has quit IRC | 11:26 | |
| *** pcaruana has joined #openstack-swift | 11:48 | |
| *** pcaruana has quit IRC | 12:12 | |
| *** pcaruana has joined #openstack-swift | 12:12 | |
| *** mvkr has quit IRC | 12:48 | |
| *** dr_feelgood has joined #openstack-swift | 12:58 | |
| *** mvkr has joined #openstack-swift | 13:03 | |
| dr_feelgood | Hi everyone; | 13:10 |
| dr_feelgood | I want to create a user group and give only swift access to users in that group | 13:11 |
| dr_feelgood | as far as I understand all OpenStack services has policy.jason file so you can manage the restrictions. But I couldn't find policy file for Swift? | 13:13 |
| dr_feelgood | the docs says it should be in /etc/PROJECT/policy.json, but there's no /etc/swift folder at all. | 13:16 |
| *** mvkr has quit IRC | 13:23 | |
| *** mvkr has joined #openstack-swift | 13:23 | |
| DHE | no it doesn't. it's going to be part of the keystoneauth/authtoken config instead. see the proxy-server.conf documentation | 13:29 |
| dr_feelgood | DHE: thanks!! I'll take a look | 13:30 |
| DHE | swift is an old project that predates keystone... so, yeah | 13:30 |
| tdasilva | DHE: whatcha talkin bout? https://gph.is/2ocYTB8 ;) | 13:44 |
| DHE | error, cannot open javascript-dependent page. :) | 13:45 |
| tdasilva | heh | 14:01 |
| openstackgerrit | Thiago da Silva proposed openstack/liberasurecode master: Install Jerasure and ISA-L libs https://review.openstack.org/604391 | 14:40 |
| *** pcaruana has quit IRC | 15:12 | |
| *** e0ne has quit IRC | 15:15 | |
| *** dr_feelgood has quit IRC | 15:16 | |
| *** e0ne has joined #openstack-swift | 15:28 | |
| *** e0ne has quit IRC | 15:32 | |
| *** itlinux has joined #openstack-swift | 15:46 | |
| *** gyee has joined #openstack-swift | 16:00 | |
| notmyname | good morning | 16:23 |
| *** mikecmpbll has quit IRC | 16:31 | |
| *** e0ne has joined #openstack-swift | 16:52 | |
| *** mvkr has quit IRC | 16:57 | |
| *** e0ne has quit IRC | 17:06 | |
| *** SkyRocknRoll has joined #openstack-swift | 17:08 | |
| *** pcaruana has joined #openstack-swift | 17:27 | |
| *** e0ne has joined #openstack-swift | 17:30 | |
| *** ccamacho has quit IRC | 17:41 | |
| *** SkyRocknRoll has quit IRC | 17:54 | |
| *** mvkr has joined #openstack-swift | 17:54 | |
| *** pcaruana has quit IRC | 17:57 | |
| openstackgerrit | Tim Burke proposed openstack/swift master: py3: port encryption https://review.openstack.org/601454 | 18:09 |
| openstackgerrit | Tim Burke proposed openstack/swift master: Require gettext for all non-SUSE distros https://review.openstack.org/612466 | 18:09 |
| *** e0ne has quit IRC | 18:24 | |
| *** kazsh has quit IRC | 18:55 | |
| *** kazsh has joined #openstack-swift | 18:57 | |
| openstackgerrit | Merged openstack/liberasurecode master: Install Jerasure and ISA-L libs https://review.openstack.org/604391 | 19:10 |
| zaitcev | I'm comfortable with 601454, but it's a little large... Who's our 3rd guy for cases like this? | 19:52 |
| timburke | tdasilva or mattoliverau, maybe? we can certainly bring it up at the meeting this week, too, see who has time to look at it | 19:56 |
| zaitcev | oh bTW | 20:24 |
| zaitcev | you know, we're using encode('ascii') a lot when the input is some kind of platform string in, say, hex dump. | 20:25 |
| zaitcev | Why aren't we using bytes() instead? | 20:25 |
| zaitcev | It's not like it matters what encoding it uses, they are all ascii compatible. | 20:26 |
| timburke | so instead of s.encode('ascii'), do bytes(s, 'ascii')? *shrug* either way's fine by me, i suppose | 20:27 |
| timburke | either way, we need to declare the encoding | 20:28 |
| zaitcev | I see. If we need the encoding, then no helping it. | 20:31 |
| timburke | yeah, just bytes('asdf') on py3 gives me "TypeError: string argument without an encoding" | 20:35 |
| *** spsurya has quit IRC | 21:38 | |
| mattoliverau | moring | 21:46 |
| mattoliverau | *morning | 21:46 |
| mattoliverau | I'll try and find time to take a look at p 601454 today or tomorrow. | 21:47 |
| patchbot | https://review.openstack.org/#/c/601454/ - swift - py3: port encryption - 12 patch sets | 21:47 |
| mattoliverau | on another note, I've created a virtual swift cluster, which is the best I can do atm (2x proxy, 4 times storage) and have sharded a container of 5000 objects into shards at size 10, so have 500 shards. hopefully that will be enough to start seeing some of the sharding slowdowns so I can play around with caching or indexes or something to get some improvements. | 21:51 |
| mattoliverau | now to back up the env then I can start hitting it with a bunch of load :) | 21:51 |
| timburke | nice! | 21:52 |
| *** mikecmpbll has joined #openstack-swift | 22:43 | |
| *** rcernin has joined #openstack-swift | 22:46 | |
| openstackgerrit | Merged openstack/swift master: Add coverage reports to py27/35/36 unit test jobs https://review.openstack.org/609533 | 22:53 |
| *** gyee has quit IRC | 23:00 | |
| *** rcernin_ has joined #openstack-swift | 23:28 | |
| *** rcernin has quit IRC | 23:30 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!