*** 7YUAAEOGN has quit IRC | 00:01 | |
*** haomaiwang has joined #openstack-swift | 00:01 | |
*** david-lyle has joined #openstack-swift | 00:01 | |
*** ho has joined #openstack-swift | 00:01 | |
ho | good morning! | 00:06 |
---|---|---|
*** sgundur has joined #openstack-swift | 00:09 | |
*** sgundur has left #openstack-swift | 00:09 | |
mattoliverau | ho: morning | 00:16 |
mattoliverau | ho: enjoy your sleep in (no swift meeting)? | 00:18 |
ho | mattoliverau: morning! lol, yeah, I enjoyed good sleep :-) | 00:19 |
*** nadeem has quit IRC | 00:21 | |
*** lyrrad has quit IRC | 00:27 | |
*** miurahr has joined #openstack-swift | 00:33 | |
*** dmorita has joined #openstack-swift | 00:38 | |
*** haomaiwang has quit IRC | 01:01 | |
*** haomaiwa_ has joined #openstack-swift | 01:01 | |
*** haomaiwa_ has quit IRC | 01:08 | |
openstackgerrit | Samuel Merritt proposed openstack/swift: Fix crash when a SLO repeats a segment. https://review.openstack.org/250099 | 01:19 |
*** klrmn1 has quit IRC | 01:31 | |
takashi | Hi! Is anybody available now? I have a question about SLO and DLO. | 01:33 |
mattoliverau | takashi: whats up? | 01:34 |
takashi | Recently I tested SLO and DLO with Liberty release, and found ETag is quoted. | 01:36 |
takashi | I know it is appropriate based on RFC, but I also found that API document says "ETag is not quoted." | 01:36 |
mattoliverau | takashi: ok, I'll need to go check it out. Maybe the API doc needs to be updated. | 01:37 |
takashi | mattoliverau: Thanks, but I'm also wondering it is the best way to updage API doc, because this may break the consistency in v1 API. | 01:38 |
takashi | s/updage/update | 01:38 |
takashi | We get a non-quoted value in normal object get, while we get a quoted value in SLO and DLO. | 01:40 |
mattoliverau | takashi: let me go take a look on my saio :) | 01:40 |
takashi | mattoliverau: OK | 01:41 |
openstackgerrit | Merged openstack/swift: Improve swift-init usage statement https://review.openstack.org/249801 | 01:43 |
zaitcev | My guess would be that we lost the consistency somewhere along the way. IIRC originally DLO did not even have any ETag. Then, for a short while, it returned ETag of an empty object, "d41d8cd98f00b204e9800998ecf8427e". Then, umm... I didn't check. And finally SLO returns the ETag of concatenated ETags. | 01:45 |
zaitcev | So I suspect that since we trained everyone not to expect much from composite objects, someone decided that using an RFC-compliant ETag with them was the right thing. | 01:46 |
timburke | fwiw, DLO currently does the same md5-of-segment-etags as SLO, but only if the segment listing can fit comfortably within a single listing page | 01:49 |
timburke | (if it's longer, it falls back to the md5-of-the-empty-string etag) | 01:49 |
*** jerrygb has joined #openstack-swift | 01:50 | |
takashi | timeburke: I just checked the code of DLO, and found that's true! | 01:52 |
*** jerrygb has quit IRC | 01:53 | |
takashi | I think we can recover the consistency by removing quotes in SLO and DLO, but we have to pay a big attention because it is a API problem... | 01:53 |
takashi | (And that is why I'm asking here first) | 01:54 |
mattoliverau | takashi: your right it does happen. I think a good first step is raise a bug, that way we can get discussions going, and yeah, I'd rather not break the API to start with, so maybe removing the " is a first tep | 01:55 |
mattoliverau | *step | 01:55 |
takashi | mttoliverau: OK! I will post a bug report on the Launchpad, thanks. | 01:56 |
*** Vinsh has joined #openstack-swift | 01:56 | |
mattoliverau | takashi: thanks for noticing :) | 01:56 |
*** zhill has joined #openstack-swift | 02:00 | |
takashi | mattoliverau: No problem, and thanks for your checking, too! | 02:00 |
*** Vinsh_ has joined #openstack-swift | 02:01 | |
*** Vinsh has quit IRC | 02:01 | |
*** Vinsh_ has quit IRC | 02:01 | |
takashi | I just posted a report about this thing. https://bugs.launchpad.net/swift/+bug/1520037 | 02:02 |
openstack | Launchpad bug 1520037 in OpenStack Object Storage (swift) "ETag value in getting SLO/DLO is quoted" [Undecided,New] | 02:02 |
*** zhill has quit IRC | 02:05 | |
*** pchng_ has quit IRC | 02:07 | |
mattoliverau | takashi: thanks again :) | 02:10 |
*** badari_ has joined #openstack-swift | 02:18 | |
*** badari has quit IRC | 02:21 | |
*** klrmn1 has joined #openstack-swift | 02:34 | |
*** haomaiwang has joined #openstack-swift | 02:38 | |
*** diazjf has joined #openstack-swift | 02:48 | |
*** sanchitmalhotra has joined #openstack-swift | 02:54 | |
*** Zyric1 has joined #openstack-swift | 02:54 | |
*** jeblair is now known as corvus | 02:55 | |
*** links has joined #openstack-swift | 02:59 | |
*** tsg has quit IRC | 02:59 | |
*** haomaiwang has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-swift | 03:01 | |
*** nadeem has joined #openstack-swift | 03:06 | |
*** venkat_p has joined #openstack-swift | 03:08 | |
*** breitz has quit IRC | 03:09 | |
*** breitz has joined #openstack-swift | 03:10 | |
*** sanchitmalhotra1 has joined #openstack-swift | 03:16 | |
*** links has quit IRC | 03:16 | |
*** swiftchobo has joined #openstack-swift | 03:18 | |
*** sanchitmalhotra has quit IRC | 03:18 | |
*** swiftchobo has quit IRC | 03:18 | |
*** swiftchobo has joined #openstack-swift | 03:19 | |
swiftchobo | What is the minimum number EC-fragments is in erasure coding? | 03:22 |
timburke | swiftchobo: there must be at least 2 each for data and parity fragments, but iirc there are problems when #data <= #parity. so 3+2 (data+parity) should work | 03:26 |
*** badari_ has quit IRC | 03:30 | |
*** links has joined #openstack-swift | 03:30 | |
swiftchobo | timburke:thank you thank you!!! | 03:31 |
timburke | happy to help :) | 03:31 |
*** links has quit IRC | 03:35 | |
*** sanchitmalhotra has joined #openstack-swift | 03:55 | |
*** sanchitmalhotra1 has quit IRC | 03:57 | |
*** haomaiwang has quit IRC | 04:01 | |
*** haomaiwang has joined #openstack-swift | 04:01 | |
openstackgerrit | Takashi Kajinami proposed openstack/swift: Unquote etag value in getting SLO/DLO https://review.openstack.org/250145 | 04:22 |
*** ppai has joined #openstack-swift | 04:24 | |
*** mahatic has joined #openstack-swift | 04:25 | |
*** tsg has joined #openstack-swift | 04:28 | |
*** nadeem has quit IRC | 04:31 | |
*** klrmn2 has joined #openstack-swift | 04:31 | |
*** klrmn2 has quit IRC | 04:33 | |
*** klrmn1 has quit IRC | 04:33 | |
openstackgerrit | Merged openstack/swift: Add more functional tests for reverse listings https://review.openstack.org/249262 | 04:40 |
openstackgerrit | Merged openstack/swift: Include params in multipart message part content-type https://review.openstack.org/249982 | 04:41 |
*** rohit_ has quit IRC | 04:46 | |
*** jamielennox is now known as jamielennox|away | 04:48 | |
*** haomaiwang has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-swift | 05:01 | |
*** CaioBren_ has joined #openstack-swift | 05:05 | |
*** sanchitmalhotra1 has joined #openstack-swift | 05:05 | |
*** sanchitmalhotra has quit IRC | 05:07 | |
*** CaioBrentano has quit IRC | 05:07 | |
*** SkyRocknRoll has joined #openstack-swift | 05:24 | |
*** zaitcev has quit IRC | 05:35 | |
*** sanchitmalhotra has joined #openstack-swift | 05:42 | |
*** sanchitmalhotra1 has quit IRC | 05:43 | |
openstackgerrit | Daisuke Morita proposed openstack/swift: WIP: Changing Policies https://review.openstack.org/209329 | 05:46 |
*** sanchitmalhotra1 has joined #openstack-swift | 05:54 | |
*** openstack has joined #openstack-swift | 05:56 | |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-swift | 06:01 | |
*** tsg has quit IRC | 06:03 | |
*** diazjf has quit IRC | 06:14 | |
openstackgerrit | Catherine Northcott proposed openstack/swift: Add support for storage policies to have more than one name https://review.openstack.org/241978 | 06:18 |
*** Zyric1 has quit IRC | 06:21 | |
openstackgerrit | Matthew Oliver proposed openstack/swift: Add concurrent reads option to proxy https://review.openstack.org/117710 | 06:27 |
venkat_p | Hi all | 06:30 |
venkat_p | Can some one can tell in the code where the proxy sends request to account web server or other servers | 06:31 |
mattoliverau | venkat_p: swift/proxy/controllers/account.py | 06:34 |
*** venkat_p has quit IRC | 06:35 | |
takashi | Does anybody know why swift "ignores" multi-range header when getting SLO? | 06:37 |
mattoliverau | takashi: is shouldn't | 06:38 |
mattoliverau | *it | 06:38 |
mattoliverau | Well I thought multi-range headers work on SLO. | 06:39 |
mattoliverau | or are you talking about multi-range headers in the slo manifest itself, cause that isn't supported | 06:39 |
mattoliverau | single range headers are | 06:39 |
takashi | mattoliverau: I'm talking about multi-range headers in getting the slo OBJECT | 06:40 |
takashi | It works with single range, while it ignores multi-range and returns the whole object. | 06:41 |
*** dmorita has quit IRC | 06:42 | |
takashi | mattoliverau: Getting slo manifest means getting manifest file with multipart-manifest=get as request query, right? | 06:44 |
*** venkat_p has joined #openstack-swift | 06:49 | |
*** mahatic has quit IRC | 06:55 | |
*** mahatic has joined #openstack-swift | 06:58 | |
*** eranrom has joined #openstack-swift | 06:59 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-swift | 07:01 | |
mahatic | takashi: yes, that is how you get a manifest file - you may want to refer this: http://docs.openstack.org/developer/swift/overview_large_objects.html#retrieving-a-large-object | 07:12 |
takashi | mahatic: Thanks! | 07:14 |
*** venkat_p has quit IRC | 07:21 | |
*** cc has joined #openstack-swift | 07:25 | |
*** openstack has quit IRC | 07:28 | |
*** openstack has joined #openstack-swift | 14:07 | |
*** daemontool has quit IRC | 14:12 | |
*** aix has quit IRC | 14:14 | |
*** daemontool has joined #openstack-swift | 14:14 | |
*** haomaiwang has joined #openstack-swift | 14:16 | |
*** weihan has quit IRC | 14:21 | |
*** aix has joined #openstack-swift | 14:29 | |
* charz_ disable swiftstack-ci temporary for troubleshooting | 14:42 | |
*** NM has quit IRC | 14:48 | |
openstackgerrit | Merged openstack/swift: Have versioned_writes use reverse listings https://review.openstack.org/234391 | 14:58 |
*** janonymous_ has joined #openstack-swift | 14:58 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Add functional test for multi-range GET requests. https://review.openstack.org/167828 | 15:02 |
openstackgerrit | Alistair Coles proposed openstack/swift: Test for content-type params in multi-range response https://review.openstack.org/250427 | 15:02 |
openstackgerrit | Merged openstack/swift: Log error if a local device not identified in replicator https://review.openstack.org/243040 | 15:14 |
openstackgerrit | Ferenc Horváth proposed openstack/swift: Replace string slicing with proper string methods. https://review.openstack.org/235950 | 15:25 |
*** daemontool has quit IRC | 15:31 | |
*** daemontool has joined #openstack-swift | 15:39 | |
*** klrmn1 has joined #openstack-swift | 15:40 | |
*** klrmn1 has quit IRC | 15:41 | |
*** janonymous_ has quit IRC | 15:43 | |
*** daemontool has quit IRC | 15:44 | |
*** daemontool has joined #openstack-swift | 15:48 | |
*** pchng has quit IRC | 15:48 | |
*** rohit_ has joined #openstack-swift | 15:49 | |
*** pchng has joined #openstack-swift | 15:52 | |
*** philipw has quit IRC | 15:59 | |
*** philipw has joined #openstack-swift | 15:59 | |
*** janonymous_ has joined #openstack-swift | 16:01 | |
*** aix has quit IRC | 16:05 | |
*** rcernin has quit IRC | 16:09 | |
*** badari has joined #openstack-swift | 16:10 | |
* charz_ ok, acl fail fixed. Enable swiftstack-ci again. | 16:23 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Make ECDiskFile report all fragments found on disk https://review.openstack.org/231121 | 16:27 |
*** aix has joined #openstack-swift | 16:30 | |
*** vinsh_ has joined #openstack-swift | 16:30 | |
*** rohit__ has joined #openstack-swift | 16:32 | |
*** daemontool_ has joined #openstack-swift | 16:32 | |
*** noqa_v_q1ovnie has joined #openstack-swift | 16:35 | |
*** rohit_ has quit IRC | 16:35 | |
*** gmmaha has quit IRC | 16:35 | |
*** blair has quit IRC | 16:35 | |
*** daemontool has quit IRC | 16:35 | |
*** pushkarajthorat has quit IRC | 16:35 | |
*** jistr has quit IRC | 16:35 | |
*** vinsh has quit IRC | 16:35 | |
*** alex_osso has quit IRC | 16:35 | |
*** noqa_v_qoovnie has quit IRC | 16:35 | |
*** shakamunyi has quit IRC | 16:35 | |
*** gmmaha has joined #openstack-swift | 16:35 | |
*** shakamunyi has joined #openstack-swift | 16:35 | |
*** jistr has joined #openstack-swift | 16:35 | |
*** rohit__ is now known as rohit_ | 16:35 | |
*** petertr7 is now known as petertr7_away | 16:37 | |
*** alex_osso has joined #openstack-swift | 16:40 | |
*** arnox has quit IRC | 16:50 | |
*** daemontool_ has quit IRC | 16:51 | |
*** daemontool_ has joined #openstack-swift | 16:51 | |
*** rcernin has joined #openstack-swift | 16:52 | |
openstackgerrit | Mahati Chamarthy proposed openstack/swift: Decrypt multipart mime doc https://review.openstack.org/248377 | 16:52 |
*** eranrom has quit IRC | 16:55 | |
acoles | charz_: great! thanks for fixing the ci | 16:58 |
*** haomaiwang has quit IRC | 17:00 | |
*** haomaiwang has joined #openstack-swift | 17:01 | |
*** haomaiwang has quit IRC | 17:01 | |
*** haomaiwang has joined #openstack-swift | 17:01 | |
*** sgundur has joined #openstack-swift | 17:05 | |
*** sgundur has left #openstack-swift | 17:06 | |
*** haomaiwang has quit IRC | 17:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 17:15 |
*** jistr has quit IRC | 17:16 | |
*** petertr7_away is now known as petertr7 | 17:28 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Don't ssync data when only a durable is missing https://review.openstack.org/232684 | 17:28 |
openstackgerrit | Alistair Coles proposed openstack/swift: Make ECDiskFile report all fragments found on disk https://review.openstack.org/231121 | 17:28 |
*** proteusguy has quit IRC | 17:33 | |
*** blair has joined #openstack-swift | 17:39 | |
*** changbl has quit IRC | 17:40 | |
openstackgerrit | Alistair Coles proposed openstack/swift: EC: Avoid conflicts when ssync'ing fragments https://review.openstack.org/181407 | 17:41 |
*** petertr7 is now known as petertr7_away | 17:43 | |
*** janonymous_ has quit IRC | 17:46 | |
*** proteusguy has joined #openstack-swift | 17:46 | |
*** geaaru has quit IRC | 17:52 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Enable object server to return non-durable data https://review.openstack.org/215276 | 17:55 |
*** changbl has joined #openstack-swift | 17:55 | |
*** petertr7_away is now known as petertr7 | 18:05 | |
*** hseipp has quit IRC | 18:08 | |
*** jordanP has quit IRC | 18:13 | |
*** acoles is now known as acoles_ | 18:31 | |
*** peterlisak has quit IRC | 18:33 | |
*** a1|away has quit IRC | 18:33 | |
*** hogepodge_ has joined #openstack-swift | 18:34 | |
*** vinsh_ has quit IRC | 18:34 | |
*** mahatic has quit IRC | 18:34 | |
*** vinsh has joined #openstack-swift | 18:34 | |
*** daemontool_ has quit IRC | 18:34 | |
*** hogepodge has quit IRC | 18:34 | |
*** eikke has quit IRC | 18:34 | |
*** eranrom has joined #openstack-swift | 18:37 | |
*** pchng_ has joined #openstack-swift | 18:47 | |
*** silor1 has joined #openstack-swift | 18:47 | |
*** openstackgerrit has quit IRC | 18:49 | |
*** silor has quit IRC | 18:49 | |
*** silor1 is now known as silor | 18:49 | |
*** alex_osso has quit IRC | 18:49 | |
*** alex_osso has joined #openstack-swift | 18:49 | |
*** sgundur1 has joined #openstack-swift | 18:51 | |
*** vinsh has quit IRC | 18:53 | |
*** vinsh has joined #openstack-swift | 18:53 | |
*** tristanC_ has joined #openstack-swift | 18:54 | |
*** hogepodge has joined #openstack-swift | 18:55 | |
*** glange_ has joined #openstack-swift | 18:56 | |
*** ChanServ sets mode: +v glange_ | 18:56 | |
*** okdas_ has joined #openstack-swift | 18:58 | |
*** NM has joined #openstack-swift | 18:58 | |
*** vinsh has quit IRC | 18:58 | |
*** cebruns has joined #openstack-swift | 18:58 | |
*** distroguy has joined #openstack-swift | 18:58 | |
*** alex_oss1 has joined #openstack-swift | 18:59 | |
*** timur has joined #openstack-swift | 18:59 | |
*** hogepodge_ has quit IRC | 19:01 | |
*** alex_osso has quit IRC | 19:01 | |
*** pchng_ has quit IRC | 19:01 | |
*** shakamunyi has quit IRC | 19:01 | |
*** ejat has quit IRC | 19:01 | |
*** tanee2 has quit IRC | 19:01 | |
*** hugokuo has quit IRC | 19:01 | |
*** sileht has quit IRC | 19:01 | |
*** csmart has quit IRC | 19:01 | |
*** tristanC has quit IRC | 19:01 | |
*** cebruns_ has quit IRC | 19:01 | |
*** timur_ has quit IRC | 19:01 | |
*** pdardeau_ has quit IRC | 19:01 | |
*** dosaboy has quit IRC | 19:01 | |
*** stevemar has quit IRC | 19:01 | |
*** baffle has quit IRC | 19:01 | |
*** joearnold has quit IRC | 19:01 | |
*** remix_tj has quit IRC | 19:01 | |
*** dfg_ has quit IRC | 19:01 | |
*** kragniz has quit IRC | 19:01 | |
*** okdas has quit IRC | 19:01 | |
*** torgomatic has quit IRC | 19:01 | |
*** chrisnelson_ has quit IRC | 19:01 | |
*** amandap has quit IRC | 19:01 | |
*** ndk has quit IRC | 19:01 | |
*** glange has quit IRC | 19:01 | |
*** portante has quit IRC | 19:01 | |
*** chlong has quit IRC | 19:01 | |
*** CaioBren_ has quit IRC | 19:01 | |
*** balajir has quit IRC | 19:01 | |
*** chmouel has quit IRC | 19:01 | |
*** jmccarthy has quit IRC | 19:01 | |
*** swat30 has quit IRC | 19:01 | |
*** ahale_ has quit IRC | 19:01 | |
*** jrichli has quit IRC | 19:01 | |
*** sc68cal has quit IRC | 19:01 | |
*** amit213 has quit IRC | 19:01 | |
*** sw3 has quit IRC | 19:01 | |
*** HenryG has quit IRC | 19:01 | |
*** urth has quit IRC | 19:01 | |
*** dmsimard has quit IRC | 19:01 | |
*** mtreinish has quit IRC | 19:01 | |
*** tamizh_geek has quit IRC | 19:01 | |
*** noqa_v_q1ovnie has quit IRC | 19:01 | |
*** badari has quit IRC | 19:01 | |
*** MooingLemur has quit IRC | 19:01 | |
*** petertr7 has quit IRC | 19:01 | |
*** donagh has quit IRC | 19:01 | |
*** notmyname has quit IRC | 19:01 | |
*** klrmn has quit IRC | 19:01 | |
*** zul has quit IRC | 19:01 | |
*** alpha_ori has quit IRC | 19:01 | |
*** early has quit IRC | 19:01 | |
*** sjmc7 has quit IRC | 19:01 | |
*** clyps____ has quit IRC | 19:01 | |
*** dabukalam has quit IRC | 19:01 | |
*** j_king has quit IRC | 19:01 | |
*** bkmz_ has quit IRC | 19:01 | |
*** wasmum has quit IRC | 19:01 | |
*** StevenK has quit IRC | 19:01 | |
*** nottrobin has quit IRC | 19:01 | |
*** acoles_ has quit IRC | 19:01 | |
*** hugespoon has quit IRC | 19:01 | |
*** briancurtin has quit IRC | 19:01 | |
*** tdasilva has quit IRC | 19:01 | |
*** briancline has quit IRC | 19:01 | |
*** pchng has quit IRC | 19:01 | |
*** david-ly_ has quit IRC | 19:01 | |
*** zackmdavis has quit IRC | 19:01 | |
*** kota_ has quit IRC | 19:01 | |
*** hrou has quit IRC | 19:01 | |
*** peluse has quit IRC | 19:01 | |
*** raginbajin has quit IRC | 19:01 | |
*** clayg has quit IRC | 19:01 | |
*** bwall has quit IRC | 19:01 | |
*** scott- has quit IRC | 19:01 | |
*** _fortis has quit IRC | 19:01 | |
*** mandarine has quit IRC | 19:01 | |
*** cschwede has quit IRC | 19:01 | |
*** ujjain has quit IRC | 19:01 | |
*** eranrom has quit IRC | 19:01 | |
*** pchng_ has joined #openstack-swift | 19:03 | |
*** dosaboy has joined #openstack-swift | 19:03 | |
*** shakamunyi has joined #openstack-swift | 19:04 | |
*** vinsh has joined #openstack-swift | 19:04 | |
*** dfg has joined #openstack-swift | 19:05 | |
*** torgomatic has joined #openstack-swift | 19:06 | |
*** ChanServ sets mode: +v torgomatic | 19:06 | |
*** amandap has joined #openstack-swift | 19:07 | |
*** chrisnelson has joined #openstack-swift | 19:08 | |
*** chlong has joined #openstack-swift | 19:08 | |
*** CaioBren_ has joined #openstack-swift | 19:08 | |
*** balajir has joined #openstack-swift | 19:08 | |
*** chmouel has joined #openstack-swift | 19:08 | |
*** jmccarthy has joined #openstack-swift | 19:08 | |
*** swat30 has joined #openstack-swift | 19:08 | |
*** ahale_ has joined #openstack-swift | 19:08 | |
*** urth has joined #openstack-swift | 19:08 | |
*** jrichli has joined #openstack-swift | 19:08 | |
*** sc68cal has joined #openstack-swift | 19:08 | |
*** amit213 has joined #openstack-swift | 19:08 | |
*** sw3 has joined #openstack-swift | 19:08 | |
*** HenryG has joined #openstack-swift | 19:08 | |
*** dmsimard has joined #openstack-swift | 19:08 | |
*** mtreinish has joined #openstack-swift | 19:08 | |
*** tamizh_geek has joined #openstack-swift | 19:08 | |
*** remix_tj has joined #openstack-swift | 19:08 | |
*** vinsh has quit IRC | 19:08 | |
*** kragniz_ has joined #openstack-swift | 19:10 | |
*** tanee has joined #openstack-swift | 19:10 | |
*** joearnold has joined #openstack-swift | 19:10 | |
*** ejat_ has joined #openstack-swift | 19:10 | |
*** pdardeau has joined #openstack-swift | 19:10 | |
*** baffle_ has joined #openstack-swift | 19:10 | |
*** eranrom has joined #openstack-swift | 19:10 | |
*** kragniz_ is now known as kragniz | 19:10 | |
*** portante_ has joined #openstack-swift | 19:11 | |
*** openstackgerrit has joined #openstack-swift | 19:11 | |
*** hugokuo has joined #openstack-swift | 19:11 | |
*** stevemarZzz has joined #openstack-swift | 19:11 | |
*** ndk_ has joined #openstack-swift | 19:11 | |
*** david-ly_ has joined #openstack-swift | 19:11 | |
*** zackmdavis has joined #openstack-swift | 19:11 | |
*** kota_ has joined #openstack-swift | 19:11 | |
*** hrou has joined #openstack-swift | 19:11 | |
*** peluse has joined #openstack-swift | 19:11 | |
*** raginbajin has joined #openstack-swift | 19:11 | |
*** clayg has joined #openstack-swift | 19:11 | |
*** bwall has joined #openstack-swift | 19:11 | |
*** scott- has joined #openstack-swift | 19:11 | |
*** _fortis has joined #openstack-swift | 19:11 | |
*** mandarine has joined #openstack-swift | 19:11 | |
*** cschwede has joined #openstack-swift | 19:11 | |
*** ujjain has joined #openstack-swift | 19:11 | |
*** cameron.freenode.net sets mode: +vv clayg cschwede | 19:11 | |
*** ndk_ has quit IRC | 19:11 | |
*** ndk_ has joined #openstack-swift | 19:11 | |
*** portante_ has quit IRC | 19:11 | |
*** portante_ has joined #openstack-swift | 19:11 | |
*** klrmn has joined #openstack-swift | 19:11 | |
*** vinsh has joined #openstack-swift | 19:11 | |
*** klrmn is now known as 92AAB9ZY8 | 19:14 | |
*** noqa_v_q1ovnie has joined #openstack-swift | 19:14 | |
*** badari has joined #openstack-swift | 19:14 | |
*** MooingLemur has joined #openstack-swift | 19:14 | |
*** petertr7 has joined #openstack-swift | 19:14 | |
*** donagh has joined #openstack-swift | 19:14 | |
*** notmyname has joined #openstack-swift | 19:14 | |
*** klrmn has joined #openstack-swift | 19:14 | |
*** zul has joined #openstack-swift | 19:14 | |
*** alpha_ori has joined #openstack-swift | 19:14 | |
*** early has joined #openstack-swift | 19:14 | |
*** sjmc7 has joined #openstack-swift | 19:14 | |
*** clyps____ has joined #openstack-swift | 19:14 | |
*** dabukalam has joined #openstack-swift | 19:14 | |
*** j_king has joined #openstack-swift | 19:14 | |
*** bkmz_ has joined #openstack-swift | 19:14 | |
*** wasmum has joined #openstack-swift | 19:14 | |
*** StevenK has joined #openstack-swift | 19:14 | |
*** nottrobin has joined #openstack-swift | 19:14 | |
*** acoles_ has joined #openstack-swift | 19:14 | |
*** hugespoon has joined #openstack-swift | 19:14 | |
*** briancurtin has joined #openstack-swift | 19:14 | |
*** tdasilva has joined #openstack-swift | 19:14 | |
*** briancline has joined #openstack-swift | 19:14 | |
*** cameron.freenode.net sets mode: +vvv notmyname acoles_ tdasilva | 19:14 | |
*** glange has joined #openstack-swift | 19:17 | |
*** ChanServ sets mode: +v glange | 19:17 | |
*** rohit_ has quit IRC | 19:17 | |
*** silor1 has joined #openstack-swift | 19:21 | |
*** dfg_ has joined #openstack-swift | 19:23 | |
*** dosaboy_ has joined #openstack-swift | 19:24 | |
*** timur_ has joined #openstack-swift | 19:24 | |
*** okdas has joined #openstack-swift | 19:25 | |
*** okdas has joined #openstack-swift | 19:25 | |
*** peterlisak has joined #openstack-swift | 19:26 | |
*** a1|away has joined #openstack-swift | 19:26 | |
*** pchng_ghost has joined #openstack-swift | 19:26 | |
*** silor has quit IRC | 19:26 | |
*** amandap has quit IRC | 19:26 | |
*** blair has quit IRC | 19:26 | |
*** gmmaha has quit IRC | 19:26 | |
*** cebruns has quit IRC | 19:26 | |
*** okdas_ has quit IRC | 19:26 | |
*** dosaboy has quit IRC | 19:26 | |
*** rcernin has quit IRC | 19:26 | |
*** alex_oss1 has quit IRC | 19:26 | |
*** sgundur1 has quit IRC | 19:26 | |
*** alex_osso has joined #openstack-swift | 19:26 | |
*** sgundur has joined #openstack-swift | 19:26 | |
*** silor1 is now known as silor | 19:27 | |
*** rcernin has joined #openstack-swift | 19:27 | |
*** timur has quit IRC | 19:27 | |
*** NM has quit IRC | 19:27 | |
*** glange_ has quit IRC | 19:27 | |
*** sileht has joined #openstack-swift | 19:28 | |
*** eikke has joined #openstack-swift | 19:28 | |
*** cebruns has joined #openstack-swift | 19:28 | |
*** torgomatic has quit IRC | 19:28 | |
*** amandap has joined #openstack-swift | 19:29 | |
*** remix_tj has quit IRC | 19:30 | |
*** pchng_ has quit IRC | 19:30 | |
*** distroguy has quit IRC | 19:30 | |
*** proteusguy has quit IRC | 19:30 | |
*** aix has quit IRC | 19:30 | |
*** gmmaha has joined #openstack-swift | 19:30 | |
*** changbl has quit IRC | 19:32 | |
*** torgomatic has joined #openstack-swift | 19:34 | |
*** ChanServ sets mode: +v torgomatic | 19:34 | |
*** vinsh_ has joined #openstack-swift | 19:36 | |
*** csmart has joined #openstack-swift | 19:36 | |
*** badari has quit IRC | 19:36 | |
*** barra204 has joined #openstack-swift | 19:38 | |
*** sileht has quit IRC | 19:39 | |
*** vinsh has quit IRC | 19:39 | |
*** dfg has quit IRC | 19:39 | |
*** shakamunyi has quit IRC | 19:39 | |
*** tristanC_ has quit IRC | 19:39 | |
*** proteusguy has joined #openstack-swift | 19:42 | |
*** sgundur has quit IRC | 19:43 | |
*** distroguy has joined #openstack-swift | 19:44 | |
*** csmart has quit IRC | 19:46 | |
*** changbl has joined #openstack-swift | 19:47 | |
*** changbl is now known as 5EXAALMLM | 19:48 | |
*** csmart has joined #openstack-swift | 19:52 | |
*** torgomatic_ has joined #openstack-swift | 19:52 | |
*** gmmaha has quit IRC | 19:52 | |
*** distroguy has quit IRC | 19:52 | |
*** torgomatic has quit IRC | 19:52 | |
*** proteusguy has quit IRC | 19:52 | |
*** alex_osso has quit IRC | 19:52 | |
*** gmmaha has joined #openstack-swift | 19:52 | |
*** gmmaha has quit IRC | 19:52 | |
*** gmmaha has joined #openstack-swift | 19:52 | |
*** alex_oss1 has joined #openstack-swift | 19:52 | |
*** sileht has joined #openstack-swift | 19:53 | |
*** changbl_ has joined #openstack-swift | 19:55 | |
*** proteusguy has joined #openstack-swift | 19:55 | |
*** 5EXAALMLM has quit IRC | 19:56 | |
*** remix_tj has joined #openstack-swift | 19:57 | |
*** alex_oss1 has quit IRC | 19:59 | |
*** aix has joined #openstack-swift | 20:00 | |
*** diogogmt has joined #openstack-swift | 20:04 | |
*** nikhil__ is now known as Guest74324 | 20:22 | |
*** tsg has joined #openstack-swift | 20:26 | |
*** diogogmt has quit IRC | 20:30 | |
*** diogogmt has joined #openstack-swift | 20:31 | |
*** NM has joined #openstack-swift | 20:40 | |
*** pchng_ has joined #openstack-swift | 20:41 | |
*** pdardeau_ has joined #openstack-swift | 20:43 | |
*** timur has joined #openstack-swift | 20:44 | |
*** ejat has joined #openstack-swift | 20:45 | |
*** ejat has joined #openstack-swift | 20:45 | |
*** baffle has joined #openstack-swift | 20:45 | |
*** rcernin_ has joined #openstack-swift | 20:46 | |
*** petertr7 is now known as petertr7_away | 20:47 | |
*** chrisnelson has quit IRC | 20:48 | |
*** klrmn1 has joined #openstack-swift | 20:49 | |
*** [1]eranrom has joined #openstack-swift | 20:49 | |
*** joearnold_ has joined #openstack-swift | 20:50 | |
*** tanee2 has joined #openstack-swift | 20:51 | |
*** distroguy has joined #openstack-swift | 20:52 | |
*** chrisnelson has joined #openstack-swift | 20:53 | |
*** blair has joined #openstack-swift | 20:53 | |
*** pdardeau has quit IRC | 20:57 | |
*** timur_ has quit IRC | 20:57 | |
*** tanee has quit IRC | 20:57 | |
*** baffle_ has quit IRC | 20:57 | |
*** eranrom has quit IRC | 20:57 | |
*** pchng_ghost has quit IRC | 20:57 | |
*** ejat_ has quit IRC | 20:57 | |
*** kragniz has quit IRC | 20:57 | |
*** joearnold has quit IRC | 20:57 | |
*** rcernin has quit IRC | 20:57 | |
*** 92AAB9ZY8 has quit IRC | 20:57 | |
*** csmart has quit IRC | 20:57 | |
*** [1]eranrom is now known as eranrom | 20:57 | |
*** silor has quit IRC | 20:57 | |
*** joearnold_ is now known as joearnold | 20:57 | |
*** silor has joined #openstack-swift | 20:58 | |
*** kragniz has joined #openstack-swift | 20:59 | |
*** klrmn2 has joined #openstack-swift | 20:59 | |
*** klrmn1 has quit IRC | 21:03 | |
*** openstackgerrit has quit IRC | 21:06 | |
*** openstackgerrit has joined #openstack-swift | 21:06 | |
*** CaioBren_ has quit IRC | 21:10 | |
*** silor has quit IRC | 21:20 | |
mattoliverau | Morning | 21:22 |
*** NM has quit IRC | 21:48 | |
*** tsg has quit IRC | 21:56 | |
*** diogogmt has quit IRC | 22:06 | |
*** dewsday has joined #openstack-swift | 22:19 | |
*** darrenc is now known as darrenc_afk | 22:20 | |
*** diogogmt has joined #openstack-swift | 22:25 | |
*** marcusvrn_ has quit IRC | 22:25 | |
*** chlong has quit IRC | 22:25 | |
*** dewsday has quit IRC | 22:28 | |
*** rcernin_ has quit IRC | 22:48 | |
*** darrenc_afk is now known as darrence | 22:52 | |
*** darrence is now known as darrenc | 22:52 | |
*** km has joined #openstack-swift | 23:02 | |
*** km is now known as Guest39486 | 23:02 | |
*** stevemarZzz is now known as stevemar | 23:05 | |
*** william has joined #openstack-swift | 23:15 | |
*** william has quit IRC | 23:15 | |
*** kei_yama has joined #openstack-swift | 23:38 | |
*** pchng_ghost has joined #openstack-swift | 23:44 | |
*** gmmaharaj has joined #openstack-swift | 23:47 | |
*** openstackgerrit has quit IRC | 23:47 | |
*** openstackgerrit_ has joined #openstack-swift | 23:47 | |
*** openstackgerrit_ is now known as openstackgerrit | 23:48 | |
*** blmartin has joined #openstack-swift | 23:50 | |
*** remix_auei has joined #openstack-swift | 23:51 | |
*** chlong has joined #openstack-swift | 23:52 | |
*** Guest39486 has quit IRC | 23:54 | |
*** blair has quit IRC | 23:54 | |
*** tanee2 has quit IRC | 23:54 | |
*** eranrom has quit IRC | 23:54 | |
*** pchng_ has quit IRC | 23:54 | |
*** remix_tj has quit IRC | 23:54 | |
*** gmmaha has quit IRC | 23:54 | |
*** gmmaharaj is now known as gmmaha | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!