Thursday, 2019-02-28

*** mikecmpbll has quit IRC00:00
timburkeman, i was *so happy* when i realized we already have a subclass of BaseHTTPRequestHandler so i could work around https://github.com/python/cpython/pull/7932 ... but then there was this: https://github.com/python/cpython/blob/v3.7.2/Lib/http/client.py#L1106-L110700:39
timburkeso... i guess i'm hacking up my stdlib! 'cause i really *don't* want to crib all of putrequest into some subclass...00:41
timburkealternatively, i could do the py3-servers-but-py2-tests that i've been talking about00:41
zaitcevtimburke: if you're not on bulk yet, I'm going to give it another look now. Apparently slo requires bulk.00:59
timburkezaitcev, i've not yet. i guess the good news is, it only needs half of bulk01:16
*** gyee has quit IRC01:38
*** itlinux has quit IRC01:54
openstackgerritMerged openstack/python-swiftclient master: Add py37 check/gate jobs; add py37 to default tox env list  https://review.openstack.org/63977702:23
*** henriqueof has quit IRC02:31
openstackgerritPete Zaitcev proposed openstack/swift master: py3: port bulk middleware  https://review.openstack.org/61930302:31
*** itlinux has joined #openstack-swift02:41
*** psachin has joined #openstack-swift03:03
*** takamatsu has quit IRC03:25
*** itlinux has quit IRC03:29
*** itlinux has joined #openstack-swift03:33
*** spsurya has joined #openstack-swift04:14
*** gkadam has joined #openstack-swift04:55
*** takamatsu has joined #openstack-swift05:05
*** takamatsu has quit IRC05:10
*** itlinux has quit IRC05:28
*** psachin has quit IRC05:58
*** psachin has joined #openstack-swift06:00
*** gkadam has quit IRC06:27
*** tkajinam_ has joined #openstack-swift07:02
*** tkajinam has quit IRC07:05
kota_rledisez: sure07:58
*** ccamacho has joined #openstack-swift07:59
*** gkadam has joined #openstack-swift08:02
*** pcaruana has joined #openstack-swift08:32
*** mvkr has joined #openstack-swift08:35
*** tkajinam_ has quit IRC08:38
*** mikecmpbll has joined #openstack-swift09:18
kota_rledisez: I sent a private message about how to push the merge commit.09:19
kota_rledisez: today, I have to get offline and tomorrow I won't be active at online due to visiting somewhere for training but feel free to log any questions here (or private channel), I'll catch up the message when I'm back to online.09:20
kota_please09:20
*** hseipp has joined #openstack-swift09:31
*** e0ne has joined #openstack-swift09:32
*** rcernin has quit IRC09:48
*** ccamacho has quit IRC10:43
*** ccamacho has joined #openstack-swift10:49
*** e0ne has quit IRC11:30
*** admin6 has joined #openstack-swift11:35
*** e0ne has joined #openstack-swift11:36
*** ccamacho has quit IRC12:38
*** hseipp has quit IRC13:03
*** ccamacho has joined #openstack-swift13:06
*** itlinux has joined #openstack-swift14:01
*** itlinux has quit IRC14:08
*** jistr is now known as jistr|call14:11
*** ianychoi has joined #openstack-swift14:20
*** mpasserini has joined #openstack-swift14:20
*** e0ne has quit IRC15:16
*** e0ne has joined #openstack-swift15:19
*** itlinux has joined #openstack-swift15:21
*** itlinux_ has joined #openstack-swift15:54
*** itlinux has quit IRC15:56
*** jistr|call is now known as jistr16:00
*** itlinux_ has quit IRC16:07
*** nguyenhai_ has quit IRC16:14
*** nguyenhai_ has joined #openstack-swift16:15
*** e0ne has quit IRC16:16
*** e0ne has joined #openstack-swift16:23
*** psachin has quit IRC16:28
*** itlinux has joined #openstack-swift16:32
notmynamegood morning16:52
*** admin6 has left #openstack-swift16:54
*** itlinux has quit IRC16:56
*** itlinux has joined #openstack-swift16:56
*** mpasserini has quit IRC17:04
*** e0ne has quit IRC17:05
*** hseipp has joined #openstack-swift17:06
*** gkadam has quit IRC17:08
*** ccamacho has quit IRC17:22
*** hseipp has quit IRC17:25
*** henriqueof has joined #openstack-swift17:34
*** mikecmpbll has quit IRC17:38
*** gyee has joined #openstack-swift17:44
*** mikecmpbll has joined #openstack-swift18:04
*** itlinux has quit IRC18:13
*** itlinux has joined #openstack-swift18:15
*** mikecmpbll has quit IRC18:16
*** mikecmpbll has joined #openstack-swift18:17
*** mikecmpbll has quit IRC18:17
*** e0ne has joined #openstack-swift18:51
*** mvkr has quit IRC18:52
*** e0ne has quit IRC19:03
*** itlinux has quit IRC19:07
*** rexor has joined #openstack-swift19:13
*** pcaruana has quit IRC19:14
*** henriqueof has quit IRC20:06
*** zaitcev has quit IRC20:06
*** zaitcev has joined #openstack-swift20:13
*** ChanServ sets mode: +v zaitcev20:13
*** e0ne has joined #openstack-swift20:16
*** guimaluf has joined #openstack-swift20:35
timburke*sigh* https://github.com/eventlet/eventlet/pull/55420:58
timburkeso many bugs! i should've just trusted my gut on #497...20:59
*** guimaluf has quit IRC21:06
*** e0ne has quit IRC21:19
*** rchurch has joined #openstack-swift21:36
*** e0ne has joined #openstack-swift21:42
*** e0ne has quit IRC21:44
*** e0ne has joined #openstack-swift21:45
*** e0ne has quit IRC22:01
mattoliveraumorning22:14
*** tkajinam has joined #openstack-swift22:55
*** henriqueof has joined #openstack-swift23:10
henriqueofCan I use Ceph object storage as Swift backend?23:10
notmynamehenriqueof: no, not really23:11
notmynameI mean, it's technically possible to make block devices out of ceph, mount those on servers, and store swift's data on them. that's a bad idea though23:12
henriqueofWhat is the best approach if I have only one Ceph based storage array? Dell R730xd specifically.23:12
notmynameboth ceph and swift implement a full storage system. so use one or the other. ceph is normally used when you've got a need for creating drives for server images (ie block storage). swift is normally used when you need larger scale object storage for applications23:13
*** threestrands has joined #openstack-swift23:13
timburkefwiw, radosgw provides some amount of swift api compatibility on top of ceph, but there are discrepancies (for example, radosgw has a single namespace for containers across all tenants)23:15
DHEI have a ceph system for VMs. I might make an object server temporarily with Ceph for shenanigans, but I wouldn't keep it.23:15
henriqueofI needed for cinder backup and NextCloud backend, can you suggest alternatives for me?23:15
notmynamewhy not ceph? lots of people use it for just that.23:18
notmynameI mean, in this channel, you'll pretty much get "swift is awesome" (and it is!). swift would be great at what you're looking to do too23:18
henriqueofWell, it was originally a swift question, haha.23:20
henriqueofAnyway, thank you very much for the help. :)23:21
notmynamehenriqueof: np. and feel free to stick around and talk about swift :-)23:22
openstackgerritTim Burke proposed openstack/swift master: manage-shard-ranges: nicer message if we can't get_info()  https://review.openstack.org/63852423:29
*** itlinux has joined #openstack-swift23:39
*** itlinux_ has joined #openstack-swift23:41
*** itlinux has quit IRC23:43
*** nadeem has quit IRC23:53

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!