torgomatic | thanks! glad to hear our efforts are actually worth it. :) | 00:01 |
---|---|---|
*** DisneyRicky has joined #openstack-swift | 00:02 | |
torgomatic | thurloat: can you share anything more about what you're doing with Swift? I'm always curious to hear what people are up to. | 00:13 |
thurloat | torgomatic: mostly https://www.clouda.ca/technology/bulk-storage/ | 00:14 |
thurloat | have a bunch of the swift-proxy middlewares tested and enabled, working for clients in production | 00:15 |
thurloat | we're also moving our glance image store over to our internal tenant's swift container in the next couple of months as we're retiring our current glance on cinder/ceph setup. | 00:16 |
torgomatic | thurloat: thanks! I always like knowing that Swift is being useful. :) | 00:17 |
thurloat | loving it so far, always finding new uses for it too | 00:17 |
torgomatic | which middlewares are you enabling? stuff like SLO, bulk requests? | 00:17 |
*** nbarnett has joined #openstack-swift | 00:18 | |
portante | thurloat: curious, what is the reason for retiring your glance on cinder/ceph setup? | 00:20 |
thurloat | those, plus tempurls, static web serving, form posts, keystone auth | 00:20 |
torgomatic | neat... so pretty much the full set. | 00:21 |
*** tdasilva has joined #openstack-swift | 00:21 | |
thurloat | upgrading volumes to use SSDs, switching cinder to use a custom driver for our setup. and we decided image storage wasn't worth storing on ssds | 00:22 |
thurloat | and retiring some older gear in the process | 00:22 |
thurloat | trying to talk to some folks on the glance side to see if there's a fun migration path between backends. there's a "not-insignificant" amount of data to move, and it'd be nice to perform some sort of pre-sync and flip rather than backup and restore to a new storage backend | 00:25 |
torgomatic | thurloat: you might look at this review https://review.openstack.org/#/c/64430/ | 00:26 |
torgomatic | I don't know what it'll do for you on the Glance side of the world, but it'd let your Swift cluster behave as though it had all the images in it, while importing them from either the local FS or another Swift | 00:27 |
torgomatic | and I think Ceph might support enough of the Swift API to let that work... haven't tried it though | 00:27 |
*** nbarnett has quit IRC | 00:28 | |
*** nbarnett has joined #openstack-swift | 00:29 | |
thurloat | that sounds very interesting. I'll be sure to look it over. | 00:30 |
thurloat | the last idea I had was to write a simple tool that loaded the glance swift backend driver, and iterated over all of the images to so a slow migration -- then modify the current cinder driver to write to both cinder and swift backends until the switch is ready to flip | 00:32 |
thurloat | but if that PR ends up being simpler to implement, may involve less crap hacking | 00:35 |
*** nbarnett has quit IRC | 00:36 | |
notmyname | thurloat: thanks for sharing! really great to hear. | 00:47 |
thurloat | notmyname: happy to :) | 00:49 |
*** dmsimard is now known as dmsimard_away | 00:50 | |
thurloat | spent a little time rewriting the horizon containers dashboard, and making improvements to allow our users to take advantage of the enabled middlewares + improve UX | 00:51 |
thurloat | our horizon has diverged quite a bit from the original, most dashboards have been rewritten :P | 00:52 |
portante | thurloat: are there any barriers to sharing them back? | 00:53 |
thurloat | portante: currently, man hours. we have a bunch of internal horizon helpers that wouldn't belong that i'd need to rip out / take out a bunch of our internal docs /help stuff | 00:56 |
thurloat | is definitely on my list, but my task wall is literally bursting onto other walls | 00:57 |
thurloat | hopefully will change once this round of infra upgrades / migrations are complete (doesn't everyone say that?) | 00:58 |
*** bill_az has quit IRC | 00:59 | |
*** nexusz99 has joined #openstack-swift | 01:06 | |
*** kopparam has joined #openstack-swift | 01:11 | |
portante | thurloat: :) | 01:13 |
*** kota_ has joined #openstack-swift | 01:15 | |
*** kopparam has quit IRC | 01:16 | |
*** gyee has quit IRC | 01:21 | |
*** tsg has quit IRC | 01:26 | |
*** kota_ has quit IRC | 01:34 | |
*** bkopilov has quit IRC | 01:34 | |
*** atan8 has joined #openstack-swift | 01:43 | |
*** nosnos has joined #openstack-swift | 01:45 | |
*** zaitcev has joined #openstack-swift | 01:46 | |
*** ChanServ sets mode: +v zaitcev | 01:46 | |
zaitcev | Guys, what tox are we using? The 1.7.1 bails out in python-swiftclient for me with "tox.ConfigError: ConfigError: substitution key 'posargs' not found" | 01:46 |
zaitcev | Obviously because we have commands = python setup.py testr --testr-args="{posargs}" in tox.ini | 01:47 |
*** bkopilov has joined #openstack-swift | 01:48 | |
*** tsg has joined #openstack-swift | 01:51 | |
torgomatic | zaitcev: i think 1.6.something is okay | 01:59 |
zaitcev | Yeah, I found it | 01:59 |
*** mwstorer has quit IRC | 02:00 | |
zaitcev | https://bitbucket.org/hpk42/tox/issue/150/posargs-configerror | 02:00 |
torgomatic | The infra folks were trying to get people to upgrade, but i don't see that they got to Swift | 02:00 |
*** tdasilva has quit IRC | 02:01 | |
StevenK | 1.7.2 should be fine too, but then you have PYTHONHASSEED=0 (or something close) to set | 02:02 |
torgomatic | Or fix all the places in the test suite that rely on a fixed hash seed ;) | 02:02 |
*** tsg has quit IRC | 02:02 | |
zaitcev | Upgrade to what? | 02:03 |
zaitcev | I though 1.7.2 wasn't out yet. | 02:03 |
*** haomaiw__ has joined #openstack-swift | 02:04 | |
StevenK | zaitcev: https://pypi.python.org/pypi/tox says 'tox 1.7.2' right at the top :-) | 02:05 |
*** ho has joined #openstack-swift | 02:07 | |
*** haomaiwang has quit IRC | 02:07 | |
*** ho is now known as Guest75921 | 02:07 | |
*** dmsimard_away is now known as dmsimard | 02:12 | |
*** atan8 has quit IRC | 02:12 | |
*** stevemac has joined #openstack-swift | 02:18 | |
*** mitz has joined #openstack-swift | 02:30 | |
*** dmsimard is now known as dmsimard_away | 02:52 | |
*** stevemac has quit IRC | 02:57 | |
*** stevemac has joined #openstack-swift | 02:57 | |
*** stevemac_ has joined #openstack-swift | 03:01 | |
*** stevemac has quit IRC | 03:01 | |
*** nosnos has quit IRC | 03:04 | |
*** kopparam has joined #openstack-swift | 03:17 | |
*** kopparam has quit IRC | 03:22 | |
*** dmsimard_away is now known as dmsimard | 03:59 | |
*** dmsimard is now known as dmsimard_away | 04:04 | |
*** nosnos has joined #openstack-swift | 04:08 | |
*** nexusz99 has quit IRC | 04:14 | |
*** elambert has joined #openstack-swift | 04:31 | |
*** jyoti-ranjan has joined #openstack-swift | 04:33 | |
*** jyoti-ranjan has quit IRC | 04:38 | |
*** jyoti-ranjan has joined #openstack-swift | 04:41 | |
*** jyoti-ranjan2 has joined #openstack-swift | 04:42 | |
*** jyoti-ranjan has quit IRC | 04:42 | |
*** jyoti-ranjan has joined #openstack-swift | 04:43 | |
*** jyoti-ranjan has quit IRC | 04:43 | |
*** jyoti-ranjan2 has quit IRC | 04:43 | |
*** jyoti-ranjan has joined #openstack-swift | 04:44 | |
*** jyoti-ranjan2 has joined #openstack-swift | 04:45 | |
*** jyoti-ranjan has quit IRC | 04:45 | |
*** atan8 has joined #openstack-swift | 04:45 | |
*** jyoti-ranjan has joined #openstack-swift | 04:46 | |
*** jyoti-ranjan2 has quit IRC | 04:46 | |
*** zaitcev has quit IRC | 04:47 | |
*** Muhammad_Efendi has joined #openstack-swift | 04:57 | |
*** atan8_ has joined #openstack-swift | 05:01 | |
*** atan8 has quit IRC | 05:01 | |
*** atan8_ has quit IRC | 05:03 | |
*** atan8- has joined #openstack-swift | 05:03 | |
*** atan8- has quit IRC | 05:04 | |
*** nexusz99 has joined #openstack-swift | 05:10 | |
*** Muhamma__ has joined #openstack-swift | 05:13 | |
*** ppai has joined #openstack-swift | 05:13 | |
*** Muhammad_Efendi has quit IRC | 05:16 | |
*** elambert has quit IRC | 05:16 | |
*** elambert has joined #openstack-swift | 05:21 | |
*** chandankumar has joined #openstack-swift | 05:24 | |
*** chandankumar_ has joined #openstack-swift | 05:24 | |
*** elambert has quit IRC | 05:36 | |
*** stevemac_ has quit IRC | 05:49 | |
*** stevemac has joined #openstack-swift | 05:49 | |
*** stevemac has quit IRC | 05:54 | |
*** stevemac has joined #openstack-swift | 05:58 | |
*** stevemac has quit IRC | 06:02 | |
*** k4n0 has joined #openstack-swift | 06:02 | |
*** stevemac has joined #openstack-swift | 06:03 | |
*** stevemac has quit IRC | 06:08 | |
*** nshaikh has joined #openstack-swift | 06:08 | |
*** kajinamit has joined #openstack-swift | 06:10 | |
*** stevemac has joined #openstack-swift | 06:13 | |
*** kopparam has joined #openstack-swift | 06:22 | |
*** kopparam has quit IRC | 06:27 | |
*** Muhamma__ has quit IRC | 06:33 | |
*** chandankumar_ has quit IRC | 06:39 | |
*** stevemac has quit IRC | 06:45 | |
*** stevemac has joined #openstack-swift | 06:46 | |
*** ttrumm has joined #openstack-swift | 06:51 | |
*** stevemac has quit IRC | 06:51 | |
*** nexusz99 has quit IRC | 06:51 | |
*** mmcardle has joined #openstack-swift | 06:57 | |
*** bvandenh has joined #openstack-swift | 06:58 | |
*** bvandenh has quit IRC | 07:07 | |
*** stevemac has joined #openstack-swift | 07:16 | |
*** morganfainberg is now known as morganfainberg_Z | 07:17 | |
*** stevemac has quit IRC | 07:28 | |
*** stevemac has joined #openstack-swift | 07:29 | |
*** kopparam has joined #openstack-swift | 07:30 | |
*** ttrumm_ has joined #openstack-swift | 07:30 | |
*** ttrumm has quit IRC | 07:33 | |
*** stevemac has quit IRC | 07:33 | |
*** morganfainberg_Z is now known as morganfainberg | 07:34 | |
*** nosnos has quit IRC | 07:52 | |
*** nosnos has joined #openstack-swift | 07:54 | |
*** bvandenh has joined #openstack-swift | 07:59 | |
*** joeljwright has joined #openstack-swift | 08:04 | |
mattoliverau | OK I'm calling it a night, have a great weekend all. | 08:16 |
*** jeblair has quit IRC | 08:17 | |
acoles | mattoliverau: g'night. | 08:18 |
acoles | mattoliverau: i gave up resisting american spelling years ago :) | 08:18 |
mattoliverau | Lol, american spelling will never take me alive!... Except autocorrect, I can't be bothered fixing that :p | 08:19 |
*** jeblair has joined #openstack-swift | 08:24 | |
*** zacksh has quit IRC | 08:41 | |
*** zacksh has joined #openstack-swift | 08:42 | |
*** kopparam has quit IRC | 08:44 | |
*** mkollaro has joined #openstack-swift | 08:44 | |
*** madhuri has quit IRC | 08:54 | |
*** mkollaro has quit IRC | 08:59 | |
openstackgerrit | Clay Gerrard proposed a change to openstack/swift: code shuffle post expired headers refactor https://review.openstack.org/112804 | 09:11 |
*** kopparam has joined #openstack-swift | 09:15 | |
*** mkollaro has joined #openstack-swift | 09:20 | |
*** kopparam has quit IRC | 09:22 | |
*** kajinamit has quit IRC | 09:32 | |
*** bkopilov has quit IRC | 09:43 | |
*** ttrumm has joined #openstack-swift | 09:52 | |
*** ttrumm_ has quit IRC | 09:54 | |
*** ttrumm_ has joined #openstack-swift | 09:55 | |
*** aswadr has joined #openstack-swift | 09:56 | |
*** ttrumm has quit IRC | 09:58 | |
*** ttrumm has joined #openstack-swift | 10:01 | |
*** ttrumm_ has quit IRC | 10:02 | |
*** jyoti-ranjan has quit IRC | 10:05 | |
*** jyoti-ranjan has joined #openstack-swift | 10:05 | |
*** ppai has quit IRC | 10:13 | |
*** nosnos has quit IRC | 10:16 | |
*** nosnos has joined #openstack-swift | 10:17 | |
*** kopparam has joined #openstack-swift | 10:20 | |
*** haomaiwang has joined #openstack-swift | 10:21 | |
*** ttrumm__ has joined #openstack-swift | 10:22 | |
*** ttrumm has quit IRC | 10:22 | |
*** cschwede_ has joined #openstack-swift | 10:23 | |
*** omame has quit IRC | 10:23 | |
*** bvandenh has quit IRC | 10:23 | |
*** haomaiw__ has quit IRC | 10:23 | |
*** cschwede has quit IRC | 10:23 | |
*** ujjain has quit IRC | 10:23 | |
*** omame has joined #openstack-swift | 10:25 | |
*** bvandenh has joined #openstack-swift | 10:25 | |
*** ujjain has joined #openstack-swift | 10:26 | |
*** nosnos has quit IRC | 10:26 | |
*** ppai has joined #openstack-swift | 10:30 | |
*** kopparam has quit IRC | 10:33 | |
*** kopparam has joined #openstack-swift | 10:33 | |
*** ttrumm has joined #openstack-swift | 10:34 | |
*** ttrumm_ has joined #openstack-swift | 10:34 | |
*** ttrumm__ has quit IRC | 10:34 | |
*** kopparam has quit IRC | 10:38 | |
*** ttrumm has quit IRC | 10:38 | |
*** foexle has joined #openstack-swift | 10:59 | |
*** ppai has quit IRC | 11:01 | |
*** kopparam has joined #openstack-swift | 11:04 | |
*** bkopilov has joined #openstack-swift | 11:07 | |
*** kenhui has joined #openstack-swift | 11:11 | |
*** kenhui has quit IRC | 11:11 | |
*** ppai has joined #openstack-swift | 11:14 | |
*** kopparam has quit IRC | 11:14 | |
*** ttrumm has joined #openstack-swift | 11:22 | |
*** ttrumm_ has quit IRC | 11:25 | |
*** mahati has joined #openstack-swift | 11:39 | |
*** haomaiwang has quit IRC | 11:41 | |
*** haomaiwang has joined #openstack-swift | 11:42 | |
*** haomaiwang has quit IRC | 11:46 | |
*** kenhui has joined #openstack-swift | 12:18 | |
*** kopparam has joined #openstack-swift | 12:18 | |
*** mkollaro has quit IRC | 12:19 | |
*** miqui has joined #openstack-swift | 12:23 | |
*** Guest75921 has quit IRC | 12:26 | |
*** occup4nt has joined #openstack-swift | 12:27 | |
*** occupant has quit IRC | 12:30 | |
*** mkollaro has joined #openstack-swift | 12:34 | |
*** Gk_ has quit IRC | 12:35 | |
*** mkollaro has quit IRC | 12:36 | |
*** Muhammad_Efendi has joined #openstack-swift | 12:44 | |
*** mkollaro has joined #openstack-swift | 12:45 | |
*** Muhamma__ has joined #openstack-swift | 12:49 | |
*** ppai has quit IRC | 12:50 | |
*** Muhammad_Efendi has quit IRC | 12:50 | |
*** mkollaro has quit IRC | 12:52 | |
*** mahati has quit IRC | 12:56 | |
*** bill_az has joined #openstack-swift | 13:04 | |
*** bkopilov has quit IRC | 13:10 | |
*** bkopilov has joined #openstack-swift | 13:11 | |
*** kenhui has quit IRC | 13:12 | |
*** mahati has joined #openstack-swift | 13:12 | |
*** mmcardle has quit IRC | 13:14 | |
*** mrsnivvel has quit IRC | 13:19 | |
*** Muhamma__ has quit IRC | 13:24 | |
*** mmcardle has joined #openstack-swift | 13:38 | |
*** dmsimard_away is now known as dmsimard | 13:40 | |
*** bkopilov has quit IRC | 13:54 | |
*** tsg has joined #openstack-swift | 13:59 | |
*** kevinc_ has joined #openstack-swift | 14:02 | |
*** ttrumm has quit IRC | 14:06 | |
*** kevinc_ has quit IRC | 14:12 | |
*** kevinc_ has joined #openstack-swift | 14:15 | |
*** JelleB is now known as a1|away | 14:15 | |
*** a1|away is now known as JelleB | 14:16 | |
*** bvandenh has quit IRC | 14:18 | |
*** achhabra has joined #openstack-swift | 14:21 | |
*** pberis1 has quit IRC | 14:25 | |
*** kevinc_ has quit IRC | 14:25 | |
*** dolphm has left #openstack-swift | 14:30 | |
*** jyoti-ranjan has quit IRC | 14:39 | |
*** k4n0 has quit IRC | 14:39 | |
*** annegentle is now known as gentlesaurus | 14:43 | |
*** kevinc_ has joined #openstack-swift | 14:44 | |
*** tdasilva has joined #openstack-swift | 14:46 | |
*** annegentle has joined #openstack-swift | 14:52 | |
*** Muhammad_Efendi has joined #openstack-swift | 14:52 | |
*** annegentle is now known as gentlesaurus_ | 14:52 | |
*** kevinc_ has quit IRC | 14:56 | |
*** NM has joined #openstack-swift | 14:58 | |
openstackgerrit | Alistair Coles proposed a change to openstack/swift: Restrict keystone cross-tenant ACLs to IDs https://review.openstack.org/86430 | 14:59 |
*** tsg has quit IRC | 15:02 | |
*** chandankumar has quit IRC | 15:03 | |
*** kenhui has joined #openstack-swift | 15:26 | |
*** kopparam has quit IRC | 15:29 | |
*** kopparam has joined #openstack-swift | 15:30 | |
*** kopparam has quit IRC | 15:34 | |
*** nshaikh has quit IRC | 15:39 | |
*** zaitcev has joined #openstack-swift | 15:49 | |
*** ChanServ sets mode: +v zaitcev | 15:50 | |
*** kevinc_ has joined #openstack-swift | 15:51 | |
*** elambert has joined #openstack-swift | 15:53 | |
*** kopparam has joined #openstack-swift | 16:00 | |
*** bkopilov has joined #openstack-swift | 16:01 | |
*** gyee has joined #openstack-swift | 16:01 | |
notmyname | good morning | 16:01 |
*** mwstorer has joined #openstack-swift | 16:03 | |
*** kopparam has quit IRC | 16:07 | |
*** bkopilov has quit IRC | 16:11 | |
*** kenhui has quit IRC | 16:12 | |
*** kenhui has joined #openstack-swift | 16:12 | |
*** pberis has joined #openstack-swift | 16:16 | |
*** gorazd has joined #openstack-swift | 16:21 | |
*** tsg has joined #openstack-swift | 16:21 | |
*** bkopilov has joined #openstack-swift | 16:27 | |
*** aswadr has quit IRC | 16:32 | |
*** mmcardle has left #openstack-swift | 16:33 | |
*** kenhui has quit IRC | 16:38 | |
*** kevinc_ has quit IRC | 16:42 | |
*** kevinc_ has joined #openstack-swift | 16:43 | |
*** gentlesaurus_ has quit IRC | 16:45 | |
*** vu has quit IRC | 16:46 | |
*** kopparam has joined #openstack-swift | 17:07 | |
*** traz_ has quit IRC | 17:10 | |
*** kopparam has quit IRC | 17:12 | |
*** bill_az has quit IRC | 17:14 | |
*** bill_az has joined #openstack-swift | 17:30 | |
*** wer has quit IRC | 17:33 | |
*** wer has joined #openstack-swift | 17:34 | |
*** shri has joined #openstack-swift | 17:48 | |
*** tsg has quit IRC | 17:51 | |
*** tsg has joined #openstack-swift | 17:51 | |
*** Muhammad_Efendi has quit IRC | 17:53 | |
*** gentlesa_ has joined #openstack-swift | 17:59 | |
*** gentlesa_ has quit IRC | 18:00 | |
*** Muhammad_Efendi has joined #openstack-swift | 18:03 | |
*** gentlesa_ has joined #openstack-swift | 18:04 | |
*** shri has quit IRC | 18:05 | |
*** gentlesa_ has quit IRC | 18:07 | |
*** Muhammad_Efendi has quit IRC | 18:08 | |
openstackgerrit | paul luse proposed a change to openstack/swift: EC: Add support for policy types, 'erasure_coding' policy https://review.openstack.org/103644 | 18:12 |
openstackgerrit | paul luse proposed a change to openstack/swift: Allow Diskfile to choose whether to cleanup old files per policy https://review.openstack.org/112449 | 18:12 |
*** scotticu_ has joined #openstack-swift | 18:13 | |
*** scotticu_ has quit IRC | 18:23 | |
*** gorazd has quit IRC | 18:27 | |
*** kevinc_ has quit IRC | 18:31 | |
*** miqui has quit IRC | 18:32 | |
*** tsg has quit IRC | 18:40 | |
*** pberis has quit IRC | 18:43 | |
*** tdasilva has quit IRC | 18:56 | |
*** occup4nt is now known as occupant | 19:20 | |
*** tsg has joined #openstack-swift | 19:25 | |
*** kevinc_ has joined #openstack-swift | 19:35 | |
*** morganfainberg has quit IRC | 19:43 | |
*** morganfainberg has joined #openstack-swift | 19:43 | |
*** miqui has joined #openstack-swift | 19:46 | |
*** tgohad has joined #openstack-swift | 19:51 | |
*** tsg has quit IRC | 19:54 | |
*** tgohad has quit IRC | 20:08 | |
*** kopparam has joined #openstack-swift | 20:12 | |
*** astellwag has quit IRC | 20:15 | |
*** IRTermite has joined #openstack-swift | 20:16 | |
*** kopparam has quit IRC | 20:18 | |
*** openstackgerrit has quit IRC | 20:20 | |
*** astellwag has joined #openstack-swift | 20:20 | |
*** tsg has joined #openstack-swift | 20:30 | |
*** kevinc_ has quit IRC | 20:31 | |
*** kevinc_ has joined #openstack-swift | 20:35 | |
*** annegentle has joined #openstack-swift | 20:41 | |
*** tsg has quit IRC | 20:42 | |
*** tsg has joined #openstack-swift | 20:42 | |
*** dmsimard is now known as dmsimard_away | 20:46 | |
*** tsg has quit IRC | 20:48 | |
*** shri has joined #openstack-swift | 20:49 | |
*** kevinc_ has quit IRC | 20:53 | |
*** kevinc_ has joined #openstack-swift | 20:53 | |
*** joeljwright has quit IRC | 21:00 | |
notmyname | peluse: looks like tsg (not in here right now) has quite the dependency chain going. new patch sets on early ones in the chain mean a need to rebase all the ones later in the queue. if he can avoid dependency chains, that's better | 21:13 |
*** marzif_ has joined #openstack-swift | 21:43 | |
*** miqui has quit IRC | 21:48 | |
*** atan8 has joined #openstack-swift | 21:49 | |
*** annegentle has quit IRC | 21:59 | |
*** erlon has quit IRC | 22:10 | |
*** NM has quit IRC | 22:10 | |
*** kopparam has joined #openstack-swift | 22:19 | |
*** marcusvrn has quit IRC | 22:21 | |
*** kopparam has quit IRC | 22:24 | |
*** annegentle has joined #openstack-swift | 22:30 | |
*** kevinc_ has quit IRC | 22:30 | |
*** annegentle has quit IRC | 22:34 | |
*** annegentle has joined #openstack-swift | 22:34 | |
*** bkopilov has quit IRC | 22:36 | |
*** kevinc_ has joined #openstack-swift | 22:38 | |
*** openstackgerrit has joined #openstack-swift | 22:39 | |
*** annegentle has quit IRC | 22:41 | |
*** jokke_ has quit IRC | 23:13 | |
*** foexle has quit IRC | 23:26 | |
*** achhabra has quit IRC | 23:28 | |
*** elambert has quit IRC | 23:44 | |
*** kevinc_ has quit IRC | 23:44 | |
*** aswadr has joined #openstack-swift | 23:55 | |
*** occupant has quit IRC | 23:58 | |
*** occupant has joined #openstack-swift | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!