*** ianbrown__ has joined #openstack-swift | 00:04 | |
*** ianbrown_ has quit IRC | 00:04 | |
*** ianbrown__ has quit IRC | 00:12 | |
torgomatic_ | Zyric: try https://github.com/smerritt/basic-audit-watcher/tree/master | 00:12 |
---|---|---|
Zyric | torgomatic_: Thank you very much! I'll check it out now | 00:13 |
openstackgerrit | Samuel Merritt proposed openstack/swift: Let operators add watchers to object audit https://review.openstack.org/212824 | 00:15 |
*** ianbrown has joined #openstack-swift | 00:21 | |
*** ianbrown has quit IRC | 00:23 | |
*** ianbrown has joined #openstack-swift | 00:23 | |
Zyric | torgomatic_: where is the setup information in setup.py actually being set? Is it being written to a config file somewhere? | 00:24 |
torgomatic_ | Zyric: setuptools writes it to some .egg-info file somewhere that gets picked up later by pkg_resources.iter_entry_points | 00:26 |
Zyric | Ah okay, that must be the connection I'm missing. | 00:27 |
torgomatic_ | IOW: ✨ setuptools magic ✨ | 00:29 |
*** rminmin has joined #openstack-swift | 00:29 | |
Zyric | torgomatic_: Good to know. Thanks again, that's a big help. | 00:31 |
*** diazjf1 has quit IRC | 00:32 | |
*** trifon has quit IRC | 00:33 | |
*** ianbrown has quit IRC | 00:43 | |
*** ianbrown has joined #openstack-swift | 00:45 | |
*** zhill has joined #openstack-swift | 00:48 | |
*** ianbrown has quit IRC | 00:49 | |
*** ianbrown has joined #openstack-swift | 00:50 | |
*** takashi has quit IRC | 01:10 | |
*** takashi has joined #openstack-swift | 01:12 | |
takashi | Good morning | 01:13 |
*** jbonjean has joined #openstack-swift | 01:15 | |
*** PsionTheory has joined #openstack-swift | 01:27 | |
*** gyee has quit IRC | 01:29 | |
*** PsionTheory_ has joined #openstack-swift | 01:42 | |
*** PsionTheory has quit IRC | 01:45 | |
*** zhill has quit IRC | 01:50 | |
mattoliverau | takashi: morning | 01:52 |
*** bkmz_ has joined #openstack-swift | 01:57 | |
*** bkmz has quit IRC | 02:00 | |
*** klrmn has quit IRC | 02:01 | |
*** 21WAALD08 has joined #openstack-swift | 02:05 | |
*** nakagawamsa has joined #openstack-swift | 02:07 | |
kota_ | takashi, mattoliverau: morning | 02:41 |
*** sanchitmalhotra has joined #openstack-swift | 02:56 | |
kota_ | ho: here? | 03:00 |
*** 21WAALD08 has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-swift | 03:03 | |
ho | kota_: ya. | 03:03 |
*** links has joined #openstack-swift | 03:06 | |
*** klrmn has joined #openstack-swift | 03:10 | |
*** haomaiwang has quit IRC | 03:20 | |
*** haomaiwa_ has joined #openstack-swift | 03:23 | |
Zyric | Is there an easy way to create a bunch of accounts/containers/objects for the sake of testing? | 03:28 |
kota_ | ho: sorry i was at lunch, still? | 03:31 |
*** nadeem has joined #openstack-swift | 03:34 | |
janonymous | kota_, takashi, mattoliverau: morning | 03:38 |
*** venkat has joined #openstack-swift | 03:38 | |
mattoliverau | kota_, janonymous: morning | 03:38 |
kota_ | janonymous: morning :) | 03:38 |
ho | kota_: i also took lunch but now i'm back | 03:38 |
kota_ | ho: ok...but i might get my answer for my question :P | 03:38 |
ho | kota_: hahaha. np! | 03:39 |
kota_ | ho: so i was trying to test you patch 258392 | 03:39 |
patchbot | kota_: https://review.openstack.org/#/c/258392/ - Fix duplication for headers in Access-Control-Expo... | 03:39 |
kota_ | at first, i was trying to run test w/o your change | 03:39 |
kota_ | and that faild. | 03:40 |
kota_ | Failed was ok because I didn't apply code change but | 03:40 |
kota_ | it failed as http://paste.openstack.org/show/482469/ | 03:40 |
janonymous | ho : o/ | 03:41 |
ho | kota_: i see. you applied only unittest. | 03:41 |
kota_ | i thought it was sanity check X-Object-Meta-*** appeared so i thouth that shouldn't fail | 03:41 |
kota_ | that's my question | 03:41 |
ho | janonymous: morning! | 03:41 |
kota_ | but | 03:41 |
janonymous | Can someone review a Hacking patch if possible : https://review.openstack.org/#/c/259729/ | 03:42 |
kota_ | your change affected also the key format Title case -> lower case | 03:42 |
kota_ | that's why the test failed there. | 03:42 |
kota_ | that's my answer. | 03:42 |
kota_ | ho: correct. | 03:42 |
kota_ | oh... no? | 03:44 |
ho | kota_: now i'm checking the test code | 03:44 |
kota_ | previously, it looks like we have the translation from Title to lower so either way should pass the sanity.... | 03:45 |
kota_ | ho: sorry for taking your time for the small thing | 03:46 |
ho | kota_: i added expose_headers at L5851 in test_server.py | 03:46 |
kota_ | yes | 03:47 |
ho | kota_: and there is same header X-Object-Meta-Color in resp.header at L5860 | 03:47 |
kota_ | exactly | 03:48 |
ho | kota_: the header (L5860) is handled with lower case and the header (L5851) is handled with Title case without my patch. | 03:48 |
ho | kota_: my patch changes expose_headers (L5851-5852) to lower case | 03:49 |
ho | kota_: and remove duplication for same header | 03:51 |
kota_ | got it | 03:51 |
kota_ | current code will return x-object-meta-color and X-Object-Meta-Color in access-control-expose-headers | 03:52 |
ho | kota_: that's right! | 03:52 |
kota_ | and the sanity failed because X-Object-Meta-Color appered which is unexpected. | 03:53 |
ho | kota_: ya | 03:53 |
kota_ | and also the diff exists between coler-ex and Color-Ex | 03:54 |
kota_ | ok, that seems fine | 03:54 |
kota_ | ho: thx | 03:54 |
ho | kota_: thanks for your test & review :-) | 03:54 |
kota_ | i still like Title case for that, tho. However it is a different thing and will affect for API. | 03:55 |
ho | kota_: yeah, it is required for changing current i/f for expose_headers. | 03:56 |
kota_ | The reason I'd like to do so is because Swift employ title case for headers https://github.com/openstack/swift/blob/master/swift/common/swob.py#L274-L290 | 03:56 |
kota_ | ho: exactly | 03:57 |
kota_ | ho: thx for explanation. | 03:57 |
ho | kota_: you are welcome and thanks again! | 03:58 |
kota_ | ho: will add +2 +A after running final tests in my lab environment :) | 03:58 |
*** haomaiwa_ has quit IRC | 04:01 | |
*** nadeem has quit IRC | 04:01 | |
*** haomaiwang has joined #openstack-swift | 04:01 | |
*** PsionTheory_ has quit IRC | 04:06 | |
*** takashi has quit IRC | 04:07 | |
*** ianbrown has quit IRC | 04:14 | |
*** ianbrown has joined #openstack-swift | 04:15 | |
kota_ | done | 04:17 |
*** ianbrown has quit IRC | 04:20 | |
*** ianbrown has joined #openstack-swift | 04:21 | |
*** proteusguy_ has quit IRC | 04:22 | |
*** haomaiwa_ has joined #openstack-swift | 04:23 | |
*** yatin has joined #openstack-swift | 04:23 | |
*** haomaiwang has quit IRC | 04:24 | |
*** suresh has joined #openstack-swift | 04:25 | |
ho | kota_: yay! | 04:27 |
*** ianbrown has quit IRC | 04:28 | |
*** ianbrown has joined #openstack-swift | 04:28 | |
suresh | How rings will useful in swift..? please someone help | 04:28 |
*** nadeem has joined #openstack-swift | 04:32 | |
kota_ | suresh: what's your mean for "useful"? | 04:32 |
kota_ | suresh: useful tools for swift ring? or somehow.... | 04:32 |
*** proteusguy_ has joined #openstack-swift | 04:35 | |
*** venkat has quit IRC | 04:36 | |
*** nadeem has quit IRC | 04:37 | |
*** ianbrown has quit IRC | 04:39 | |
*** ianbrown has joined #openstack-swift | 04:40 | |
*** ianbrown has quit IRC | 04:44 | |
*** ianbrown has joined #openstack-swift | 04:46 | |
*** venkat has joined #openstack-swift | 04:48 | |
*** ianbrown has quit IRC | 04:49 | |
*** ianbrown has joined #openstack-swift | 04:50 | |
*** ianbrown_ has joined #openstack-swift | 04:53 | |
*** ianbrown has quit IRC | 04:53 | |
suresh | kota: yeah | 04:54 |
suresh | kota: i am asking about swift rings | 04:54 |
kota_ | suresh: docs is here, http://docs.openstack.org/developer/swift/overview_ring.html | 04:55 |
*** takashi has joined #openstack-swift | 04:56 | |
*** haomaiwa_ has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-swift | 05:01 | |
*** ppai has joined #openstack-swift | 05:02 | |
*** wanghua has quit IRC | 05:03 | |
*** zaitcev has quit IRC | 05:09 | |
openstackgerrit | Merged openstack/swift: Fix duplication for headers in Access-Control-Expose-Headers https://review.openstack.org/258392 | 05:13 |
yatin | kota_: Hi | 05:19 |
kota_ | yatin: o/ | 05:19 |
*** klrmn has quit IRC | 05:23 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift: Add CORS unit tests more https://review.openstack.org/260325 | 05:31 |
kota_ | ho: Is patch 260325 good for you? :-) | 05:31 |
patchbot | kota_: https://review.openstack.org/#/c/260325/ - Add CORS unit tests more | 05:31 |
suresh | Can i create two swift-accounts for one user | 05:42 |
suresh | please someone help | 05:42 |
yatin | suresh: try it out. i can't forsee, why one can't do that | 05:45 |
suresh | yatin: how to create swift-account | 05:48 |
yatin | suresh: what's your auth system? | 05:50 |
suresh | yatin: keystone | 05:51 |
yatin | suresh: account maps to tenant in keystone | 05:51 |
yatin | suresh: create new tenant, add user and role | 05:51 |
suresh | yatin: thanqqq | 05:55 |
yatin | suresh: :) | 05:56 |
*** ianbrown_ has quit IRC | 05:58 | |
*** ianbrown_ has joined #openstack-swift | 05:59 | |
*** rminmin_ has joined #openstack-swift | 06:00 | |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-swift | 06:01 | |
*** rminmin_ has quit IRC | 06:14 | |
yatin | https://review.openstack.org/#/c/257293/ - can someone spend few mins over this review | 06:22 |
*** venkat has quit IRC | 06:33 | |
*** ChubYann has quit IRC | 06:40 | |
*** takashi_ has joined #openstack-swift | 06:55 | |
*** takashi has quit IRC | 06:58 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-swift | 07:01 | |
*** chmouel_ is now known as chmouel | 07:17 | |
*** takashi_ is now known as takashi | 07:19 | |
*** pushkarajthorat has joined #openstack-swift | 07:29 | |
*** pushkarajthorat has quit IRC | 07:50 | |
*** SkyRocknRoll has joined #openstack-swift | 07:59 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-swift | 08:01 | |
*** rledisez has joined #openstack-swift | 08:11 | |
*** geaaru has joined #openstack-swift | 08:27 | |
*** eranrom has quit IRC | 08:39 | |
*** venkat has joined #openstack-swift | 08:45 | |
*** trifon has joined #openstack-swift | 08:51 | |
ho | kota_: sorry for late reponse. i have a end of year party now so i will review the patch thursday or friday. | 08:57 |
*** haomaiw__ has joined #openstack-swift | 08:58 | |
*** ho has quit IRC | 08:59 | |
*** haomaiwang has quit IRC | 08:59 | |
*** haomaiw__ has quit IRC | 09:01 | |
*** haomaiwa_ has joined #openstack-swift | 09:01 | |
kota_ | ho: no worries, enjoy your time :) | 09:02 |
*** venkat has quit IRC | 09:23 | |
*** rminmin has quit IRC | 09:29 | |
*** ppai has quit IRC | 09:44 | |
*** ppai has joined #openstack-swift | 09:56 | |
*** aix has joined #openstack-swift | 10:00 | |
*** haomaiwa_ has quit IRC | 10:01 | |
*** SkyRocknRoll has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-swift | 10:01 | |
*** SkyRocknRoll has joined #openstack-swift | 10:01 | |
*** SkyRocknRoll has joined #openstack-swift | 10:01 | |
openstackgerrit | Takashi Kajinami proposed openstack/swift: Fix proxy-server's support for chunked transferring in GET object https://review.openstack.org/256201 | 10:04 |
openstackgerrit | Takashi Kajinami proposed openstack/swift: Fix proxy-server's support for chunked transferring in GET object https://review.openstack.org/256201 | 10:14 |
openstackgerrit | Takashi Kajinami proposed openstack/swift: Fix proxy-server's support for chunked transferring in GET object https://review.openstack.org/256201 | 10:16 |
*** venkat has joined #openstack-swift | 10:25 | |
*** haomaiwang has quit IRC | 10:28 | |
*** haomaiwang has joined #openstack-swift | 10:31 | |
*** daemontool has joined #openstack-swift | 10:31 | |
*** aix has quit IRC | 10:45 | |
*** aix has joined #openstack-swift | 10:46 | |
*** joeljwright has joined #openstack-swift | 10:46 | |
*** ChanServ sets mode: +v joeljwright | 10:46 | |
*** SkyRocknRoll has quit IRC | 10:59 | |
*** haomaiwang has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-swift | 11:01 | |
*** silor has joined #openstack-swift | 11:02 | |
*** silor has quit IRC | 11:08 | |
*** silor has joined #openstack-swift | 11:09 | |
*** silor has quit IRC | 11:14 | |
*** silor has joined #openstack-swift | 11:15 | |
openstackgerrit | Merged openstack/python-swiftclient: Stop passing attr to keystoneclient when there's no filter_value https://review.openstack.org/246040 | 11:15 |
*** SkyRocknRoll has joined #openstack-swift | 11:16 | |
*** suresh has quit IRC | 11:17 | |
*** silor has quit IRC | 11:19 | |
*** silor has joined #openstack-swift | 11:24 | |
*** Jeffrey4l has quit IRC | 11:31 | |
*** kei_yama has quit IRC | 11:41 | |
*** ppai has quit IRC | 11:42 | |
*** Jeffrey4l has joined #openstack-swift | 11:43 | |
*** ppai has joined #openstack-swift | 11:57 | |
*** haomaiwang has quit IRC | 12:01 | |
*** haomaiwang has joined #openstack-swift | 12:01 | |
*** yatin has quit IRC | 12:05 | |
*** SkyRocknRoll has quit IRC | 12:08 | |
*** km__ has quit IRC | 12:09 | |
*** nakagawamsa has quit IRC | 12:14 | |
*** daemontool has quit IRC | 12:19 | |
*** trifon has quit IRC | 12:20 | |
*** daemontool has joined #openstack-swift | 12:21 | |
*** SkyRocknRoll has joined #openstack-swift | 12:24 | |
*** haomaiwang has quit IRC | 13:01 | |
*** haomaiwang has joined #openstack-swift | 13:01 | |
*** haomaiwang has quit IRC | 13:09 | |
openstackgerrit | janonymous proposed openstack/swift-bench: Put py34 first in the env order of tox https://review.openstack.org/260527 | 13:23 |
openstackgerrit | Thiago da Silva proposed openstack/swift: decouple versioned writes from COPY https://review.openstack.org/260179 | 13:23 |
*** jbonjean has left #openstack-swift | 13:35 | |
*** dslevin has quit IRC | 13:42 | |
*** haomaiwang has joined #openstack-swift | 13:43 | |
*** SkyRocknRoll has quit IRC | 13:52 | |
*** links has quit IRC | 13:59 | |
*** haomaiwang has quit IRC | 14:01 | |
*** haomaiwang has joined #openstack-swift | 14:01 | |
*** venkat has quit IRC | 14:01 | |
*** sanchitmalhotra has quit IRC | 14:06 | |
*** petertr7_away is now known as petertr7 | 14:08 | |
tdasilva | gerrit is awfully slow..anybody else seeing this? | 14:14 |
*** links has joined #openstack-swift | 14:54 | |
*** breitz has quit IRC | 14:58 | |
*** breitz has joined #openstack-swift | 14:58 | |
*** haomaiwang has quit IRC | 15:01 | |
*** haomaiwang has joined #openstack-swift | 15:01 | |
cschwede | tdasilva: https://twitter.com/OSJenkins/status/679306746456875008 ;) | 15:06 |
*** esker has quit IRC | 15:18 | |
*** zigo_ is now known as zigo | 15:19 | |
*** thumpba has joined #openstack-swift | 15:21 | |
*** haomaiwang has quit IRC | 15:24 | |
*** haomaiwang has joined #openstack-swift | 15:24 | |
*** esker has joined #openstack-swift | 15:25 | |
*** aix has quit IRC | 15:36 | |
*** Jeffrey4l has quit IRC | 15:44 | |
*** tamizh_geek has quit IRC | 15:47 | |
*** haomaiwang has quit IRC | 16:01 | |
*** haomaiwang has joined #openstack-swift | 16:01 | |
*** daemontool has quit IRC | 16:17 | |
*** esker has quit IRC | 16:18 | |
*** esker has joined #openstack-swift | 16:19 | |
*** janonymous_ has joined #openstack-swift | 16:25 | |
tdasilva | cschwede: ha! that's pretty neat, didn't know about @OSJenkins | 16:30 |
tdasilva | cschwede: anyway, it seems better now | 16:31 |
*** chsc has joined #openstack-swift | 16:32 | |
*** acoles_ has quit IRC | 16:32 | |
*** petertr7 is now known as petertr7_away | 16:33 | |
*** gyee has joined #openstack-swift | 16:34 | |
*** acoles_ has joined #openstack-swift | 16:37 | |
*** ChanServ sets mode: +v acoles_ | 16:37 | |
*** acoles_ is now known as acoles | 16:38 | |
tdasilva | wbhuber: hello, do you have any updates re patch 256580 | 16:39 |
patchbot | tdasilva: https://review.openstack.org/#/c/256580/ - SLO multipart-manfest=get call returns json in inc... | 16:39 |
*** tsg has joined #openstack-swift | 16:40 | |
openstackgerrit | janonymous proposed openstack/swift: Python 3 deprecated the logger.warn method in favor of warning https://review.openstack.org/208222 | 16:42 |
*** resker has joined #openstack-swift | 16:43 | |
*** resker has quit IRC | 16:44 | |
*** resker has joined #openstack-swift | 16:44 | |
*** saltsa has quit IRC | 16:45 | |
*** thumpba_ has joined #openstack-swift | 16:46 | |
*** saltsa has joined #openstack-swift | 16:46 | |
*** esker has quit IRC | 16:46 | |
*** thumpba has quit IRC | 16:49 | |
*** petertr7_away is now known as petertr7 | 16:53 | |
*** trifon has joined #openstack-swift | 16:56 | |
*** joeljwright has quit IRC | 16:58 | |
*** haomaiwang has quit IRC | 17:01 | |
*** haomaiwang has joined #openstack-swift | 17:01 | |
*** geaaru has quit IRC | 17:03 | |
*** ppai has quit IRC | 17:06 | |
*** daemontool has joined #openstack-swift | 17:13 | |
*** haomaiwang has quit IRC | 17:14 | |
*** dmorita has joined #openstack-swift | 17:27 | |
*** diazjf has joined #openstack-swift | 17:28 | |
*** aix has joined #openstack-swift | 17:35 | |
*** resker has quit IRC | 17:44 | |
*** klrmn has joined #openstack-swift | 17:52 | |
*** rledisez has quit IRC | 17:57 | |
*** openstackgerrit has quit IRC | 18:02 | |
*** openstackgerrit has joined #openstack-swift | 18:03 | |
*** aix has quit IRC | 18:05 | |
*** diazjf has quit IRC | 18:08 | |
*** links has quit IRC | 18:15 | |
*** diazjf has joined #openstack-swift | 18:16 | |
*** ChubYann has joined #openstack-swift | 18:29 | |
*** dmorita has quit IRC | 18:32 | |
*** dmorita has joined #openstack-swift | 18:33 | |
*** changbl has quit IRC | 18:36 | |
*** trifon has quit IRC | 18:50 | |
*** dmsimard is now known as caffeine | 19:14 | |
*** caffeine is now known as dmsimard | 19:14 | |
*** klrmn has quit IRC | 19:14 | |
*** klrmn has joined #openstack-swift | 19:16 | |
*** zaitcev has joined #openstack-swift | 19:17 | |
*** ChanServ sets mode: +v zaitcev | 19:17 | |
*** takashi has quit IRC | 19:20 | |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient: Use application/directory content-type for dir markers https://review.openstack.org/254921 | 19:35 |
openstackgerrit | Tim Burke proposed openstack/python-swiftclient: Allow arbitrary content-types for directory markers https://review.openstack.org/260689 | 19:35 |
zaitcev | That... sounds contradictory :-) | 19:36 |
timburke | shhh...you'll scare reviewers away ;-) | 19:43 |
* gmmaha walks away from the patch. :P | 19:44 | |
clayg | @test.idempotent_id('bef56b09-2e8c-4883-a370-4950812f430e') | 19:53 |
clayg | def test_rebuild_server_with_manual_disk_config(self): | 19:53 |
clayg | I guess the decorator checks for duplicates at runtime - unlike class definitions | 19:54 |
clayg | I'm not even sure you could do it with a metaclass :\ __new__ just get's a dict | 19:54 |
*** joeljwright has joined #openstack-swift | 20:03 | |
*** ChanServ sets mode: +v joeljwright | 20:03 | |
Zyric | Good Morning | 20:04 |
*** diazjf has quit IRC | 20:12 | |
*** joeljwright has quit IRC | 20:34 | |
*** petertr7 is now known as petertr7_away | 20:46 | |
*** dmorita has quit IRC | 20:47 | |
*** tsg has quit IRC | 20:50 | |
*** chsc has quit IRC | 20:55 | |
*** dmorita has joined #openstack-swift | 21:17 | |
mattoliverau | Morning | 21:31 |
*** eranrom has joined #openstack-swift | 21:36 | |
timburke | hey, thanks for approving that keystone fix mattoliverau! | 21:45 |
mattoliverau | timburke: your welcome, nice work on it. | 21:46 |
timburke | it was just bugging me that the tests were getting polluted with warnings :) | 21:47 |
*** changbl has joined #openstack-swift | 21:58 | |
*** silor has quit IRC | 21:58 | |
*** eranrom has quit IRC | 22:04 | |
*** david-lyle has joined #openstack-swift | 22:17 | |
*** asettle has joined #openstack-swift | 22:21 | |
Zyric | Has anyone else encountered a stalled "Redirecting ..." message when trying to sign in to Gerrit? | 22:26 |
mattoliverau | Zyric: it's working for me | 22:27 |
mattoliverau | Zyric: you seem to have moring around the same time I do, me must share a similar timezone? you in Oz or NZ? | 22:28 |
gmmaha | Zyric: never before. Are you able to login directly to the launchpad.net? | 22:28 |
Zyric | Hmm. I've tried a few times but it's reallllyyy slow, I haven't tried direct launchpad yet, I'll do that now | 22:29 |
Zyric | mattoliverau: I'm in NZ :) | 22:29 |
mattoliverau | Zyric: nice :) Welcome to the awesome swift timezone :) | 22:30 |
Zyric | Launchpad appears to be super slow and stalling in load too. | 22:32 |
Zyric | Maybe I'll try a different browser | 22:32 |
*** esker has joined #openstack-swift | 22:33 | |
*** dmorita has quit IRC | 22:50 | |
*** dmorita has joined #openstack-swift | 23:02 | |
*** asettle has quit IRC | 23:15 | |
*** kei_yama has joined #openstack-swift | 23:16 | |
*** asettle has joined #openstack-swift | 23:23 | |
*** km__ has joined #openstack-swift | 23:41 | |
mattoliverau | Zyric: nice work on the SP aliases patch :) | 23:45 |
*** Jeffrey4l has joined #openstack-swift | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!