Thursday, 2015-11-26

*** 7YUAAEOGN has quit IRC00:01
*** haomaiwang has joined #openstack-swift00:01
*** david-lyle has joined #openstack-swift00:01
*** ho has joined #openstack-swift00:01
hogood morning!00:06
*** sgundur has joined #openstack-swift00:09
*** sgundur has left #openstack-swift00:09
mattoliverauho: morning00:16
mattoliverauho: enjoy your sleep in (no swift meeting)?00:18
homattoliverau: morning! lol, yeah, I enjoyed good sleep :-)00:19
*** nadeem has quit IRC00:21
*** lyrrad has quit IRC00:27
*** miurahr has joined #openstack-swift00:33
*** dmorita has joined #openstack-swift00:38
*** haomaiwang has quit IRC01:01
*** haomaiwa_ has joined #openstack-swift01:01
*** haomaiwa_ has quit IRC01:08
openstackgerritSamuel Merritt proposed openstack/swift: Fix crash when a SLO repeats a segment.  https://review.openstack.org/25009901:19
*** klrmn1 has quit IRC01:31
takashiHi! Is anybody available now? I have a question about SLO and DLO.01:33
mattoliverautakashi: whats up?01:34
takashiRecently I tested SLO and DLO with Liberty release, and found ETag is quoted.01:36
takashiI know it is appropriate based on RFC, but I also found that API document says "ETag is not quoted."01:36
mattoliverautakashi: ok, I'll need to go check it out. Maybe the API doc needs to be updated.01:37
takashimattoliverau: 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
takashis/updage/update01:38
takashiWe get a non-quoted value in normal object get, while we get a quoted value in SLO and DLO.01:40
mattoliverautakashi: let me go take a look on my saio :)01:40
takashimattoliverau: OK01:41
openstackgerritMerged openstack/swift: Improve swift-init usage statement  https://review.openstack.org/24980101:43
zaitcevMy 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
zaitcevSo 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
timburkefwiw, DLO currently does the same md5-of-segment-etags as SLO, but only if the segment listing can fit comfortably within a single listing page01:49
timburke(if it's longer, it falls back to the md5-of-the-empty-string etag)01:49
*** jerrygb has joined #openstack-swift01:50
takashitimeburke: I just checked the code of DLO, and found that's true!01:52
*** jerrygb has quit IRC01:53
takashiI 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
mattoliverautakashi: 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 tep01:55
mattoliverau*step01:55
takashimttoliverau: OK! I will post a bug report on the Launchpad, thanks.01:56
*** Vinsh has joined #openstack-swift01:56
mattoliverautakashi: thanks for noticing :)01:56
*** zhill has joined #openstack-swift02:00
takashimattoliverau: No problem, and thanks for your checking, too!02:00
*** Vinsh_ has joined #openstack-swift02:01
*** Vinsh has quit IRC02:01
*** Vinsh_ has quit IRC02:01
takashiI just posted a report about this thing. https://bugs.launchpad.net/swift/+bug/152003702:02
openstackLaunchpad bug 1520037 in OpenStack Object Storage (swift) "ETag value in getting SLO/DLO is quoted" [Undecided,New]02:02
*** zhill has quit IRC02:05
*** pchng_ has quit IRC02:07
mattoliverautakashi: thanks again :)02:10
*** badari_ has joined #openstack-swift02:18
*** badari has quit IRC02:21
*** klrmn1 has joined #openstack-swift02:34
*** haomaiwang has joined #openstack-swift02:38
*** diazjf has joined #openstack-swift02:48
*** sanchitmalhotra has joined #openstack-swift02:54
*** Zyric1 has joined #openstack-swift02:54
*** jeblair is now known as corvus02:55
*** links has joined #openstack-swift02:59
*** tsg has quit IRC02:59
*** haomaiwang has quit IRC03:01
*** haomaiwang has joined #openstack-swift03:01
*** nadeem has joined #openstack-swift03:06
*** venkat_p has joined #openstack-swift03:08
*** breitz has quit IRC03:09
*** breitz has joined #openstack-swift03:10
*** sanchitmalhotra1 has joined #openstack-swift03:16
*** links has quit IRC03:16
*** swiftchobo has joined #openstack-swift03:18
*** sanchitmalhotra has quit IRC03:18
*** swiftchobo has quit IRC03:18
*** swiftchobo has joined #openstack-swift03:19
swiftchoboWhat is the minimum number EC-fragments is in erasure coding?03:22
timburkeswiftchobo: 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 work03:26
*** badari_ has quit IRC03:30
*** links has joined #openstack-swift03:30
swiftchobotimburke:thank you thank you!!!03:31
timburkehappy to help :)03:31
*** links has quit IRC03:35
*** sanchitmalhotra has joined #openstack-swift03:55
*** sanchitmalhotra1 has quit IRC03:57
*** haomaiwang has quit IRC04:01
*** haomaiwang has joined #openstack-swift04:01
openstackgerritTakashi Kajinami proposed openstack/swift: Unquote etag value in getting SLO/DLO  https://review.openstack.org/25014504:22
*** ppai has joined #openstack-swift04:24
*** mahatic has joined #openstack-swift04:25
*** tsg has joined #openstack-swift04:28
*** nadeem has quit IRC04:31
*** klrmn2 has joined #openstack-swift04:31
*** klrmn2 has quit IRC04:33
*** klrmn1 has quit IRC04:33
openstackgerritMerged openstack/swift: Add more functional tests for reverse listings  https://review.openstack.org/24926204:40
openstackgerritMerged openstack/swift: Include params in multipart message part content-type  https://review.openstack.org/24998204:41
*** rohit_ has quit IRC04:46
*** jamielennox is now known as jamielennox|away04:48
*** haomaiwang has quit IRC05:01
*** haomaiwang has joined #openstack-swift05:01
*** CaioBren_ has joined #openstack-swift05:05
*** sanchitmalhotra1 has joined #openstack-swift05:05
*** sanchitmalhotra has quit IRC05:07
*** CaioBrentano has quit IRC05:07
*** SkyRocknRoll has joined #openstack-swift05:24
*** zaitcev has quit IRC05:35
*** sanchitmalhotra has joined #openstack-swift05:42
*** sanchitmalhotra1 has quit IRC05:43
openstackgerritDaisuke Morita proposed openstack/swift: WIP: Changing Policies  https://review.openstack.org/20932905:46
*** sanchitmalhotra1 has joined #openstack-swift05:54
*** openstack has joined #openstack-swift05:56
*** haomaiwang has quit IRC06:01
*** haomaiwang has joined #openstack-swift06:01
*** tsg has quit IRC06:03
*** diazjf has quit IRC06:14
openstackgerritCatherine Northcott proposed openstack/swift: Add support for storage policies to have more than one name  https://review.openstack.org/24197806:18
*** Zyric1 has quit IRC06:21
openstackgerritMatthew Oliver proposed openstack/swift: Add concurrent reads option to proxy  https://review.openstack.org/11771006:27
venkat_pHi all06:30
venkat_pCan some one can tell in the code where the proxy sends request to account web server or other servers06:31
mattoliverauvenkat_p: swift/proxy/controllers/account.py06:34
*** venkat_p has quit IRC06:35
takashiDoes anybody know why swift "ignores" multi-range header when getting SLO?06:37
mattoliverautakashi: is shouldn't06:38
mattoliverau*it06:38
mattoliverauWell I thought multi-range headers work on SLO.06:39
mattoliverauor are you talking about multi-range headers in the slo manifest itself, cause that isn't supported06:39
mattoliverausingle range headers are06:39
takashimattoliverau: I'm talking about multi-range headers in getting the slo OBJECT06:40
takashiIt works with single range, while it ignores multi-range and returns the whole object.06:41
*** dmorita has quit IRC06:42
takashimattoliverau: Getting slo manifest means getting manifest file with multipart-manifest=get as request query, right?06:44
*** venkat_p has joined #openstack-swift06:49
*** mahatic has quit IRC06:55
*** mahatic has joined #openstack-swift06:58
*** eranrom has joined #openstack-swift06:59
*** haomaiwang has quit IRC07:01
*** haomaiwang has joined #openstack-swift07:01
mahatictakashi: 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-object07:12
takashimahatic: Thanks!07:14
*** venkat_p has quit IRC07:21
*** cc has joined #openstack-swift07:25
*** openstack has quit IRC07:28
*** openstack has joined #openstack-swift14:07
*** daemontool has quit IRC14:12
*** aix has quit IRC14:14
*** daemontool has joined #openstack-swift14:14
*** haomaiwang has joined #openstack-swift14:16
*** weihan has quit IRC14:21
*** aix has joined #openstack-swift14:29
* charz_ disable swiftstack-ci temporary for troubleshooting14:42
*** NM has quit IRC14:48
openstackgerritMerged openstack/swift: Have versioned_writes use reverse listings  https://review.openstack.org/23439114:58
*** janonymous_ has joined #openstack-swift14:58
openstackgerritAlistair Coles proposed openstack/swift: Add functional test for multi-range GET requests.  https://review.openstack.org/16782815:02
openstackgerritAlistair Coles proposed openstack/swift: Test for content-type params in multi-range response  https://review.openstack.org/25042715:02
openstackgerritMerged openstack/swift: Log error if a local device not identified in replicator  https://review.openstack.org/24304015:14
openstackgerritFerenc Horváth proposed openstack/swift: Replace string slicing with proper string methods.  https://review.openstack.org/23595015:25
*** daemontool has quit IRC15:31
*** daemontool has joined #openstack-swift15:39
*** klrmn1 has joined #openstack-swift15:40
*** klrmn1 has quit IRC15:41
*** janonymous_ has quit IRC15:43
*** daemontool has quit IRC15:44
*** daemontool has joined #openstack-swift15:48
*** pchng has quit IRC15:48
*** rohit_ has joined #openstack-swift15:49
*** pchng has joined #openstack-swift15:52
*** philipw has quit IRC15:59
*** philipw has joined #openstack-swift15:59
*** janonymous_ has joined #openstack-swift16:01
*** aix has quit IRC16:05
*** rcernin has quit IRC16:09
*** badari has joined #openstack-swift16:10
* charz_ ok, acl fail fixed. Enable swiftstack-ci again.16:23
openstackgerritAlistair Coles proposed openstack/swift: Make ECDiskFile report all fragments found on disk  https://review.openstack.org/23112116:27
*** aix has joined #openstack-swift16:30
*** vinsh_ has joined #openstack-swift16:30
*** rohit__ has joined #openstack-swift16:32
*** daemontool_ has joined #openstack-swift16:32
*** noqa_v_q1ovnie has joined #openstack-swift16:35
*** rohit_ has quit IRC16:35
*** gmmaha has quit IRC16:35
*** blair has quit IRC16:35
*** daemontool has quit IRC16:35
*** pushkarajthorat has quit IRC16:35
*** jistr has quit IRC16:35
*** vinsh has quit IRC16:35
*** alex_osso has quit IRC16:35
*** noqa_v_qoovnie has quit IRC16:35
*** shakamunyi has quit IRC16:35
*** gmmaha has joined #openstack-swift16:35
*** shakamunyi has joined #openstack-swift16:35
*** jistr has joined #openstack-swift16:35
*** rohit__ is now known as rohit_16:35
*** petertr7 is now known as petertr7_away16:37
*** alex_osso has joined #openstack-swift16:40
*** arnox has quit IRC16:50
*** daemontool_ has quit IRC16:51
*** daemontool_ has joined #openstack-swift16:51
*** rcernin has joined #openstack-swift16:52
openstackgerritMahati Chamarthy proposed openstack/swift: Decrypt multipart mime doc  https://review.openstack.org/24837716:52
*** eranrom has quit IRC16:55
acolescharz_: great! thanks for fixing the ci16:58
*** haomaiwang has quit IRC17:00
*** haomaiwang has joined #openstack-swift17:01
*** haomaiwang has quit IRC17:01
*** haomaiwang has joined #openstack-swift17:01
*** sgundur has joined #openstack-swift17:05
*** sgundur has left #openstack-swift17:06
*** haomaiwang has quit IRC17:08
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873617:15
*** jistr has quit IRC17:16
*** petertr7_away is now known as petertr717:28
openstackgerritAlistair Coles proposed openstack/swift: Don't ssync data when only a durable is missing  https://review.openstack.org/23268417:28
openstackgerritAlistair Coles proposed openstack/swift: Make ECDiskFile report all fragments found on disk  https://review.openstack.org/23112117:28
*** proteusguy has quit IRC17:33
*** blair has joined #openstack-swift17:39
*** changbl has quit IRC17:40
openstackgerritAlistair Coles proposed openstack/swift: EC: Avoid conflicts when ssync'ing fragments  https://review.openstack.org/18140717:41
*** petertr7 is now known as petertr7_away17:43
*** janonymous_ has quit IRC17:46
*** proteusguy has joined #openstack-swift17:46
*** geaaru has quit IRC17:52
openstackgerritAlistair Coles proposed openstack/swift: Enable object server to return non-durable data  https://review.openstack.org/21527617:55
*** changbl has joined #openstack-swift17:55
*** petertr7_away is now known as petertr718:05
*** hseipp has quit IRC18:08
*** jordanP has quit IRC18:13
*** acoles is now known as acoles_18:31
*** peterlisak has quit IRC18:33
*** a1|away has quit IRC18:33
*** hogepodge_ has joined #openstack-swift18:34
*** vinsh_ has quit IRC18:34
*** mahatic has quit IRC18:34
*** vinsh has joined #openstack-swift18:34
*** daemontool_ has quit IRC18:34
*** hogepodge has quit IRC18:34
*** eikke has quit IRC18:34
*** eranrom has joined #openstack-swift18:37
*** pchng_ has joined #openstack-swift18:47
*** silor1 has joined #openstack-swift18:47
*** openstackgerrit has quit IRC18:49
*** silor has quit IRC18:49
*** silor1 is now known as silor18:49
*** alex_osso has quit IRC18:49
*** alex_osso has joined #openstack-swift18:49
*** sgundur1 has joined #openstack-swift18:51
*** vinsh has quit IRC18:53
*** vinsh has joined #openstack-swift18:53
*** tristanC_ has joined #openstack-swift18:54
*** hogepodge has joined #openstack-swift18:55
*** glange_ has joined #openstack-swift18:56
*** ChanServ sets mode: +v glange_18:56
*** okdas_ has joined #openstack-swift18:58
*** NM has joined #openstack-swift18:58
*** vinsh has quit IRC18:58
*** cebruns has joined #openstack-swift18:58
*** distroguy has joined #openstack-swift18:58
*** alex_oss1 has joined #openstack-swift18:59
*** timur has joined #openstack-swift18:59
*** hogepodge_ has quit IRC19:01
*** alex_osso has quit IRC19:01
*** pchng_ has quit IRC19:01
*** shakamunyi has quit IRC19:01
*** ejat has quit IRC19:01
*** tanee2 has quit IRC19:01
*** hugokuo has quit IRC19:01
*** sileht has quit IRC19:01
*** csmart has quit IRC19:01
*** tristanC has quit IRC19:01
*** cebruns_ has quit IRC19:01
*** timur_ has quit IRC19:01
*** pdardeau_ has quit IRC19:01
*** dosaboy has quit IRC19:01
*** stevemar has quit IRC19:01
*** baffle has quit IRC19:01
*** joearnold has quit IRC19:01
*** remix_tj has quit IRC19:01
*** dfg_ has quit IRC19:01
*** kragniz has quit IRC19:01
*** okdas has quit IRC19:01
*** torgomatic has quit IRC19:01
*** chrisnelson_ has quit IRC19:01
*** amandap has quit IRC19:01
*** ndk has quit IRC19:01
*** glange has quit IRC19:01
*** portante has quit IRC19:01
*** chlong has quit IRC19:01
*** CaioBren_ has quit IRC19:01
*** balajir has quit IRC19:01
*** chmouel has quit IRC19:01
*** jmccarthy has quit IRC19:01
*** swat30 has quit IRC19:01
*** ahale_ has quit IRC19:01
*** jrichli has quit IRC19:01
*** sc68cal has quit IRC19:01
*** amit213 has quit IRC19:01
*** sw3 has quit IRC19:01
*** HenryG has quit IRC19:01
*** urth has quit IRC19:01
*** dmsimard has quit IRC19:01
*** mtreinish has quit IRC19:01
*** tamizh_geek has quit IRC19:01
*** noqa_v_q1ovnie has quit IRC19:01
*** badari has quit IRC19:01
*** MooingLemur has quit IRC19:01
*** petertr7 has quit IRC19:01
*** donagh has quit IRC19:01
*** notmyname has quit IRC19:01
*** klrmn has quit IRC19:01
*** zul has quit IRC19:01
*** alpha_ori has quit IRC19:01
*** early has quit IRC19:01
*** sjmc7 has quit IRC19:01
*** clyps____ has quit IRC19:01
*** dabukalam has quit IRC19:01
*** j_king has quit IRC19:01
*** bkmz_ has quit IRC19:01
*** wasmum has quit IRC19:01
*** StevenK has quit IRC19:01
*** nottrobin has quit IRC19:01
*** acoles_ has quit IRC19:01
*** hugespoon has quit IRC19:01
*** briancurtin has quit IRC19:01
*** tdasilva has quit IRC19:01
*** briancline has quit IRC19:01
*** pchng has quit IRC19:01
*** david-ly_ has quit IRC19:01
*** zackmdavis has quit IRC19:01
*** kota_ has quit IRC19:01
*** hrou has quit IRC19:01
*** peluse has quit IRC19:01
*** raginbajin has quit IRC19:01
*** clayg has quit IRC19:01
*** bwall has quit IRC19:01
*** scott- has quit IRC19:01
*** _fortis has quit IRC19:01
*** mandarine has quit IRC19:01
*** cschwede has quit IRC19:01
*** ujjain has quit IRC19:01
*** eranrom has quit IRC19:01
*** pchng_ has joined #openstack-swift19:03
*** dosaboy has joined #openstack-swift19:03
*** shakamunyi has joined #openstack-swift19:04
*** vinsh has joined #openstack-swift19:04
*** dfg has joined #openstack-swift19:05
*** torgomatic has joined #openstack-swift19:06
*** ChanServ sets mode: +v torgomatic19:06
*** amandap has joined #openstack-swift19:07
*** chrisnelson has joined #openstack-swift19:08
*** chlong has joined #openstack-swift19:08
*** CaioBren_ has joined #openstack-swift19:08
*** balajir has joined #openstack-swift19:08
*** chmouel has joined #openstack-swift19:08
*** jmccarthy has joined #openstack-swift19:08
*** swat30 has joined #openstack-swift19:08
*** ahale_ has joined #openstack-swift19:08
*** urth has joined #openstack-swift19:08
*** jrichli has joined #openstack-swift19:08
*** sc68cal has joined #openstack-swift19:08
*** amit213 has joined #openstack-swift19:08
*** sw3 has joined #openstack-swift19:08
*** HenryG has joined #openstack-swift19:08
*** dmsimard has joined #openstack-swift19:08
*** mtreinish has joined #openstack-swift19:08
*** tamizh_geek has joined #openstack-swift19:08
*** remix_tj has joined #openstack-swift19:08
*** vinsh has quit IRC19:08
*** kragniz_ has joined #openstack-swift19:10
*** tanee has joined #openstack-swift19:10
*** joearnold has joined #openstack-swift19:10
*** ejat_ has joined #openstack-swift19:10
*** pdardeau has joined #openstack-swift19:10
*** baffle_ has joined #openstack-swift19:10
*** eranrom has joined #openstack-swift19:10
*** kragniz_ is now known as kragniz19:10
*** portante_ has joined #openstack-swift19:11
*** openstackgerrit has joined #openstack-swift19:11
*** hugokuo has joined #openstack-swift19:11
*** stevemarZzz has joined #openstack-swift19:11
*** ndk_ has joined #openstack-swift19:11
*** david-ly_ has joined #openstack-swift19:11
*** zackmdavis has joined #openstack-swift19:11
*** kota_ has joined #openstack-swift19:11
*** hrou has joined #openstack-swift19:11
*** peluse has joined #openstack-swift19:11
*** raginbajin has joined #openstack-swift19:11
*** clayg has joined #openstack-swift19:11
*** bwall has joined #openstack-swift19:11
*** scott- has joined #openstack-swift19:11
*** _fortis has joined #openstack-swift19:11
*** mandarine has joined #openstack-swift19:11
*** cschwede has joined #openstack-swift19:11
*** ujjain has joined #openstack-swift19:11
*** cameron.freenode.net sets mode: +vv clayg cschwede19:11
*** ndk_ has quit IRC19:11
*** ndk_ has joined #openstack-swift19:11
*** portante_ has quit IRC19:11
*** portante_ has joined #openstack-swift19:11
*** klrmn has joined #openstack-swift19:11
*** vinsh has joined #openstack-swift19:11
*** klrmn is now known as 92AAB9ZY819:14
*** noqa_v_q1ovnie has joined #openstack-swift19:14
*** badari has joined #openstack-swift19:14
*** MooingLemur has joined #openstack-swift19:14
*** petertr7 has joined #openstack-swift19:14
*** donagh has joined #openstack-swift19:14
*** notmyname has joined #openstack-swift19:14
*** klrmn has joined #openstack-swift19:14
*** zul has joined #openstack-swift19:14
*** alpha_ori has joined #openstack-swift19:14
*** early has joined #openstack-swift19:14
*** sjmc7 has joined #openstack-swift19:14
*** clyps____ has joined #openstack-swift19:14
*** dabukalam has joined #openstack-swift19:14
*** j_king has joined #openstack-swift19:14
*** bkmz_ has joined #openstack-swift19:14
*** wasmum has joined #openstack-swift19:14
*** StevenK has joined #openstack-swift19:14
*** nottrobin has joined #openstack-swift19:14
*** acoles_ has joined #openstack-swift19:14
*** hugespoon has joined #openstack-swift19:14
*** briancurtin has joined #openstack-swift19:14
*** tdasilva has joined #openstack-swift19:14
*** briancline has joined #openstack-swift19:14
*** cameron.freenode.net sets mode: +vvv notmyname acoles_ tdasilva19:14
*** glange has joined #openstack-swift19:17
*** ChanServ sets mode: +v glange19:17
*** rohit_ has quit IRC19:17
*** silor1 has joined #openstack-swift19:21
*** dfg_ has joined #openstack-swift19:23
*** dosaboy_ has joined #openstack-swift19:24
*** timur_ has joined #openstack-swift19:24
*** okdas has joined #openstack-swift19:25
*** okdas has joined #openstack-swift19:25
*** peterlisak has joined #openstack-swift19:26
*** a1|away has joined #openstack-swift19:26
*** pchng_ghost has joined #openstack-swift19:26
*** silor has quit IRC19:26
*** amandap has quit IRC19:26
*** blair has quit IRC19:26
*** gmmaha has quit IRC19:26
*** cebruns has quit IRC19:26
*** okdas_ has quit IRC19:26
*** dosaboy has quit IRC19:26
*** rcernin has quit IRC19:26
*** alex_oss1 has quit IRC19:26
*** sgundur1 has quit IRC19:26
*** alex_osso has joined #openstack-swift19:26
*** sgundur has joined #openstack-swift19:26
*** silor1 is now known as silor19:27
*** rcernin has joined #openstack-swift19:27
*** timur has quit IRC19:27
*** NM has quit IRC19:27
*** glange_ has quit IRC19:27
*** sileht has joined #openstack-swift19:28
*** eikke has joined #openstack-swift19:28
*** cebruns has joined #openstack-swift19:28
*** torgomatic has quit IRC19:28
*** amandap has joined #openstack-swift19:29
*** remix_tj has quit IRC19:30
*** pchng_ has quit IRC19:30
*** distroguy has quit IRC19:30
*** proteusguy has quit IRC19:30
*** aix has quit IRC19:30
*** gmmaha has joined #openstack-swift19:30
*** changbl has quit IRC19:32
*** torgomatic has joined #openstack-swift19:34
*** ChanServ sets mode: +v torgomatic19:34
*** vinsh_ has joined #openstack-swift19:36
*** csmart has joined #openstack-swift19:36
*** badari has quit IRC19:36
*** barra204 has joined #openstack-swift19:38
*** sileht has quit IRC19:39
*** vinsh has quit IRC19:39
*** dfg has quit IRC19:39
*** shakamunyi has quit IRC19:39
*** tristanC_ has quit IRC19:39
*** proteusguy has joined #openstack-swift19:42
*** sgundur has quit IRC19:43
*** distroguy has joined #openstack-swift19:44
*** csmart has quit IRC19:46
*** changbl has joined #openstack-swift19:47
*** changbl is now known as 5EXAALMLM19:48
*** csmart has joined #openstack-swift19:52
*** torgomatic_ has joined #openstack-swift19:52
*** gmmaha has quit IRC19:52
*** distroguy has quit IRC19:52
*** torgomatic has quit IRC19:52
*** proteusguy has quit IRC19:52
*** alex_osso has quit IRC19:52
*** gmmaha has joined #openstack-swift19:52
*** gmmaha has quit IRC19:52
*** gmmaha has joined #openstack-swift19:52
*** alex_oss1 has joined #openstack-swift19:52
*** sileht has joined #openstack-swift19:53
*** changbl_ has joined #openstack-swift19:55
*** proteusguy has joined #openstack-swift19:55
*** 5EXAALMLM has quit IRC19:56
*** remix_tj has joined #openstack-swift19:57
*** alex_oss1 has quit IRC19:59
*** aix has joined #openstack-swift20:00
*** diogogmt has joined #openstack-swift20:04
*** nikhil__ is now known as Guest7432420:22
*** tsg has joined #openstack-swift20:26
*** diogogmt has quit IRC20:30
*** diogogmt has joined #openstack-swift20:31
*** NM has joined #openstack-swift20:40
*** pchng_ has joined #openstack-swift20:41
*** pdardeau_ has joined #openstack-swift20:43
*** timur has joined #openstack-swift20:44
*** ejat has joined #openstack-swift20:45
*** ejat has joined #openstack-swift20:45
*** baffle has joined #openstack-swift20:45
*** rcernin_ has joined #openstack-swift20:46
*** petertr7 is now known as petertr7_away20:47
*** chrisnelson has quit IRC20:48
*** klrmn1 has joined #openstack-swift20:49
*** [1]eranrom has joined #openstack-swift20:49
*** joearnold_ has joined #openstack-swift20:50
*** tanee2 has joined #openstack-swift20:51
*** distroguy has joined #openstack-swift20:52
*** chrisnelson has joined #openstack-swift20:53
*** blair has joined #openstack-swift20:53
*** pdardeau has quit IRC20:57
*** timur_ has quit IRC20:57
*** tanee has quit IRC20:57
*** baffle_ has quit IRC20:57
*** eranrom has quit IRC20:57
*** pchng_ghost has quit IRC20:57
*** ejat_ has quit IRC20:57
*** kragniz has quit IRC20:57
*** joearnold has quit IRC20:57
*** rcernin has quit IRC20:57
*** 92AAB9ZY8 has quit IRC20:57
*** csmart has quit IRC20:57
*** [1]eranrom is now known as eranrom20:57
*** silor has quit IRC20:57
*** joearnold_ is now known as joearnold20:57
*** silor has joined #openstack-swift20:58
*** kragniz has joined #openstack-swift20:59
*** klrmn2 has joined #openstack-swift20:59
*** klrmn1 has quit IRC21:03
*** openstackgerrit has quit IRC21:06
*** openstackgerrit has joined #openstack-swift21:06
*** CaioBren_ has quit IRC21:10
*** silor has quit IRC21:20
mattoliverauMorning21:22
*** NM has quit IRC21:48
*** tsg has quit IRC21:56
*** diogogmt has quit IRC22:06
*** dewsday has joined #openstack-swift22:19
*** darrenc is now known as darrenc_afk22:20
*** diogogmt has joined #openstack-swift22:25
*** marcusvrn_ has quit IRC22:25
*** chlong has quit IRC22:25
*** dewsday has quit IRC22:28
*** rcernin_ has quit IRC22:48
*** darrenc_afk is now known as darrence22:52
*** darrence is now known as darrenc22:52
*** km has joined #openstack-swift23:02
*** km is now known as Guest3948623:02
*** stevemarZzz is now known as stevemar23:05
*** william has joined #openstack-swift23:15
*** william has quit IRC23:15
*** kei_yama has joined #openstack-swift23:38
*** pchng_ghost has joined #openstack-swift23:44
*** gmmaharaj has joined #openstack-swift23:47
*** openstackgerrit has quit IRC23:47
*** openstackgerrit_ has joined #openstack-swift23:47
*** openstackgerrit_ is now known as openstackgerrit23:48
*** blmartin has joined #openstack-swift23:50
*** remix_auei has joined #openstack-swift23:51
*** chlong has joined #openstack-swift23:52
*** Guest39486 has quit IRC23:54
*** blair has quit IRC23:54
*** tanee2 has quit IRC23:54
*** eranrom has quit IRC23:54
*** pchng_ has quit IRC23:54
*** remix_tj has quit IRC23:54
*** gmmaha has quit IRC23:54
*** gmmaharaj is now known as gmmaha23:54

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