Friday, 2016-10-07

*** Matti_ has quit IRC00:00
*** pcaruana has joined #openstack-swift00:08
jamielennoxhey swift, is https://review.openstack.org/#/c/360298/ the sort of thing i'm ever going to get through?00:10
patchbotpatch 360298 - python-swiftclient - Use requests_mock and oslotest00:10
jamielennoxi realize it's kind of big - and it's not finished, i could break it up into parts, but conceptually am i wasting my time?00:10
*** nadeem has joined #openstack-swift00:25
*** nadeem has quit IRC00:32
*** diogogmt has quit IRC00:47
*** vint_bra has joined #openstack-swift00:52
*** rhall has quit IRC00:54
notmynamejamielennox: that is a totally fair question01:01
jamielennoxnotmyname: :)01:01
jamielennoxi'm aware that swift in general is really anti bringing in dependencies, i'm hoping so long as they are test-requires i can do it01:02
jamielennoxbecause at the moment i am stuck making any real changes to swiftclient because the mocking expects things to be done in such a specific way01:02
notmynamejamielennox: TBH I hadn't seen it, but I gave it a quick look just now01:02
notmynametesting dependencies are much less of an issue than deployment dependencies01:02
notmynameIMO01:02
notmynamein general, the commit message identifies a problem and, while large, the patch seems to be largely formulaic. although it will need to have a careful look, at first glance it does seem reasonable that it would land01:05
jamielennoxnotmyname: cool, yea, most of the changes are really straight substitutions and i can split it up with a first one that has actual concept changes then follow on that is basically find and replace01:06
jamielennoxit's just it still takes a while and it was a reasonably big change for swiftclient01:07
*** takashi has quit IRC01:09
notmynameyeah01:13
notmynameI added joeljwright as a reviewer01:14
notmynamejamielennox: so I haven't run in to the problem you describe. I'm guessing not too many other people have either. if you were to describe that a little more (in a gerrit comment or the commit message), that would help the rest of us understand the urgency of the patch01:15
*** _JZ_ has joined #openstack-swift01:17
jamielennoxnotmyname: yea, so i'm trying to replace the way swiftclient is using keystoneclient, however most of the mocking layer has fakes that fake specific calls to ksc which wont happen the same way01:17
jamielennoxso mostly the first step is to just start mocking these requests at the wire so we can say the same actually HTTP calls were made, regardless of whether the mocks were called in a specific fashion01:18
notmynamecool01:18
kota_hello01:18
jamielennoxwhich, yea, is below the level most people interact with when changing things in swiftclient01:18
*** dmorita has joined #openstack-swift01:26
*** dmorita_ has quit IRC01:28
*** tqtran has quit IRC01:29
*** dmorita_ has joined #openstack-swift01:29
*** dmorita has quit IRC01:33
*** takashi_ has joined #openstack-swift02:27
*** dmorita_ has quit IRC02:29
*** dmorita has joined #openstack-swift02:30
*** ukaynar has joined #openstack-swift02:34
*** ukaynar has quit IRC02:35
*** ukaynar has joined #openstack-swift02:36
*** dmorita_ has joined #openstack-swift02:40
*** dmorita has quit IRC02:41
*** dmorita has joined #openstack-swift02:45
*** dmorita_ has quit IRC02:45
*** vint_bra has quit IRC03:12
*** jamielennox is now known as jamielennox|away03:21
*** dmorita has quit IRC03:41
*** dmorita has joined #openstack-swift03:59
*** takashi_ is now known as takashi04:18
*** ukaynar has quit IRC04:27
*** psachin has joined #openstack-swift04:43
*** klrmn has quit IRC04:46
*** chianingwang has quit IRC04:50
*** chianingwang has joined #openstack-swift04:50
*** _JZ_ has quit IRC05:09
*** jamielennox|away is now known as jamielennox05:23
*** SkyRocknRoll has joined #openstack-swift05:24
*** dmorita has quit IRC05:32
*** dmorita has joined #openstack-swift05:36
*** suresh__ has joined #openstack-swift05:40
suresh__Hi all I configured swift3 on my openstack swift setup and I tried to upload more than 5 GB, but it is failing with error message "Your proposed upload exceeds the maximum allowed object size"05:42
suresh__we can't upload morethan 5 GB through swift3 ? please someone help ....?05:42
*** bjolo_ has joined #openstack-swift05:46
*** qwertyco has joined #openstack-swift05:47
takashisuresh__: maybe you should use multipart upload http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadInitiate.html05:47
takashisuresh__: when using swift api directly, you have the same limitaiton. In that case, you can use large object feature, which can allow us to upload large object > 5GB by splitting it to multi part objects05:48
suresh__takashi: you have any idea about swift3 code where it is checking the condition > 5 GB05:51
*** dmorita has quit IRC05:52
charzsuresh__: I think the check condition is in Swift not Swift3.06:05
*** dmorita has joined #openstack-swift06:11
takashisuresh__: It seems that charz is right. swift3 is just converting erorr message returned from swift https://github.com/openstack/swift3/blob/ccd8ab81b7a3395c1d546640ea1300db20084e70/swift3/request.py#L98406:13
takashisuresh__: In swift, we reject putting object > 5GB here https://github.com/openstack/swift/blob/master/swift/proxy/controllers/obj.py#L796-L797 .06:15
takashisuresh__: We define that default value here: https://github.com/openstack/swift/blob/7d2f8e59ef801092878c92d752316bc74ab8eba8/swift/common/constraints.py#L2906:16
*** dmorita has quit IRC06:16
charzsuresh__: And it seems like amazon S3 doesn't have info api to query this kind of info likes swift did (<swift_api>/info)06:17
charzsuresh__: so you need to add some check in your client software prevent to run into this issue.06:18
*** tqtran has joined #openstack-swift06:28
*** tqtran has quit IRC06:32
*** jamielennox is now known as jamielennox|away06:41
*** janonymous has quit IRC06:48
*** janonymous has joined #openstack-swift06:49
*** jamielennox|away is now known as jamielennox06:49
*** rcernin has joined #openstack-swift06:51
*** hseipp has joined #openstack-swift06:54
*** tesseract- has joined #openstack-swift07:03
*** trananhkma has quit IRC07:20
*** geaaru has joined #openstack-swift07:29
*** rledisez has joined #openstack-swift07:29
*** jamielennox is now known as jamielennox|away07:30
*** jamielennox|away is now known as jamielennox07:30
*** jamielennox is now known as jamielennox|away07:32
*** jamielennox|away is now known as jamielennox07:32
*** amoralej|off is now known as amoralej07:38
admin6Hi there. I created a new bug report around erasure coding library : https://bugs.launchpad.net/swift/+bug/1631144 I don’t know if it’s already known and if it has been corrected in the latest pyeclib but it’s very painful because it prevent my client to get their files back. :-(08:00
openstackLaunchpad bug 1631144 in OpenStack Object Storage (swift) "Swit Erasure Coding : Error when decoding fragment" [Undecided,New]08:00
*** acoles_ is now known as acoles08:06
*** jordanP has joined #openstack-swift08:10
*** cbartz has joined #openstack-swift08:12
admin6BTW, I also still have theses errors around the EC reconstruction process: https://bugs.launchpad.net/swift/+bug/1621390  However, bug 1631144 is more critical for me.08:26
openstackLaunchpad bug 1621390 in OpenStack Object Storage (swift) "Exception in EC reconstruction" [Undecided,New]08:26
openstackbug 1631144 in OpenStack Object Storage (swift) "Swit Erasure Coding : Error when decoding fragment" [Undecided,New] https://launchpad.net/bugs/163114408:26
*** jamielennox is now known as jamielennox|away08:27
*** jamielennox|away is now known as jamielennox08:27
*** jamielennox is now known as jamielennox|away08:29
*** jamielennox|away is now known as jamielennox08:29
*** Anticime1 has quit IRC08:47
*** acoles is now known as acoles_08:47
*** jamielennox is now known as jamielennox|away08:48
*** jamielennox|away is now known as jamielennox08:48
*** Matti_ has joined #openstack-swift08:56
*** donagh has quit IRC08:59
*** jamielennox is now known as jamielennox|away09:03
*** jamielennox|away is now known as jamielennox09:03
*** bjolo_ has quit IRC09:12
*** geaaru has quit IRC09:14
*** nikivi has joined #openstack-swift09:16
*** kei_yama has quit IRC09:22
*** jamielennox is now known as jamielennox|away09:25
*** jamielennox|away is now known as jamielennox09:26
*** jamielennox is now known as jamielennox|away09:28
*** jamielennox|away is now known as jamielennox09:29
*** geaaru has joined #openstack-swift09:29
*** jamielennox is now known as jamielennox|away09:29
*** tqtran has joined #openstack-swift09:30
*** jamielennox|away is now known as jamielennox09:30
*** jamielennox is now known as jamielennox|away09:32
*** nikivi has quit IRC09:33
*** jamielennox|away is now known as jamielennox09:33
*** jamielennox is now known as jamielennox|away09:34
*** jamielennox|away is now known as jamielennox09:34
*** tqtran has quit IRC09:34
*** jamielennox is now known as jamielennox|away09:35
*** acoles_ is now known as acoles09:50
acolesadmin6: I left a comment on bug 1631144, wonder if you see any quarantined files09:51
openstackbug 1631144 in OpenStack Object Storage (swift) "Swift Erasure Coding : Error when decoding fragment" [Undecided,New] https://launchpad.net/bugs/163114409:51
admin6acoles: I’ll have a look asap09:57
*** takashi has quit IRC10:05
admin6acoles: where is the qurantined directody supposed to be located?10:12
acolesadmin6: on object server the 'quarantined' dir would be under the device dir at same level as 'objects' or 'objects-1' dirs10:27
acolesadmin6: e.g. I have on my dev SAIO .../sdb8/objects-2 and .../sdb8/quarantined10:28
admin6acoles: Ok. so I’ve no quarantined directory on all the devices that are part of that EC ring (listing /srv/node/* on every ACO server). I have only one quarantied dir on a disk that is part of a replica3 ring.10:31
acolesadmin6: ok, thanks for checking. that eliminates one explanation.10:47
acoleshmmm, so no corruption found. is it possible this is bug 1624176?10:51
openstackbug 1624176 in OpenStack Object Storage (swift) "500 ServerError trying to read EC object with duplicate frags" [High,Incomplete] https://launchpad.net/bugs/162417610:52
*** dmorita has joined #openstack-swift10:53
acolesadmin6: ^^ can you gather the object dir listing (i.e. *.data and *.durable)  for each of the 12 fragments of the object that generated the 500 in your bug report? the point being to see if you have any duplicate fragments10:54
acolesadmin6: hmmm, you'd need to use swift-get-nodes to find the object dir locations in your cluster from the account/container/object name10:57
*** dmorita has quit IRC10:58
admin6acoles: yes i’m doing that10:58
*** SkyRocknRoll has quit IRC11:20
*** Matti_ has quit IRC11:30
*** Matti_ has joined #openstack-swift11:43
*** qwertyco has quit IRC11:47
admin6acoles: it seems not to be ralated to bug 1624176. The X-Object-Sysmeta-Ec-Frag-Index are differrent for the 11 fragment available. I’ve update the bug report 1631144 ith details.11:47
openstackbug 1624176 in OpenStack Object Storage (swift) "500 ServerError trying to read EC object with duplicate frags" [High,Incomplete] https://launchpad.net/bugs/162417611:47
suresh__hi all, How swift is calling swift3 and how it is taking s3 authentication?11:55
suresh__please someone help?11:56
acolesadmin6: ok, thanks for adding all the info to the bug report11:58
acolessuresh__: the swift3 experts are in US and Japanese timezones, try asking again later11:58
*** qwertyco_ has joined #openstack-swift12:12
*** rcernin has quit IRC12:33
openstackgerritChristian Schwede proposed openstack/swift: Throttle update_auditor_status calls  https://review.openstack.org/38370712:36
openstackgerritChristian Schwede proposed openstack/swift: Throttle update_auditor_status calls  https://review.openstack.org/38370712:38
*** qwertyco_ has quit IRC12:39
*** amoralej is now known as amoralej|lunch12:45
*** rcernin has joined #openstack-swift12:48
*** links has quit IRC12:55
*** Matti_ has quit IRC12:56
*** rcernin_ has joined #openstack-swift12:56
*** rcernin has quit IRC13:01
admin6acoles: I’ve isolated the fragment that is responsible for the error. It’s the one that stand on device s02z2ecd10 as you suggested. What can I do now and why isn’t that fragment moved to quarantine?13:07
acolesadmin6: that's great to have isolated it. It would be good to know if it is corrupt or not. Basically to know if the md5 hash of the file content is equal to the ETag. Looks like you already calculated the md5 hash (on bug report) so swift-object-info will tell you the Etag (looks like maybe you used swift-object-info to list the fragment indexes)13:27
*** silor1 has joined #openstack-swift13:27
acolesadmin6: swift-object-info reports the ETag as "Object hash"13:28
acolesadmin6: note that we are not interested in X-Object-Sysmeta-Ec-Etag, that should be the same for all fragments13:28
*** silor1 is now known as silor13:29
acolesadmin6: also, to fix your problem of client GETs failing, you might move the offending fragment out of its dir. But, you already have one node returning 404, so that would reduce you to only 10 frags in a 9+3 scheme. So at most, move it somewhere, certainly do not delete it until sure it is corrupt!13:31
*** tqtran has joined #openstack-swift13:31
*** qwertyco has joined #openstack-swift13:32
acolesadmin6: btw, I can see a possibility why it may be corrupt but not yet quarantined - during a GET it would only be quarantined once it is completely read and found to be corrupt, but if it is not completely read (because the proxy errored) then it wouldn't be quarantined :/ I haven't reproduced that but it seems possible.13:32
acolesadmin6: that said, the object-auditor should quarantine it because it would read complete file. but maybe the auditor has not reached the file yet.13:33
openstackgerritMerged openstack/swift: Update pyeclib dependency to 1.3.1  https://review.openstack.org/38318513:35
acolesadmin6: also, if this frag is corrupt then that reconstructor may be failing to reconstruct the missing frag (the 404) for same reason as proxy blowing up :/13:35
acolescschwede: do you know an easy way to run an audit on a single object?13:35
*** tqtran has quit IRC13:36
tdasilvaacoles: in a way, isn't that what swift-object-info is doing?13:39
acolestdasilva: IDK, does swift-object-info read the .data file and compute md5?13:40
acolesif so, cool!13:40
tdasilvai thought there was an option to also check the hash13:40
tdasilvai thought there was an option for that, let me check....13:40
acolesoh, --no-check-etag13:41
acolesimplies the default is to check13:41
*** CrackerJackMack has quit IRC13:41
tdasilvaright13:41
acolesI'm trying to reproduce what admin6 see so I'll try out swift-object-info, I wonder if it spits out a warning or actually quarantines the object13:42
acolestdasilva: thanks!13:42
openstackgerritMahati Chamarthy proposed openstack/swift: remove empty db hash and suffix directories  https://review.openstack.org/33160113:42
tdasilvaacoles: yw :)13:43
*** amoralej|lunch is now known as amoralej13:44
*** CrackerJackMack has joined #openstack-swift13:46
*** diogogmt has joined #openstack-swift13:50
admin6acoles: for all fragment including the one I suspect, the md5sum equals the ETag value…13:52
acolesadmin6: ok! well, good, but not good that one of those frags causes the proxy to blow up :(13:54
acolesso 11 frags that all appear to be good in terms of ETag, but one of them, and only one it seems, if selected by proxy for a GET, causes liberasurecode to error complaining about invalid frag header14:01
*** chsc has joined #openstack-swift14:06
*** chsc has joined #openstack-swift14:06
*** vint_bra has joined #openstack-swift14:07
*** chsc has quit IRC14:11
suresh__hii all i configured openstack swift mitaka version14:13
suresh__while doing swift stat it is showing 503 service unavialable14:13
suresh__please someone help14:13
*** qwertyco has quit IRC14:20
cschwedeacoles: Hi! you want to just trigger an audit for an object? just retrieving it using a GET should quarantine it if it’s corrupted? Or do you mean to run the „real“ auditor on a single object?14:21
*** qwertyco has joined #openstack-swift14:21
*** qwertyco has quit IRC14:21
*** qwertyco has joined #openstack-swift14:21
*** briancline has quit IRC14:22
*** serverascode has quit IRC14:22
*** mminesh has quit IRC14:22
*** ujjain has quit IRC14:22
*** StevenK has quit IRC14:22
*** cppforlife_ has quit IRC14:22
*** urth has quit IRC14:22
*** amit213 has quit IRC14:22
*** ogelbukh has quit IRC14:22
*** zhiyan has quit IRC14:22
*** philipw has quit IRC14:22
*** briancline has joined #openstack-swift14:22
*** mminesh has joined #openstack-swift14:22
*** StevenK has joined #openstack-swift14:22
*** philipw_ has joined #openstack-swift14:22
*** urth has joined #openstack-swift14:22
acolescschwede: I meant run the real auditor, or equivalent, on a single object, because I was suspecting that the GET was not quarantining, if the GET reading does not completely read the file. But I'm no longer sure that hypothesis makes sense.14:23
*** ujjain has joined #openstack-swift14:23
*** ujjain has joined #openstack-swift14:23
acolescschwede: also tdasilva pointed out that swift-object-info does calculate the md5 and report if it does not match the Etag, which would have achieved what I needed.14:23
*** qwertyco has quit IRC14:23
cschwedeacoles: swift-account-audit AUTH_test/container/object might do the trick then - hopefully14:24
acolesit does not quarantine but is a useful tool to check an object's validity, which I had not realised before14:24
*** amit213 has joined #openstack-swift14:25
*** ogelbukh has joined #openstack-swift14:25
*** sgundur has joined #openstack-swift14:26
acolescschwede: thanks14:27
*** zhiyan has joined #openstack-swift14:27
cschwedeacoles: you’re welcome :)14:27
acolescschwede: ah, looks like swift-account-audit does not support policies :/14:27
*** serverascode has joined #openstack-swift14:28
* acoles will file a bug for that14:29
*** cppforlife_ has joined #openstack-swift14:31
acolesadmin6: I made a mistake earlier when I said swift-object-info reported the object etag as "Object hash" - that is in fact the hash of the object path. But I assume you were smart enough to see an ETag field in the report, since they all matched.14:35
cschwedeacoles: in the meantime, you could use a different ringdir („-r somedir“) and copy your object-X.ring.gz to object.ring.gz?14:35
acolescschwede: yep. so far though I haven't managed to corrupt a frag in a away that it is not quarantined immediately during the GET. And also, admin6 does not report any corrupted frag.14:36
admin6acoles: I hope to be smart enough ;-)  I’m trying to inspect multiple files that are in the same behaviour to extract the common stuff. Unfortunately, I need to leave in a quarter and dunno when I’ll be available to wrok back on that. I’ll try to give my inspection results in the lp bug.14:38
admin6acoles: thanks for your help and advices. :-)14:39
*** sgundur has quit IRC14:39
acolesadmin6: ok, pls try to capture whatever you learn on the bug report. I'm out of ideas at the moment but there's other brains we can get to think about it (kota is one of them)14:40
acolesadmin6: I am assuming you cannot share the set of fragment contents, but please keep a set that cause this error in case we can come up with some diagnostics for you to run on them14:41
admin6acoles: ok. got it.14:45
tdasilvaacoles, admin6: what lp bug are you referring to?14:47
admin6tdasilva: bug number 163114414:48
*** pcaruana has quit IRC14:49
*** StraubTW has joined #openstack-swift14:51
*** dmorita has joined #openstack-swift14:54
*** ukaynar has joined #openstack-swift14:55
*** vern has quit IRC14:59
*** dmorita has quit IRC14:59
*** nadeem has joined #openstack-swift15:00
*** vern has joined #openstack-swift15:01
*** jordanP has quit IRC15:03
*** nadeem has quit IRC15:05
*** philipw_ has quit IRC15:07
*** philipw has joined #openstack-swift15:07
*** sgundur has joined #openstack-swift15:10
*** geaaru has quit IRC15:13
*** psachin has quit IRC15:20
cnfhmm15:21
cnfswift is missing from the newton install docs?15:21
cnfhttp://docs.openstack.org/newton/install-guide-ubuntu/15:22
cnfnotmyname ^^^15:22
*** panbalag has joined #openstack-swift15:23
*** geaaru has joined #openstack-swift15:26
*** klrmn has joined #openstack-swift15:28
*** klrmn has quit IRC15:31
*** tqtran has joined #openstack-swift15:32
*** panbalag has quit IRC15:36
*** chsc has joined #openstack-swift15:36
*** tqtran has quit IRC15:37
acolesit's there but moved under additional services http://docs.openstack.org/newton/install-guide-ubuntu/additional-services.html15:37
acolesi wonder why15:37
rledisezhello all. i'm wondering if somebody already saw this kind of error message on object server :15:42
rledisezProblem writing durable state file /srv/[...]/1395054275.04994.durable ([Errno 2] No such file or directory: '/srv/[...]/1395054275.04994.durable'): #012Traceback (most recent call last):#012  File "/opt/swift-2.7.0-ovh20161004163608/local/lib/python2.7/site-packages/swift/obj/diskfile.py", line 2552, in _finalize_durable...15:42
rledisezit looks like an other process (eg: auditor) might be removing the folder because it thinks this is an invalid object without durable file while it is in replication/reconstruction (it seems to happen mostly/only on replication object server)15:42
*** arch-nemesis has joined #openstack-swift15:43
rledisezok, i should have searched before writing. found this one : https://bugs.launchpad.net/swift/+bug/159742915:44
openstackLaunchpad bug 1597429 in OpenStack Object Storage (swift) "Race condition on erasure coded ring" [Undecided,New]15:44
rledisezi'll comment on it. it seems to block the object server when it happens. i managed to reduce the frequency of the error by checking that mtime<reclaim_age before cleaning files, but it doesn't fix everything15:46
rledisezmight be related to https://bugs.launchpad.net/swift/+bug/1554378 also15:47
openstackLaunchpad bug 1554378 in OpenStack Object Storage (swift) "EC: Durable frag_set is reclaimable in racing condition" [Undecided,In progress] - Assigned to Kota Tsuyuzaki (tsuyuzaki-kota)15:47
rledisezdoes removing durable file makes this bug obsolete?15:47
*** sgundur has quit IRC15:48
tdasilvarledisez: hi, are you from ovh?15:49
rlediseztdasilva: yes15:49
tdasilvarledisez: cool..sorry of unrelated questions, but can you tell me what are the pcs and pca policies?15:50
tdasilvais one replicated and the other EC?15:50
rledisezexactly. it's public cloud storage/archive. archive is EC15:50
rledisezfor pca we introduce latency to reduce the IOPS on server15:51
rledisezso we can use biger disk with reduced performance15:51
tdasilvarledisez: cool..thanks..sorry for asking here, i couldn't find that information anywhere15:52
rledisezno pb, it's gonna be officially announced on tuesday at the ovh summit. you're a bit ahead of time ;)15:52
tdasilvahaha15:52
openstackgerritAlistair Coles proposed openstack/swift: EC - eliminate .durable files  https://review.openstack.org/35595815:58
*** tesseract- has quit IRC16:00
*** arch-nemesis has quit IRC16:00
*** arch-nemesis has joined #openstack-swift16:00
*** rcernin_ has quit IRC16:01
*** ukaynar has quit IRC16:02
*** cbartz has left #openstack-swift16:04
acolesrledisez: I think that eliminating .durable files (that patch ^^ coincidentally) may solve the race as reported in bug 155437816:08
openstackbug 1554378 in OpenStack Object Storage (swift) "EC: Durable frag_set is reclaimable in racing condition" [Undecided,In progress] https://launchpad.net/bugs/1554378 - Assigned to Kota Tsuyuzaki (tsuyuzaki-kota)16:08
acolesrledisez: problem is I am not sure how to write a test to prove that!16:09
acolesthe bug reported there is due to one process writng a durable file associated witha data file at t0, which another process cleans up the data file at t0 (reclaim). With the patch, the data file is renamed, so the operation is more atomic - the rename may fail if the other process has already reclaimed the data file, but there won't be an isolated .durable with no .data file to cause a false cleanup16:12
rledisezacoles: to reproduce it, it means having some kind of concurrency, which is not possible in unit test i guess. creating a folder with a .data/no .durable, with an old timestamp but a recent mtime should not trigger the cleaning. but it seems it's not the only race condition, i didn't figure out the other(s)16:13
*** nadeem has joined #openstack-swift16:13
rledisezi just commented the same on that bug: https://bugs.launchpad.net/swift/+bug/1597429 because i'm sure it's the same than the one i'm hitting16:15
openstackLaunchpad bug 1597429 in OpenStack Object Storage (swift) "Race condition on erasure coded ring" [Undecided,New]16:15
acolesrledisez: I am compiling a list of these bugs for discussion in Barcelona https://etherpad.openstack.org/p/ocata_swift_summit_topics16:19
acolesif we don't fix them before!16:20
*** arch-nemesis has quit IRC16:20
acolesrledisez: thanks. i think the two bugs are similar.16:22
*** hseipp has quit IRC16:23
*** arch-nemesis has joined #openstack-swift16:25
acolesoh! when the reconstructor is PUTting a fragment to another node we should skip the whole two-phase renaming completely and just write a durable data file straight-away (that is in future world with .durables eliminated). we just need a way to tell the object server and diskfile to do that. *just* == maybe not so simple.16:27
acolesthat eliminates any window when there is a non-durable frag that the reconstructor just wrote that is vulnerable to being reclaimed16:28
acolesclayg: ^^ make sense?16:28
acoleskota_: ^^16:28
*** rledisez has quit IRC16:29
*** arch-nemesis has quit IRC16:29
acoleskota_: I copied that ^^ as a comment on https://bugs.launchpad.net/swift/+bug/155437816:32
openstackLaunchpad bug 1554378 in OpenStack Object Storage (swift) "EC: Durable frag_set is reclaimable in racing condition" [Undecided,In progress] - Assigned to Kota Tsuyuzaki (tsuyuzaki-kota)16:32
acolesgood night16:34
*** acoles is now known as acoles_16:34
*** sgundur has joined #openstack-swift16:38
hogepodgenotmyname: how often does the team release a new version of the python-swiftclient. Is there a schedule for that?16:48
*** dmorita has joined #openstack-swift16:50
notmynamehogepodge: when it's needed. I haven't done one since the last release because of the upstream release freeze. there's not a particular schedule, though16:53
hogepodgenotmyname: ok, can I request a release once the freeze is done? We want to be able to bundle that documentation change into the downstream exam.16:55
*** david-lyle_ has joined #openstack-swift16:55
notmynamehogepodge: sure. AIUI, the freeze is over now since the release was yesterday16:55
hogepodgenotmyname: thanks, sorry for so much noise over such a small change. If I can do anything to help out let me know.16:56
*** ukaynar has joined #openstack-swift16:56
*** david-lyle_ has quit IRC16:57
*** nadeem has quit IRC16:57
*** _JZ_ has joined #openstack-swift17:00
*** geaaru has quit IRC17:00
*** vint_bra has quit IRC17:00
*** nadeem has joined #openstack-swift17:02
*** amoralej is now known as amoralej|off17:04
*** vint_bra has joined #openstack-swift17:04
*** david-lyle_ has joined #openstack-swift17:06
*** david-lyle_ has quit IRC17:07
*** david-lyle_ has joined #openstack-swift17:08
*** hseipp has joined #openstack-swift17:08
*** _JZ_ has quit IRC17:08
*** david-lyle_ is now known as david-lyle17:09
*** nadeem has quit IRC17:10
*** geaaru has joined #openstack-swift17:14
*** sgundur has quit IRC17:16
*** klrmn has joined #openstack-swift17:16
*** tqtran has joined #openstack-swift17:18
*** nadeem has joined #openstack-swift17:22
*** hseipp has quit IRC17:31
*** sgundur has joined #openstack-swift17:35
*** _JZ_ has joined #openstack-swift17:38
*** nadeem has quit IRC17:48
*** nikivi has joined #openstack-swift17:49
*** hseipp has joined #openstack-swift17:55
*** geaaru has quit IRC17:55
*** ukaynar has quit IRC17:57
*** vint_bra has quit IRC18:01
*** ukaynar has joined #openstack-swift18:06
*** vint_bra has joined #openstack-swift18:06
*** tongli has joined #openstack-swift18:13
*** ukaynar has quit IRC18:23
*** hseipp has quit IRC18:31
*** diogogmt has quit IRC18:36
*** nikivi has quit IRC18:43
*** openstackgerrit has quit IRC18:50
*** mmotiani has quit IRC18:50
*** ntata has quit IRC18:50
*** yarkot has quit IRC18:50
*** openstackgerrit has joined #openstack-swift18:50
*** david-lyle has quit IRC18:56
*** dmorita has quit IRC18:56
*** chianingwang has quit IRC18:56
*** Vinsh has quit IRC18:56
*** zul has quit IRC18:56
*** d0ugal has quit IRC18:56
*** Trixboxer has quit IRC18:57
*** logan- has quit IRC18:57
*** bhakta has quit IRC18:57
*** cschwede has quit IRC18:57
*** amoralej|off has quit IRC18:57
*** furlongm has quit IRC18:57
*** jistr has quit IRC18:57
*** neonpastor has quit IRC18:57
*** gmmaha has quit IRC18:57
*** gopenshaw_ has quit IRC18:57
*** tonyb has quit IRC18:57
*** neonpastor has joined #openstack-swift18:57
*** cschwede has joined #openstack-swift18:57
*** tonyb has joined #openstack-swift18:57
*** ChanServ sets mode: +v cschwede18:57
*** cschwede has quit IRC18:57
*** cschwede has joined #openstack-swift18:57
*** asimov.freenode.net sets mode: +v cschwede18:57
*** jistr has joined #openstack-swift18:57
*** furlongm has joined #openstack-swift18:57
*** bhakta has joined #openstack-swift18:57
*** gopenshaw has joined #openstack-swift18:57
*** chianingwang has joined #openstack-swift18:57
*** dmorita has joined #openstack-swift18:57
*** chianingwang has quit IRC18:57
*** chianingwang has joined #openstack-swift18:57
*** Trixboxer has joined #openstack-swift18:57
*** Vinsh has joined #openstack-swift18:57
*** david-lyle has joined #openstack-swift18:57
*** gmmaha has joined #openstack-swift18:57
*** zul has joined #openstack-swift18:57
*** logan- has joined #openstack-swift18:57
*** d0ugal has joined #openstack-swift18:57
*** amoralej has joined #openstack-swift18:58
*** DuncanT has quit IRC19:00
*** DuncanT has joined #openstack-swift19:05
*** sgundur has quit IRC19:05
*** ukaynar_ has joined #openstack-swift19:07
*** vint_bra has quit IRC19:08
*** _JZ_ has quit IRC19:08
*** zhiyan has quit IRC19:08
*** urth has quit IRC19:08
*** briancline has quit IRC19:08
*** zaitcev has quit IRC19:08
*** AndyWojo has quit IRC19:08
*** cargonza has quit IRC19:08
*** tries_ has quit IRC19:08
*** natarej_ has quit IRC19:08
*** gabor_antal has quit IRC19:08
*** jroll has quit IRC19:09
*** Raymii has quit IRC19:09
*** jaakkos has quit IRC19:09
*** csmart has quit IRC19:09
*** csmart has joined #openstack-swift19:09
*** briancline has joined #openstack-swift19:09
*** tries_ has joined #openstack-swift19:09
*** tries_ has quit IRC19:09
*** tries_ has joined #openstack-swift19:09
*** zaitcev has joined #openstack-swift19:09
*** ChanServ sets mode: +v zaitcev19:09
*** vint_bra has joined #openstack-swift19:09
*** gabor_antal has joined #openstack-swift19:09
*** Raymii has joined #openstack-swift19:09
*** jroll has joined #openstack-swift19:09
*** _JZ_ has joined #openstack-swift19:09
*** natarej_ has joined #openstack-swift19:09
*** urth has joined #openstack-swift19:10
*** sgundur has joined #openstack-swift19:12
*** serverascode has quit IRC19:12
*** jaakkos has joined #openstack-swift19:14
*** AndyWojo has joined #openstack-swift19:14
*** zhiyan has joined #openstack-swift19:16
*** serverascode has joined #openstack-swift19:17
*** cargonza has joined #openstack-swift19:18
*** openstackgerrit has quit IRC19:18
*** tqtran has quit IRC19:18
*** chsc has quit IRC19:18
*** cppforlife_ has quit IRC19:18
*** ogelbukh has quit IRC19:18
*** amit213 has quit IRC19:18
*** mminesh has quit IRC19:18
*** kong has quit IRC19:19
*** ndk_ has quit IRC19:19
*** hoonetorg has quit IRC19:19
*** onovy has quit IRC19:19
*** kozhukalov has quit IRC19:19
*** blair has quit IRC19:19
*** acoles_ has quit IRC19:19
*** madorn has quit IRC19:19
*** calebb has quit IRC19:19
*** fbo has quit IRC19:19
*** onovy has joined #openstack-swift19:19
*** chsc has joined #openstack-swift19:19
*** chsc has quit IRC19:19
*** chsc has joined #openstack-swift19:19
*** ndk has joined #openstack-swift19:19
*** tqtran has joined #openstack-swift19:19
*** ndk has quit IRC19:19
*** ndk has joined #openstack-swift19:19
*** hoonetorg has joined #openstack-swift19:19
*** calebb has joined #openstack-swift19:19
*** mminesh has joined #openstack-swift19:19
*** madorn has joined #openstack-swift19:19
*** openstackgerrit has joined #openstack-swift19:20
*** fbo has joined #openstack-swift19:20
*** acoles_ has joined #openstack-swift19:21
*** ChanServ sets mode: +v acoles_19:21
*** acoles_ is now known as acoles19:21
*** amit213 has joined #openstack-swift19:23
*** kong has joined #openstack-swift19:24
*** ogelbukh has joined #openstack-swift19:24
*** kozhukalov has joined #openstack-swift19:26
*** mmotiani has joined #openstack-swift19:27
*** cppforlife_ has joined #openstack-swift19:28
*** vern has quit IRC19:33
*** sileht has quit IRC19:33
*** jamielennox|away has quit IRC19:33
*** mvk has quit IRC19:33
*** Jeffrey4l_ has quit IRC19:33
*** samueldmq has quit IRC19:33
*** ejat has quit IRC19:33
*** portante has quit IRC19:33
*** hogepodge has quit IRC19:33
*** jlwhite has quit IRC19:33
*** zigo has quit IRC19:33
*** mathiasb has quit IRC19:33
*** mcarden has quit IRC19:33
*** darrenc has quit IRC19:33
*** ajiang has quit IRC19:33
*** ChubYann has quit IRC19:33
*** tdasilva has quit IRC19:33
*** briancurtin has quit IRC19:33
*** mattoliverau has quit IRC19:33
*** zigo has joined #openstack-swift19:33
*** matt6434 has joined #openstack-swift19:33
*** tdasilva has joined #openstack-swift19:33
*** tdasilva has quit IRC19:33
*** tdasilva has joined #openstack-swift19:33
*** Jeffrey4l_ has joined #openstack-swift19:33
*** darrenc has joined #openstack-swift19:33
*** ChubYann has joined #openstack-swift19:33
*** mvk has joined #openstack-swift19:33
*** zigo is now known as Guest1007919:33
*** ntata has joined #openstack-swift19:33
*** vern has joined #openstack-swift19:33
*** jlwhite has joined #openstack-swift19:34
*** mathiasb has joined #openstack-swift19:34
*** sileht has joined #openstack-swift19:34
*** mcarden has joined #openstack-swift19:34
*** ejat has joined #openstack-swift19:34
*** ejat has quit IRC19:34
*** ejat has joined #openstack-swift19:34
*** DuncanT has quit IRC19:37
*** ajiang has joined #openstack-swift19:37
*** portante has joined #openstack-swift19:37
*** silor has quit IRC19:37
*** hogepodge has joined #openstack-swift19:38
*** yarkot has joined #openstack-swift19:40
*** jamielennox|away has joined #openstack-swift19:42
*** jamielennox|away is now known as jamielennox19:43
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873619:46
*** DuncanT has joined #openstack-swift19:46
*** klrmn has quit IRC19:47
*** tmoreira has quit IRC19:47
*** admin6 has quit IRC19:47
*** kmARC has quit IRC19:47
*** lifeless has quit IRC19:47
*** cebreidian has quit IRC19:47
*** andymccr has quit IRC19:47
*** cnf has quit IRC19:47
*** kencjohnston has quit IRC19:47
*** aj701 has quit IRC19:47
*** okdas_ has quit IRC19:48
*** alpha_ori has quit IRC19:48
*** notmyname has quit IRC19:48
*** timss has quit IRC19:48
*** kragniz has quit IRC19:48
*** glange has quit IRC19:48
*** timburke has quit IRC19:48
*** tamizh_geek has quit IRC19:48
*** etienneme has quit IRC19:48
*** ahale has quit IRC19:48
*** EmilienM has quit IRC19:48
*** okdas has joined #openstack-swift19:48
*** okdas has quit IRC19:48
*** okdas has joined #openstack-swift19:48
*** klrmn has joined #openstack-swift19:48
*** ahale has joined #openstack-swift19:48
*** glange has joined #openstack-swift19:48
*** ChanServ sets mode: +v glange19:48
*** tmoreira has joined #openstack-swift19:48
*** timss has joined #openstack-swift19:48
*** kmARC has joined #openstack-swift19:48
*** etienneme has joined #openstack-swift19:48
*** lifeless has joined #openstack-swift19:48
*** kencjohnston has joined #openstack-swift19:48
*** alpha_ori has joined #openstack-swift19:48
*** tamizh_geek has joined #openstack-swift19:48
*** timburke has joined #openstack-swift19:48
*** ChanServ sets mode: +v timburke19:48
*** notmyname has joined #openstack-swift19:48
*** ChanServ sets mode: +v notmyname19:48
*** tmoreira has quit IRC19:48
*** tmoreira has joined #openstack-swift19:48
*** kmARC has quit IRC19:48
*** kmARC has joined #openstack-swift19:48
*** tmoreira has quit IRC19:48
*** tmoreira has joined #openstack-swift19:48
*** admin6 has joined #openstack-swift19:48
*** aj701 has joined #openstack-swift19:48
*** cebreidian has joined #openstack-swift19:48
*** EmilienM has joined #openstack-swift19:48
*** kragniz has joined #openstack-swift19:49
*** dmorita_ has joined #openstack-swift19:49
*** janonymous has quit IRC19:50
*** amit213 has quit IRC19:50
*** ogelbukh has quit IRC19:50
*** kozhukalov has quit IRC19:50
*** cnf has joined #openstack-swift19:50
*** andymccr has joined #openstack-swift19:50
*** serverascode has quit IRC19:51
*** nadeem has joined #openstack-swift19:52
*** dmorita has quit IRC19:52
*** dmorita_ has quit IRC19:54
*** blair has joined #openstack-swift19:56
*** redbo_ has quit IRC19:56
*** saltsa_ has quit IRC19:56
*** stevemar has quit IRC19:56
*** ningliu has quit IRC19:56
*** chmouel has quit IRC19:56
*** ober37 has quit IRC19:56
*** bkeller` has quit IRC19:56
*** Guest66676 has quit IRC19:56
*** dmellado has quit IRC19:56
*** early` has quit IRC19:56
*** redbo has joined #openstack-swift19:56
*** ChanServ sets mode: +v redbo19:56
*** saltsa has joined #openstack-swift19:56
*** Guest66666 has joined #openstack-swift19:56
*** chmouel has joined #openstack-swift19:56
*** stevemar has joined #openstack-swift19:57
*** dmellado has joined #openstack-swift19:57
*** AndyWojo has quit IRC19:57
*** early has joined #openstack-swift19:58
*** ober37 has joined #openstack-swift19:58
*** onovy has quit IRC19:59
*** bkeller` has joined #openstack-swift19:59
*** DuncanT has quit IRC19:59
*** sgundur has quit IRC20:01
*** sgundur1 has joined #openstack-swift20:01
*** ningliu has joined #openstack-swift20:01
*** sgundur has joined #openstack-swift20:01
*** onovy has joined #openstack-swift20:02
*** serverascode has joined #openstack-swift20:03
*** DuncanT has joined #openstack-swift20:06
*** samueldmq has joined #openstack-swift20:07
*** openstack has joined #openstack-swift20:21
*** sudorandom_ has joined #openstack-swift20:21
*** rsFF- has joined #openstack-swift20:21
*** AbyssOne_ has joined #openstack-swift20:21
*** zacksh has joined #openstack-swift20:22
*** kota_ has quit IRC20:22
*** nottrobin has quit IRC20:22
*** MooingLemur has quit IRC20:22
*** timur has quit IRC20:22
*** AbyssOne has quit IRC20:22
*** oxinabox has quit IRC20:22
*** wasmum has quit IRC20:22
*** hurricanerix has quit IRC20:22
*** zacksh_ has quit IRC20:22
*** clayg has quit IRC20:22
*** rsFF has quit IRC20:22
*** sudorandom has quit IRC20:22
*** fungi has quit IRC20:22
*** oxinabox_ has joined #openstack-swift20:22
*** sudorandom_ is now known as sudorandom20:22
*** MooingLe1ur has joined #openstack-swift20:22
*** clayg has joined #openstack-swift20:22
*** ChanServ sets mode: +v clayg20:22
*** timur has joined #openstack-swift20:22
*** fungi has joined #openstack-swift20:23
*** hurricanerix has joined #openstack-swift20:23
*** nottrobin has joined #openstack-swift20:23
*** kota_ has joined #openstack-swift20:26
*** ChanServ sets mode: +v kota_20:26
*** wasmum has joined #openstack-swift20:27
*** kozhukalov has joined #openstack-swift20:28
*** dmellado has quit IRC20:30
*** dmellado has joined #openstack-swift20:30
*** serverascode has quit IRC20:30
*** serverascode has joined #openstack-swift20:30
*** samueldmq has quit IRC20:30
*** samueldmq has joined #openstack-swift20:30
*** AndyWojo has quit IRC20:31
*** AndyWojo has joined #openstack-swift20:31
*** DuncanT has quit IRC20:31
*** DuncanT has joined #openstack-swift20:31
*** nottrobin has quit IRC20:31
*** nottrobin has joined #openstack-swift20:31
*** wasmum has quit IRC20:31
*** wasmum has joined #openstack-swift20:31
*** kozhukalov has quit IRC20:31
*** kozhukalov has joined #openstack-swift20:31
*** briancurtin has quit IRC20:33
*** ctennis has quit IRC20:33
*** wer has quit IRC20:33
*** remix_tj has quit IRC20:33
*** rickflare has quit IRC20:33
*** hugokuo has quit IRC20:33
*** samueldmq has quit IRC20:33
*** sgundur has quit IRC20:33
*** ober37 has quit IRC20:33
*** redbo has quit IRC20:33
*** admin6 has quit IRC20:33
*** etienneme has quit IRC20:33
*** kragniz has quit IRC20:33
*** tamizh_geek has quit IRC20:33
*** ajiang has quit IRC20:33
*** ntata has quit IRC20:33
*** mvk has quit IRC20:33
*** Jeffrey4l_ has quit IRC20:33
*** natarej_ has quit IRC20:33
*** gmmaha has quit IRC20:33
*** jistr has quit IRC20:33
*** bhakta has quit IRC20:33
*** gopenshaw has quit IRC20:33
*** dmellado has quit IRC20:33
*** stevemar has quit IRC20:33
*** cnf has quit IRC20:33
*** lifeless has quit IRC20:33
*** kmARC has quit IRC20:33
*** tmoreira has quit IRC20:33
*** klrmn has quit IRC20:33
*** glange has quit IRC20:33
*** jamielennox has quit IRC20:33
*** hogepodge has quit IRC20:33
*** mcarden has quit IRC20:33
*** vern has quit IRC20:33
*** darrenc has quit IRC20:33
*** mattoliverau has quit IRC20:33
*** Guest10079 has quit IRC20:33
*** mmotiani has quit IRC20:33
*** calebb has quit IRC20:33
*** zhiyan has quit IRC20:33
*** zaitcev has quit IRC20:33
*** csmart has quit IRC20:33
*** zul has quit IRC20:33
*** d0ugal has quit IRC20:33
*** neonpastor has quit IRC20:33
*** ningliu has quit IRC20:33
*** chmouel has quit IRC20:33
*** saltsa has quit IRC20:33
*** okdas has quit IRC20:33
*** sileht has quit IRC20:33
*** ChubYann has quit IRC20:33
*** sgundur1 has quit IRC20:33
*** mminesh has quit IRC20:33
*** ndk has quit IRC20:33
*** Raymii has quit IRC20:33
*** logan- has quit IRC20:33
*** Vinsh has quit IRC20:33
*** furlongm has quit IRC20:33
*** cschwede has quit IRC20:33
*** timur has quit IRC20:33
*** MooingLe1ur has quit IRC20:33
*** mlanner has quit IRC20:33
*** balajir has quit IRC20:33
*** bkeller` has quit IRC20:33
*** timss has quit IRC20:33
*** ahale has quit IRC20:33
*** alpha_ori has quit IRC20:33
*** chsc has quit IRC20:33
*** gabor_antal has quit IRC20:33
*** chianingwang has quit IRC20:33
*** _fortis has quit IRC20:35
*** DuncanT has quit IRC20:35
*** cppforlife_ has quit IRC20:36
*** nottrobin has quit IRC20:36
*** sgundur has joined #openstack-swift20:36
*** AndyWojo has quit IRC20:37
*** serverascode has quit IRC20:37
*** ningliu has joined #openstack-swift20:38
*** sgundur1 has joined #openstack-swift20:38
*** chmouel has joined #openstack-swift20:38
*** saltsa has joined #openstack-swift20:38
*** okdas has joined #openstack-swift20:38
*** sileht has joined #openstack-swift20:38
*** ChubYann has joined #openstack-swift20:38
*** mminesh has joined #openstack-swift20:38
*** ndk has joined #openstack-swift20:38
*** Raymii has joined #openstack-swift20:38
*** logan- has joined #openstack-swift20:38
*** Vinsh has joined #openstack-swift20:38
*** furlongm has joined #openstack-swift20:38
*** cschwede has joined #openstack-swift20:38
*** orwell.freenode.net sets mode: +v cschwede20:38
*** dmellado has joined #openstack-swift20:39
*** stevemar has joined #openstack-swift20:39
*** cnf has joined #openstack-swift20:39
*** lifeless has joined #openstack-swift20:39
*** kmARC has joined #openstack-swift20:39
*** tmoreira has joined #openstack-swift20:39
*** glange has joined #openstack-swift20:39
*** klrmn has joined #openstack-swift20:39
*** jamielennox has joined #openstack-swift20:39
*** hogepodge has joined #openstack-swift20:39
*** mcarden has joined #openstack-swift20:39
*** vern has joined #openstack-swift20:39
*** darrenc has joined #openstack-swift20:39
*** mattoliverau has joined #openstack-swift20:39
*** Guest10079 has joined #openstack-swift20:39
*** mmotiani has joined #openstack-swift20:39
*** calebb has joined #openstack-swift20:39
*** zaitcev has joined #openstack-swift20:39
*** csmart has joined #openstack-swift20:39
*** d0ugal has joined #openstack-swift20:39
*** zul has joined #openstack-swift20:39
*** neonpastor has joined #openstack-swift20:39
*** orwell.freenode.net sets mode: +vvv glange mattoliverau zaitcev20:39
*** briancurtin has joined #openstack-swift20:39
*** ctennis has joined #openstack-swift20:39
*** wer has joined #openstack-swift20:39
*** remix_tj has joined #openstack-swift20:39
*** hugokuo has joined #openstack-swift20:39
*** rickflare has joined #openstack-swift20:39
*** samueldmq has joined #openstack-swift20:39
*** ober37 has joined #openstack-swift20:39
*** redbo has joined #openstack-swift20:39
*** kragniz has joined #openstack-swift20:39
*** admin6 has joined #openstack-swift20:39
*** tamizh_geek has joined #openstack-swift20:39
*** etienneme has joined #openstack-swift20:39
*** ajiang has joined #openstack-swift20:39
*** ntata has joined #openstack-swift20:39
*** mvk has joined #openstack-swift20:39
*** Jeffrey4l_ has joined #openstack-swift20:39
*** natarej_ has joined #openstack-swift20:39
*** gmmaha has joined #openstack-swift20:39
*** gopenshaw has joined #openstack-swift20:39
*** bhakta has joined #openstack-swift20:39
*** jistr has joined #openstack-swift20:39
*** orwell.freenode.net sets mode: +v redbo20:39
*** timur has joined #openstack-swift20:39
*** MooingLe1ur has joined #openstack-swift20:39
*** mlanner has joined #openstack-swift20:39
*** balajir has joined #openstack-swift20:39
*** bkeller` has joined #openstack-swift20:39
*** alpha_ori has joined #openstack-swift20:39
*** timss has joined #openstack-swift20:39
*** ahale has joined #openstack-swift20:39
*** chsc has joined #openstack-swift20:39
*** gabor_antal has joined #openstack-swift20:39
*** chianingwang has joined #openstack-swift20:39
*** cppforlife_ has joined #openstack-swift20:40
*** kragniz has quit IRC20:40
*** zhiyan has joined #openstack-swift20:40
*** cppforlife_ has quit IRC20:40
*** cppforlife_ has joined #openstack-swift20:40
*** zhiyan has quit IRC20:41
*** zhiyan has joined #openstack-swift20:41
*** kragniz1 has joined #openstack-swift20:41
*** briancurtin has quit IRC20:42
*** nottrobin has joined #openstack-swift20:42
*** Jeffrey4l_ has quit IRC20:43
*** ediardo has quit IRC20:43
*** dmorita has joined #openstack-swift20:45
*** ukaynar has joined #openstack-swift20:45
*** _fortis has joined #openstack-swift20:47
*** Jeffrey4l_ has joined #openstack-swift20:48
*** DuncanT has joined #openstack-swift20:49
*** suresh__ has quit IRC20:50
*** AndyWojo has joined #openstack-swift20:50
*** sgundur has quit IRC20:52
*** serverascode has joined #openstack-swift20:55
*** MooingLe1ur is now known as MooingLemur20:55
*** ediardo has joined #openstack-swift20:59
*** vint_bra has quit IRC21:02
*** vint_bra has joined #openstack-swift21:02
*** briancurtin has joined #openstack-swift21:04
*** david-lyle has quit IRC21:12
*** david-lyle has joined #openstack-swift21:12
*** _JZ_ has quit IRC21:14
*** _JZ_ has joined #openstack-swift21:14
*** Jeffrey4l_ has quit IRC21:16
*** kragniz1 is now known as kragniz21:19
*** ogelbukh has joined #openstack-swift21:29
*** kozhukalov has quit IRC21:52
*** ogelbukh has quit IRC21:52
*** kozhukalov has joined #openstack-swift22:23
*** vint_bra has quit IRC22:25
*** StraubTW has quit IRC22:29
*** ogelbukh has joined #openstack-swift22:34
*** kozhukalov has quit IRC22:59
*** ogelbukh has quit IRC22:59
*** _JZ_ has quit IRC23:03
*** ukaynar has quit IRC23:06
*** nadeem has quit IRC23:10
*** kozhukalov has joined #openstack-swift23:29
*** ogelbukh has joined #openstack-swift23:44
*** chsc has quit IRC23:57

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