*** Matti_ has quit IRC | 00:00 | |
*** pcaruana has joined #openstack-swift | 00:08 | |
jamielennox | hey swift, is https://review.openstack.org/#/c/360298/ the sort of thing i'm ever going to get through? | 00:10 |
---|---|---|
patchbot | patch 360298 - python-swiftclient - Use requests_mock and oslotest | 00:10 |
jamielennox | i 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-swift | 00:25 | |
*** nadeem has quit IRC | 00:32 | |
*** diogogmt has quit IRC | 00:47 | |
*** vint_bra has joined #openstack-swift | 00:52 | |
*** rhall has quit IRC | 00:54 | |
notmyname | jamielennox: that is a totally fair question | 01:01 |
jamielennox | notmyname: :) | 01:01 |
jamielennox | i'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 it | 01:02 |
jamielennox | because at the moment i am stuck making any real changes to swiftclient because the mocking expects things to be done in such a specific way | 01:02 |
notmyname | jamielennox: TBH I hadn't seen it, but I gave it a quick look just now | 01:02 |
notmyname | testing dependencies are much less of an issue than deployment dependencies | 01:02 |
notmyname | IMO | 01:02 |
notmyname | in 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 land | 01:05 |
jamielennox | notmyname: 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 replace | 01:06 |
jamielennox | it's just it still takes a while and it was a reasonably big change for swiftclient | 01:07 |
*** takashi has quit IRC | 01:09 | |
notmyname | yeah | 01:13 |
notmyname | I added joeljwright as a reviewer | 01:14 |
notmyname | jamielennox: 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 patch | 01:15 |
*** _JZ_ has joined #openstack-swift | 01:17 | |
jamielennox | notmyname: 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 way | 01:17 |
jamielennox | so 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 fashion | 01:18 |
notmyname | cool | 01:18 |
kota_ | hello | 01:18 |
jamielennox | which, yea, is below the level most people interact with when changing things in swiftclient | 01:18 |
*** dmorita has joined #openstack-swift | 01:26 | |
*** dmorita_ has quit IRC | 01:28 | |
*** tqtran has quit IRC | 01:29 | |
*** dmorita_ has joined #openstack-swift | 01:29 | |
*** dmorita has quit IRC | 01:33 | |
*** takashi_ has joined #openstack-swift | 02:27 | |
*** dmorita_ has quit IRC | 02:29 | |
*** dmorita has joined #openstack-swift | 02:30 | |
*** ukaynar has joined #openstack-swift | 02:34 | |
*** ukaynar has quit IRC | 02:35 | |
*** ukaynar has joined #openstack-swift | 02:36 | |
*** dmorita_ has joined #openstack-swift | 02:40 | |
*** dmorita has quit IRC | 02:41 | |
*** dmorita has joined #openstack-swift | 02:45 | |
*** dmorita_ has quit IRC | 02:45 | |
*** vint_bra has quit IRC | 03:12 | |
*** jamielennox is now known as jamielennox|away | 03:21 | |
*** dmorita has quit IRC | 03:41 | |
*** dmorita has joined #openstack-swift | 03:59 | |
*** takashi_ is now known as takashi | 04:18 | |
*** ukaynar has quit IRC | 04:27 | |
*** psachin has joined #openstack-swift | 04:43 | |
*** klrmn has quit IRC | 04:46 | |
*** chianingwang has quit IRC | 04:50 | |
*** chianingwang has joined #openstack-swift | 04:50 | |
*** _JZ_ has quit IRC | 05:09 | |
*** jamielennox|away is now known as jamielennox | 05:23 | |
*** SkyRocknRoll has joined #openstack-swift | 05:24 | |
*** dmorita has quit IRC | 05:32 | |
*** dmorita has joined #openstack-swift | 05:36 | |
*** suresh__ has joined #openstack-swift | 05: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-swift | 05:46 | |
*** qwertyco has joined #openstack-swift | 05:47 | |
takashi | suresh__: maybe you should use multipart upload http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadInitiate.html | 05:47 |
takashi | suresh__: 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 objects | 05:48 |
suresh__ | takashi: you have any idea about swift3 code where it is checking the condition > 5 GB | 05:51 |
*** dmorita has quit IRC | 05:52 | |
charz | suresh__: I think the check condition is in Swift not Swift3. | 06:05 |
*** dmorita has joined #openstack-swift | 06:11 | |
takashi | suresh__: 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#L984 | 06:13 |
takashi | suresh__: In swift, we reject putting object > 5GB here https://github.com/openstack/swift/blob/master/swift/proxy/controllers/obj.py#L796-L797 . | 06:15 |
takashi | suresh__: We define that default value here: https://github.com/openstack/swift/blob/7d2f8e59ef801092878c92d752316bc74ab8eba8/swift/common/constraints.py#L29 | 06:16 |
*** dmorita has quit IRC | 06:16 | |
charz | suresh__: 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 |
charz | suresh__: so you need to add some check in your client software prevent to run into this issue. | 06:18 |
*** tqtran has joined #openstack-swift | 06:28 | |
*** tqtran has quit IRC | 06:32 | |
*** jamielennox is now known as jamielennox|away | 06:41 | |
*** janonymous has quit IRC | 06:48 | |
*** janonymous has joined #openstack-swift | 06:49 | |
*** jamielennox|away is now known as jamielennox | 06:49 | |
*** rcernin has joined #openstack-swift | 06:51 | |
*** hseipp has joined #openstack-swift | 06:54 | |
*** tesseract- has joined #openstack-swift | 07:03 | |
*** trananhkma has quit IRC | 07:20 | |
*** geaaru has joined #openstack-swift | 07:29 | |
*** rledisez has joined #openstack-swift | 07:29 | |
*** jamielennox is now known as jamielennox|away | 07:30 | |
*** jamielennox|away is now known as jamielennox | 07:30 | |
*** jamielennox is now known as jamielennox|away | 07:32 | |
*** jamielennox|away is now known as jamielennox | 07:32 | |
*** amoralej|off is now known as amoralej | 07:38 | |
admin6 | Hi 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 |
openstack | Launchpad bug 1631144 in OpenStack Object Storage (swift) "Swit Erasure Coding : Error when decoding fragment" [Undecided,New] | 08:00 |
*** acoles_ is now known as acoles | 08:06 | |
*** jordanP has joined #openstack-swift | 08:10 | |
*** cbartz has joined #openstack-swift | 08:12 | |
admin6 | BTW, 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 |
openstack | Launchpad bug 1621390 in OpenStack Object Storage (swift) "Exception in EC reconstruction" [Undecided,New] | 08:26 |
openstack | bug 1631144 in OpenStack Object Storage (swift) "Swit Erasure Coding : Error when decoding fragment" [Undecided,New] https://launchpad.net/bugs/1631144 | 08:26 |
*** jamielennox is now known as jamielennox|away | 08:27 | |
*** jamielennox|away is now known as jamielennox | 08:27 | |
*** jamielennox is now known as jamielennox|away | 08:29 | |
*** jamielennox|away is now known as jamielennox | 08:29 | |
*** Anticime1 has quit IRC | 08:47 | |
*** acoles is now known as acoles_ | 08:47 | |
*** jamielennox is now known as jamielennox|away | 08:48 | |
*** jamielennox|away is now known as jamielennox | 08:48 | |
*** Matti_ has joined #openstack-swift | 08:56 | |
*** donagh has quit IRC | 08:59 | |
*** jamielennox is now known as jamielennox|away | 09:03 | |
*** jamielennox|away is now known as jamielennox | 09:03 | |
*** bjolo_ has quit IRC | 09:12 | |
*** geaaru has quit IRC | 09:14 | |
*** nikivi has joined #openstack-swift | 09:16 | |
*** kei_yama has quit IRC | 09:22 | |
*** jamielennox is now known as jamielennox|away | 09:25 | |
*** jamielennox|away is now known as jamielennox | 09:26 | |
*** jamielennox is now known as jamielennox|away | 09:28 | |
*** jamielennox|away is now known as jamielennox | 09:29 | |
*** geaaru has joined #openstack-swift | 09:29 | |
*** jamielennox is now known as jamielennox|away | 09:29 | |
*** tqtran has joined #openstack-swift | 09:30 | |
*** jamielennox|away is now known as jamielennox | 09:30 | |
*** jamielennox is now known as jamielennox|away | 09:32 | |
*** nikivi has quit IRC | 09:33 | |
*** jamielennox|away is now known as jamielennox | 09:33 | |
*** jamielennox is now known as jamielennox|away | 09:34 | |
*** jamielennox|away is now known as jamielennox | 09:34 | |
*** tqtran has quit IRC | 09:34 | |
*** jamielennox is now known as jamielennox|away | 09:35 | |
*** acoles_ is now known as acoles | 09:50 | |
acoles | admin6: I left a comment on bug 1631144, wonder if you see any quarantined files | 09:51 |
openstack | bug 1631144 in OpenStack Object Storage (swift) "Swift Erasure Coding : Error when decoding fragment" [Undecided,New] https://launchpad.net/bugs/1631144 | 09:51 |
admin6 | acoles: I’ll have a look asap | 09:57 |
*** takashi has quit IRC | 10:05 | |
admin6 | acoles: where is the qurantined directody supposed to be located? | 10:12 |
acoles | admin6: on object server the 'quarantined' dir would be under the device dir at same level as 'objects' or 'objects-1' dirs | 10:27 |
acoles | admin6: e.g. I have on my dev SAIO .../sdb8/objects-2 and .../sdb8/quarantined | 10:28 |
admin6 | acoles: 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 |
acoles | admin6: ok, thanks for checking. that eliminates one explanation. | 10:47 |
acoles | hmmm, so no corruption found. is it possible this is bug 1624176? | 10:51 |
openstack | bug 1624176 in OpenStack Object Storage (swift) "500 ServerError trying to read EC object with duplicate frags" [High,Incomplete] https://launchpad.net/bugs/1624176 | 10:52 |
*** dmorita has joined #openstack-swift | 10:53 | |
acoles | admin6: ^^ 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 fragments | 10:54 |
acoles | admin6: hmmm, you'd need to use swift-get-nodes to find the object dir locations in your cluster from the account/container/object name | 10:57 |
*** dmorita has quit IRC | 10:58 | |
admin6 | acoles: yes i’m doing that | 10:58 |
*** SkyRocknRoll has quit IRC | 11:20 | |
*** Matti_ has quit IRC | 11:30 | |
*** Matti_ has joined #openstack-swift | 11:43 | |
*** qwertyco has quit IRC | 11:47 | |
admin6 | acoles: 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 |
openstack | bug 1624176 in OpenStack Object Storage (swift) "500 ServerError trying to read EC object with duplicate frags" [High,Incomplete] https://launchpad.net/bugs/1624176 | 11:47 |
suresh__ | hi all, How swift is calling swift3 and how it is taking s3 authentication? | 11:55 |
suresh__ | please someone help? | 11:56 |
acoles | admin6: ok, thanks for adding all the info to the bug report | 11:58 |
acoles | suresh__: the swift3 experts are in US and Japanese timezones, try asking again later | 11:58 |
*** qwertyco_ has joined #openstack-swift | 12:12 | |
*** rcernin has quit IRC | 12:33 | |
openstackgerrit | Christian Schwede proposed openstack/swift: Throttle update_auditor_status calls https://review.openstack.org/383707 | 12:36 |
openstackgerrit | Christian Schwede proposed openstack/swift: Throttle update_auditor_status calls https://review.openstack.org/383707 | 12:38 |
*** qwertyco_ has quit IRC | 12:39 | |
*** amoralej is now known as amoralej|lunch | 12:45 | |
*** rcernin has joined #openstack-swift | 12:48 | |
*** links has quit IRC | 12:55 | |
*** Matti_ has quit IRC | 12:56 | |
*** rcernin_ has joined #openstack-swift | 12:56 | |
*** rcernin has quit IRC | 13:01 | |
admin6 | acoles: 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 |
acoles | admin6: 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-swift | 13:27 | |
acoles | admin6: swift-object-info reports the ETag as "Object hash" | 13:28 |
acoles | admin6: note that we are not interested in X-Object-Sysmeta-Ec-Etag, that should be the same for all fragments | 13:28 |
*** silor1 is now known as silor | 13:29 | |
acoles | admin6: 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-swift | 13:31 | |
*** qwertyco has joined #openstack-swift | 13:32 | |
acoles | admin6: 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 |
acoles | admin6: 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 |
openstackgerrit | Merged openstack/swift: Update pyeclib dependency to 1.3.1 https://review.openstack.org/383185 | 13:35 |
acoles | admin6: 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 |
acoles | cschwede: do you know an easy way to run an audit on a single object? | 13:35 |
*** tqtran has quit IRC | 13:36 | |
tdasilva | acoles: in a way, isn't that what swift-object-info is doing? | 13:39 |
acoles | tdasilva: IDK, does swift-object-info read the .data file and compute md5? | 13:40 |
acoles | if so, cool! | 13:40 |
tdasilva | i thought there was an option to also check the hash | 13:40 |
tdasilva | i thought there was an option for that, let me check.... | 13:40 |
acoles | oh, --no-check-etag | 13:41 |
acoles | implies the default is to check | 13:41 |
*** CrackerJackMack has quit IRC | 13:41 | |
tdasilva | right | 13:41 |
acoles | I'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 object | 13:42 |
acoles | tdasilva: thanks! | 13:42 |
openstackgerrit | Mahati Chamarthy proposed openstack/swift: remove empty db hash and suffix directories https://review.openstack.org/331601 | 13:42 |
tdasilva | acoles: yw :) | 13:43 |
*** amoralej|lunch is now known as amoralej | 13:44 | |
*** CrackerJackMack has joined #openstack-swift | 13:46 | |
*** diogogmt has joined #openstack-swift | 13:50 | |
admin6 | acoles: for all fragment including the one I suspect, the md5sum equals the ETag value… | 13:52 |
acoles | admin6: ok! well, good, but not good that one of those frags causes the proxy to blow up :( | 13:54 |
acoles | so 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 header | 14:01 |
*** chsc has joined #openstack-swift | 14:06 | |
*** chsc has joined #openstack-swift | 14:06 | |
*** vint_bra has joined #openstack-swift | 14:07 | |
*** chsc has quit IRC | 14:11 | |
suresh__ | hii all i configured openstack swift mitaka version | 14:13 |
suresh__ | while doing swift stat it is showing 503 service unavialable | 14:13 |
suresh__ | please someone help | 14:13 |
*** qwertyco has quit IRC | 14:20 | |
cschwede | acoles: 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-swift | 14:21 | |
*** qwertyco has quit IRC | 14:21 | |
*** qwertyco has joined #openstack-swift | 14:21 | |
*** briancline has quit IRC | 14:22 | |
*** serverascode has quit IRC | 14:22 | |
*** mminesh has quit IRC | 14:22 | |
*** ujjain has quit IRC | 14:22 | |
*** StevenK has quit IRC | 14:22 | |
*** cppforlife_ has quit IRC | 14:22 | |
*** urth has quit IRC | 14:22 | |
*** amit213 has quit IRC | 14:22 | |
*** ogelbukh has quit IRC | 14:22 | |
*** zhiyan has quit IRC | 14:22 | |
*** philipw has quit IRC | 14:22 | |
*** briancline has joined #openstack-swift | 14:22 | |
*** mminesh has joined #openstack-swift | 14:22 | |
*** StevenK has joined #openstack-swift | 14:22 | |
*** philipw_ has joined #openstack-swift | 14:22 | |
*** urth has joined #openstack-swift | 14:22 | |
acoles | cschwede: 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-swift | 14:23 | |
*** ujjain has joined #openstack-swift | 14:23 | |
acoles | cschwede: 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 IRC | 14:23 | |
cschwede | acoles: swift-account-audit AUTH_test/container/object might do the trick then - hopefully | 14:24 |
acoles | it does not quarantine but is a useful tool to check an object's validity, which I had not realised before | 14:24 |
*** amit213 has joined #openstack-swift | 14:25 | |
*** ogelbukh has joined #openstack-swift | 14:25 | |
*** sgundur has joined #openstack-swift | 14:26 | |
acoles | cschwede: thanks | 14:27 |
*** zhiyan has joined #openstack-swift | 14:27 | |
cschwede | acoles: you’re welcome :) | 14:27 |
acoles | cschwede: ah, looks like swift-account-audit does not support policies :/ | 14:27 |
*** serverascode has joined #openstack-swift | 14:28 | |
* acoles will file a bug for that | 14:29 | |
*** cppforlife_ has joined #openstack-swift | 14:31 | |
acoles | admin6: 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 |
cschwede | acoles: in the meantime, you could use a different ringdir („-r somedir“) and copy your object-X.ring.gz to object.ring.gz? | 14:35 |
acoles | cschwede: 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 |
admin6 | acoles: 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 |
admin6 | acoles: thanks for your help and advices. :-) | 14:39 |
*** sgundur has quit IRC | 14:39 | |
acoles | admin6: 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 |
acoles | admin6: 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 them | 14:41 |
admin6 | acoles: ok. got it. | 14:45 |
tdasilva | acoles, admin6: what lp bug are you referring to? | 14:47 |
admin6 | tdasilva: bug number 1631144 | 14:48 |
*** pcaruana has quit IRC | 14:49 | |
*** StraubTW has joined #openstack-swift | 14:51 | |
*** dmorita has joined #openstack-swift | 14:54 | |
*** ukaynar has joined #openstack-swift | 14:55 | |
*** vern has quit IRC | 14:59 | |
*** dmorita has quit IRC | 14:59 | |
*** nadeem has joined #openstack-swift | 15:00 | |
*** vern has joined #openstack-swift | 15:01 | |
*** jordanP has quit IRC | 15:03 | |
*** nadeem has quit IRC | 15:05 | |
*** philipw_ has quit IRC | 15:07 | |
*** philipw has joined #openstack-swift | 15:07 | |
*** sgundur has joined #openstack-swift | 15:10 | |
*** geaaru has quit IRC | 15:13 | |
*** psachin has quit IRC | 15:20 | |
cnf | hmm | 15:21 |
cnf | swift is missing from the newton install docs? | 15:21 |
cnf | http://docs.openstack.org/newton/install-guide-ubuntu/ | 15:22 |
cnf | notmyname ^^^ | 15:22 |
*** panbalag has joined #openstack-swift | 15:23 | |
*** geaaru has joined #openstack-swift | 15:26 | |
*** klrmn has joined #openstack-swift | 15:28 | |
*** klrmn has quit IRC | 15:31 | |
*** tqtran has joined #openstack-swift | 15:32 | |
*** panbalag has quit IRC | 15:36 | |
*** chsc has joined #openstack-swift | 15:36 | |
*** tqtran has quit IRC | 15:37 | |
acoles | it's there but moved under additional services http://docs.openstack.org/newton/install-guide-ubuntu/additional-services.html | 15:37 |
acoles | i wonder why | 15:37 |
rledisez | hello all. i'm wondering if somebody already saw this kind of error message on object server : | 15:42 |
rledisez | Problem 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 |
rledisez | it 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-swift | 15:43 | |
rledisez | ok, i should have searched before writing. found this one : https://bugs.launchpad.net/swift/+bug/1597429 | 15:44 |
openstack | Launchpad bug 1597429 in OpenStack Object Storage (swift) "Race condition on erasure coded ring" [Undecided,New] | 15:44 |
rledisez | i'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 everything | 15:46 |
rledisez | might be related to https://bugs.launchpad.net/swift/+bug/1554378 also | 15:47 |
openstack | Launchpad 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 |
rledisez | does removing durable file makes this bug obsolete? | 15:47 |
*** sgundur has quit IRC | 15:48 | |
tdasilva | rledisez: hi, are you from ovh? | 15:49 |
rledisez | tdasilva: yes | 15:49 |
tdasilva | rledisez: cool..sorry of unrelated questions, but can you tell me what are the pcs and pca policies? | 15:50 |
tdasilva | is one replicated and the other EC? | 15:50 |
rledisez | exactly. it's public cloud storage/archive. archive is EC | 15:50 |
rledisez | for pca we introduce latency to reduce the IOPS on server | 15:51 |
rledisez | so we can use biger disk with reduced performance | 15:51 |
tdasilva | rledisez: cool..thanks..sorry for asking here, i couldn't find that information anywhere | 15:52 |
rledisez | no pb, it's gonna be officially announced on tuesday at the ovh summit. you're a bit ahead of time ;) | 15:52 |
tdasilva | haha | 15:52 |
openstackgerrit | Alistair Coles proposed openstack/swift: EC - eliminate .durable files https://review.openstack.org/355958 | 15:58 |
*** tesseract- has quit IRC | 16:00 | |
*** arch-nemesis has quit IRC | 16:00 | |
*** arch-nemesis has joined #openstack-swift | 16:00 | |
*** rcernin_ has quit IRC | 16:01 | |
*** ukaynar has quit IRC | 16:02 | |
*** cbartz has left #openstack-swift | 16:04 | |
acoles | rledisez: I think that eliminating .durable files (that patch ^^ coincidentally) may solve the race as reported in bug 1554378 | 16:08 |
openstack | bug 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 |
acoles | rledisez: problem is I am not sure how to write a test to prove that! | 16:09 |
acoles | the 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 cleanup | 16:12 |
rledisez | acoles: 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-swift | 16:13 | |
rledisez | i 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 hitting | 16:15 |
openstack | Launchpad bug 1597429 in OpenStack Object Storage (swift) "Race condition on erasure coded ring" [Undecided,New] | 16:15 |
acoles | rledisez: I am compiling a list of these bugs for discussion in Barcelona https://etherpad.openstack.org/p/ocata_swift_summit_topics | 16:19 |
acoles | if we don't fix them before! | 16:20 |
*** arch-nemesis has quit IRC | 16:20 | |
acoles | rledisez: thanks. i think the two bugs are similar. | 16:22 |
*** hseipp has quit IRC | 16:23 | |
*** arch-nemesis has joined #openstack-swift | 16:25 | |
acoles | oh! 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 |
acoles | that eliminates any window when there is a non-durable frag that the reconstructor just wrote that is vulnerable to being reclaimed | 16:28 |
acoles | clayg: ^^ make sense? | 16:28 |
acoles | kota_: ^^ | 16:28 |
*** rledisez has quit IRC | 16:29 | |
*** arch-nemesis has quit IRC | 16:29 | |
acoles | kota_: I copied that ^^ as a comment on https://bugs.launchpad.net/swift/+bug/1554378 | 16:32 |
openstack | Launchpad 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 |
acoles | good night | 16:34 |
*** acoles is now known as acoles_ | 16:34 | |
*** sgundur has joined #openstack-swift | 16:38 | |
hogepodge | notmyname: 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-swift | 16:50 | |
notmyname | hogepodge: 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, though | 16:53 |
hogepodge | notmyname: 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-swift | 16:55 | |
notmyname | hogepodge: sure. AIUI, the freeze is over now since the release was yesterday | 16:55 |
hogepodge | notmyname: 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-swift | 16:56 | |
*** david-lyle_ has quit IRC | 16:57 | |
*** nadeem has quit IRC | 16:57 | |
*** _JZ_ has joined #openstack-swift | 17:00 | |
*** geaaru has quit IRC | 17:00 | |
*** vint_bra has quit IRC | 17:00 | |
*** nadeem has joined #openstack-swift | 17:02 | |
*** amoralej is now known as amoralej|off | 17:04 | |
*** vint_bra has joined #openstack-swift | 17:04 | |
*** david-lyle_ has joined #openstack-swift | 17:06 | |
*** david-lyle_ has quit IRC | 17:07 | |
*** david-lyle_ has joined #openstack-swift | 17:08 | |
*** hseipp has joined #openstack-swift | 17:08 | |
*** _JZ_ has quit IRC | 17:08 | |
*** david-lyle_ is now known as david-lyle | 17:09 | |
*** nadeem has quit IRC | 17:10 | |
*** geaaru has joined #openstack-swift | 17:14 | |
*** sgundur has quit IRC | 17:16 | |
*** klrmn has joined #openstack-swift | 17:16 | |
*** tqtran has joined #openstack-swift | 17:18 | |
*** nadeem has joined #openstack-swift | 17:22 | |
*** hseipp has quit IRC | 17:31 | |
*** sgundur has joined #openstack-swift | 17:35 | |
*** _JZ_ has joined #openstack-swift | 17:38 | |
*** nadeem has quit IRC | 17:48 | |
*** nikivi has joined #openstack-swift | 17:49 | |
*** hseipp has joined #openstack-swift | 17:55 | |
*** geaaru has quit IRC | 17:55 | |
*** ukaynar has quit IRC | 17:57 | |
*** vint_bra has quit IRC | 18:01 | |
*** ukaynar has joined #openstack-swift | 18:06 | |
*** vint_bra has joined #openstack-swift | 18:06 | |
*** tongli has joined #openstack-swift | 18:13 | |
*** ukaynar has quit IRC | 18:23 | |
*** hseipp has quit IRC | 18:31 | |
*** diogogmt has quit IRC | 18:36 | |
*** nikivi has quit IRC | 18:43 | |
*** openstackgerrit has quit IRC | 18:50 | |
*** mmotiani has quit IRC | 18:50 | |
*** ntata has quit IRC | 18:50 | |
*** yarkot has quit IRC | 18:50 | |
*** openstackgerrit has joined #openstack-swift | 18:50 | |
*** david-lyle has quit IRC | 18:56 | |
*** dmorita has quit IRC | 18:56 | |
*** chianingwang has quit IRC | 18:56 | |
*** Vinsh has quit IRC | 18:56 | |
*** zul has quit IRC | 18:56 | |
*** d0ugal has quit IRC | 18:56 | |
*** Trixboxer has quit IRC | 18:57 | |
*** logan- has quit IRC | 18:57 | |
*** bhakta has quit IRC | 18:57 | |
*** cschwede has quit IRC | 18:57 | |
*** amoralej|off has quit IRC | 18:57 | |
*** furlongm has quit IRC | 18:57 | |
*** jistr has quit IRC | 18:57 | |
*** neonpastor has quit IRC | 18:57 | |
*** gmmaha has quit IRC | 18:57 | |
*** gopenshaw_ has quit IRC | 18:57 | |
*** tonyb has quit IRC | 18:57 | |
*** neonpastor has joined #openstack-swift | 18:57 | |
*** cschwede has joined #openstack-swift | 18:57 | |
*** tonyb has joined #openstack-swift | 18:57 | |
*** ChanServ sets mode: +v cschwede | 18:57 | |
*** cschwede has quit IRC | 18:57 | |
*** cschwede has joined #openstack-swift | 18:57 | |
*** asimov.freenode.net sets mode: +v cschwede | 18:57 | |
*** jistr has joined #openstack-swift | 18:57 | |
*** furlongm has joined #openstack-swift | 18:57 | |
*** bhakta has joined #openstack-swift | 18:57 | |
*** gopenshaw has joined #openstack-swift | 18:57 | |
*** chianingwang has joined #openstack-swift | 18:57 | |
*** dmorita has joined #openstack-swift | 18:57 | |
*** chianingwang has quit IRC | 18:57 | |
*** chianingwang has joined #openstack-swift | 18:57 | |
*** Trixboxer has joined #openstack-swift | 18:57 | |
*** Vinsh has joined #openstack-swift | 18:57 | |
*** david-lyle has joined #openstack-swift | 18:57 | |
*** gmmaha has joined #openstack-swift | 18:57 | |
*** zul has joined #openstack-swift | 18:57 | |
*** logan- has joined #openstack-swift | 18:57 | |
*** d0ugal has joined #openstack-swift | 18:57 | |
*** amoralej has joined #openstack-swift | 18:58 | |
*** DuncanT has quit IRC | 19:00 | |
*** DuncanT has joined #openstack-swift | 19:05 | |
*** sgundur has quit IRC | 19:05 | |
*** ukaynar_ has joined #openstack-swift | 19:07 | |
*** vint_bra has quit IRC | 19:08 | |
*** _JZ_ has quit IRC | 19:08 | |
*** zhiyan has quit IRC | 19:08 | |
*** urth has quit IRC | 19:08 | |
*** briancline has quit IRC | 19:08 | |
*** zaitcev has quit IRC | 19:08 | |
*** AndyWojo has quit IRC | 19:08 | |
*** cargonza has quit IRC | 19:08 | |
*** tries_ has quit IRC | 19:08 | |
*** natarej_ has quit IRC | 19:08 | |
*** gabor_antal has quit IRC | 19:08 | |
*** jroll has quit IRC | 19:09 | |
*** Raymii has quit IRC | 19:09 | |
*** jaakkos has quit IRC | 19:09 | |
*** csmart has quit IRC | 19:09 | |
*** csmart has joined #openstack-swift | 19:09 | |
*** briancline has joined #openstack-swift | 19:09 | |
*** tries_ has joined #openstack-swift | 19:09 | |
*** tries_ has quit IRC | 19:09 | |
*** tries_ has joined #openstack-swift | 19:09 | |
*** zaitcev has joined #openstack-swift | 19:09 | |
*** ChanServ sets mode: +v zaitcev | 19:09 | |
*** vint_bra has joined #openstack-swift | 19:09 | |
*** gabor_antal has joined #openstack-swift | 19:09 | |
*** Raymii has joined #openstack-swift | 19:09 | |
*** jroll has joined #openstack-swift | 19:09 | |
*** _JZ_ has joined #openstack-swift | 19:09 | |
*** natarej_ has joined #openstack-swift | 19:09 | |
*** urth has joined #openstack-swift | 19:10 | |
*** sgundur has joined #openstack-swift | 19:12 | |
*** serverascode has quit IRC | 19:12 | |
*** jaakkos has joined #openstack-swift | 19:14 | |
*** AndyWojo has joined #openstack-swift | 19:14 | |
*** zhiyan has joined #openstack-swift | 19:16 | |
*** serverascode has joined #openstack-swift | 19:17 | |
*** cargonza has joined #openstack-swift | 19:18 | |
*** openstackgerrit has quit IRC | 19:18 | |
*** tqtran has quit IRC | 19:18 | |
*** chsc has quit IRC | 19:18 | |
*** cppforlife_ has quit IRC | 19:18 | |
*** ogelbukh has quit IRC | 19:18 | |
*** amit213 has quit IRC | 19:18 | |
*** mminesh has quit IRC | 19:18 | |
*** kong has quit IRC | 19:19 | |
*** ndk_ has quit IRC | 19:19 | |
*** hoonetorg has quit IRC | 19:19 | |
*** onovy has quit IRC | 19:19 | |
*** kozhukalov has quit IRC | 19:19 | |
*** blair has quit IRC | 19:19 | |
*** acoles_ has quit IRC | 19:19 | |
*** madorn has quit IRC | 19:19 | |
*** calebb has quit IRC | 19:19 | |
*** fbo has quit IRC | 19:19 | |
*** onovy has joined #openstack-swift | 19:19 | |
*** chsc has joined #openstack-swift | 19:19 | |
*** chsc has quit IRC | 19:19 | |
*** chsc has joined #openstack-swift | 19:19 | |
*** ndk has joined #openstack-swift | 19:19 | |
*** tqtran has joined #openstack-swift | 19:19 | |
*** ndk has quit IRC | 19:19 | |
*** ndk has joined #openstack-swift | 19:19 | |
*** hoonetorg has joined #openstack-swift | 19:19 | |
*** calebb has joined #openstack-swift | 19:19 | |
*** mminesh has joined #openstack-swift | 19:19 | |
*** madorn has joined #openstack-swift | 19:19 | |
*** openstackgerrit has joined #openstack-swift | 19:20 | |
*** fbo has joined #openstack-swift | 19:20 | |
*** acoles_ has joined #openstack-swift | 19:21 | |
*** ChanServ sets mode: +v acoles_ | 19:21 | |
*** acoles_ is now known as acoles | 19:21 | |
*** amit213 has joined #openstack-swift | 19:23 | |
*** kong has joined #openstack-swift | 19:24 | |
*** ogelbukh has joined #openstack-swift | 19:24 | |
*** kozhukalov has joined #openstack-swift | 19:26 | |
*** mmotiani has joined #openstack-swift | 19:27 | |
*** cppforlife_ has joined #openstack-swift | 19:28 | |
*** vern has quit IRC | 19:33 | |
*** sileht has quit IRC | 19:33 | |
*** jamielennox|away has quit IRC | 19:33 | |
*** mvk has quit IRC | 19:33 | |
*** Jeffrey4l_ has quit IRC | 19:33 | |
*** samueldmq has quit IRC | 19:33 | |
*** ejat has quit IRC | 19:33 | |
*** portante has quit IRC | 19:33 | |
*** hogepodge has quit IRC | 19:33 | |
*** jlwhite has quit IRC | 19:33 | |
*** zigo has quit IRC | 19:33 | |
*** mathiasb has quit IRC | 19:33 | |
*** mcarden has quit IRC | 19:33 | |
*** darrenc has quit IRC | 19:33 | |
*** ajiang has quit IRC | 19:33 | |
*** ChubYann has quit IRC | 19:33 | |
*** tdasilva has quit IRC | 19:33 | |
*** briancurtin has quit IRC | 19:33 | |
*** mattoliverau has quit IRC | 19:33 | |
*** zigo has joined #openstack-swift | 19:33 | |
*** matt6434 has joined #openstack-swift | 19:33 | |
*** tdasilva has joined #openstack-swift | 19:33 | |
*** tdasilva has quit IRC | 19:33 | |
*** tdasilva has joined #openstack-swift | 19:33 | |
*** Jeffrey4l_ has joined #openstack-swift | 19:33 | |
*** darrenc has joined #openstack-swift | 19:33 | |
*** ChubYann has joined #openstack-swift | 19:33 | |
*** mvk has joined #openstack-swift | 19:33 | |
*** zigo is now known as Guest10079 | 19:33 | |
*** ntata has joined #openstack-swift | 19:33 | |
*** vern has joined #openstack-swift | 19:33 | |
*** jlwhite has joined #openstack-swift | 19:34 | |
*** mathiasb has joined #openstack-swift | 19:34 | |
*** sileht has joined #openstack-swift | 19:34 | |
*** mcarden has joined #openstack-swift | 19:34 | |
*** ejat has joined #openstack-swift | 19:34 | |
*** ejat has quit IRC | 19:34 | |
*** ejat has joined #openstack-swift | 19:34 | |
*** DuncanT has quit IRC | 19:37 | |
*** ajiang has joined #openstack-swift | 19:37 | |
*** portante has joined #openstack-swift | 19:37 | |
*** silor has quit IRC | 19:37 | |
*** hogepodge has joined #openstack-swift | 19:38 | |
*** yarkot has joined #openstack-swift | 19:40 | |
*** jamielennox|away has joined #openstack-swift | 19:42 | |
*** jamielennox|away is now known as jamielennox | 19:43 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 19:46 |
*** DuncanT has joined #openstack-swift | 19:46 | |
*** klrmn has quit IRC | 19:47 | |
*** tmoreira has quit IRC | 19:47 | |
*** admin6 has quit IRC | 19:47 | |
*** kmARC has quit IRC | 19:47 | |
*** lifeless has quit IRC | 19:47 | |
*** cebreidian has quit IRC | 19:47 | |
*** andymccr has quit IRC | 19:47 | |
*** cnf has quit IRC | 19:47 | |
*** kencjohnston has quit IRC | 19:47 | |
*** aj701 has quit IRC | 19:47 | |
*** okdas_ has quit IRC | 19:48 | |
*** alpha_ori has quit IRC | 19:48 | |
*** notmyname has quit IRC | 19:48 | |
*** timss has quit IRC | 19:48 | |
*** kragniz has quit IRC | 19:48 | |
*** glange has quit IRC | 19:48 | |
*** timburke has quit IRC | 19:48 | |
*** tamizh_geek has quit IRC | 19:48 | |
*** etienneme has quit IRC | 19:48 | |
*** ahale has quit IRC | 19:48 | |
*** EmilienM has quit IRC | 19:48 | |
*** okdas has joined #openstack-swift | 19:48 | |
*** okdas has quit IRC | 19:48 | |
*** okdas has joined #openstack-swift | 19:48 | |
*** klrmn has joined #openstack-swift | 19:48 | |
*** ahale has joined #openstack-swift | 19:48 | |
*** glange has joined #openstack-swift | 19:48 | |
*** ChanServ sets mode: +v glange | 19:48 | |
*** tmoreira has joined #openstack-swift | 19:48 | |
*** timss has joined #openstack-swift | 19:48 | |
*** kmARC has joined #openstack-swift | 19:48 | |
*** etienneme has joined #openstack-swift | 19:48 | |
*** lifeless has joined #openstack-swift | 19:48 | |
*** kencjohnston has joined #openstack-swift | 19:48 | |
*** alpha_ori has joined #openstack-swift | 19:48 | |
*** tamizh_geek has joined #openstack-swift | 19:48 | |
*** timburke has joined #openstack-swift | 19:48 | |
*** ChanServ sets mode: +v timburke | 19:48 | |
*** notmyname has joined #openstack-swift | 19:48 | |
*** ChanServ sets mode: +v notmyname | 19:48 | |
*** tmoreira has quit IRC | 19:48 | |
*** tmoreira has joined #openstack-swift | 19:48 | |
*** kmARC has quit IRC | 19:48 | |
*** kmARC has joined #openstack-swift | 19:48 | |
*** tmoreira has quit IRC | 19:48 | |
*** tmoreira has joined #openstack-swift | 19:48 | |
*** admin6 has joined #openstack-swift | 19:48 | |
*** aj701 has joined #openstack-swift | 19:48 | |
*** cebreidian has joined #openstack-swift | 19:48 | |
*** EmilienM has joined #openstack-swift | 19:48 | |
*** kragniz has joined #openstack-swift | 19:49 | |
*** dmorita_ has joined #openstack-swift | 19:49 | |
*** janonymous has quit IRC | 19:50 | |
*** amit213 has quit IRC | 19:50 | |
*** ogelbukh has quit IRC | 19:50 | |
*** kozhukalov has quit IRC | 19:50 | |
*** cnf has joined #openstack-swift | 19:50 | |
*** andymccr has joined #openstack-swift | 19:50 | |
*** serverascode has quit IRC | 19:51 | |
*** nadeem has joined #openstack-swift | 19:52 | |
*** dmorita has quit IRC | 19:52 | |
*** dmorita_ has quit IRC | 19:54 | |
*** blair has joined #openstack-swift | 19:56 | |
*** redbo_ has quit IRC | 19:56 | |
*** saltsa_ has quit IRC | 19:56 | |
*** stevemar has quit IRC | 19:56 | |
*** ningliu has quit IRC | 19:56 | |
*** chmouel has quit IRC | 19:56 | |
*** ober37 has quit IRC | 19:56 | |
*** bkeller` has quit IRC | 19:56 | |
*** Guest66676 has quit IRC | 19:56 | |
*** dmellado has quit IRC | 19:56 | |
*** early` has quit IRC | 19:56 | |
*** redbo has joined #openstack-swift | 19:56 | |
*** ChanServ sets mode: +v redbo | 19:56 | |
*** saltsa has joined #openstack-swift | 19:56 | |
*** Guest66666 has joined #openstack-swift | 19:56 | |
*** chmouel has joined #openstack-swift | 19:56 | |
*** stevemar has joined #openstack-swift | 19:57 | |
*** dmellado has joined #openstack-swift | 19:57 | |
*** AndyWojo has quit IRC | 19:57 | |
*** early has joined #openstack-swift | 19:58 | |
*** ober37 has joined #openstack-swift | 19:58 | |
*** onovy has quit IRC | 19:59 | |
*** bkeller` has joined #openstack-swift | 19:59 | |
*** DuncanT has quit IRC | 19:59 | |
*** sgundur has quit IRC | 20:01 | |
*** sgundur1 has joined #openstack-swift | 20:01 | |
*** ningliu has joined #openstack-swift | 20:01 | |
*** sgundur has joined #openstack-swift | 20:01 | |
*** onovy has joined #openstack-swift | 20:02 | |
*** serverascode has joined #openstack-swift | 20:03 | |
*** DuncanT has joined #openstack-swift | 20:06 | |
*** samueldmq has joined #openstack-swift | 20:07 | |
*** openstack has joined #openstack-swift | 20:21 | |
*** sudorandom_ has joined #openstack-swift | 20:21 | |
*** rsFF- has joined #openstack-swift | 20:21 | |
*** AbyssOne_ has joined #openstack-swift | 20:21 | |
*** zacksh has joined #openstack-swift | 20:22 | |
*** kota_ has quit IRC | 20:22 | |
*** nottrobin has quit IRC | 20:22 | |
*** MooingLemur has quit IRC | 20:22 | |
*** timur has quit IRC | 20:22 | |
*** AbyssOne has quit IRC | 20:22 | |
*** oxinabox has quit IRC | 20:22 | |
*** wasmum has quit IRC | 20:22 | |
*** hurricanerix has quit IRC | 20:22 | |
*** zacksh_ has quit IRC | 20:22 | |
*** clayg has quit IRC | 20:22 | |
*** rsFF has quit IRC | 20:22 | |
*** sudorandom has quit IRC | 20:22 | |
*** fungi has quit IRC | 20:22 | |
*** oxinabox_ has joined #openstack-swift | 20:22 | |
*** sudorandom_ is now known as sudorandom | 20:22 | |
*** MooingLe1ur has joined #openstack-swift | 20:22 | |
*** clayg has joined #openstack-swift | 20:22 | |
*** ChanServ sets mode: +v clayg | 20:22 | |
*** timur has joined #openstack-swift | 20:22 | |
*** fungi has joined #openstack-swift | 20:23 | |
*** hurricanerix has joined #openstack-swift | 20:23 | |
*** nottrobin has joined #openstack-swift | 20:23 | |
*** kota_ has joined #openstack-swift | 20:26 | |
*** ChanServ sets mode: +v kota_ | 20:26 | |
*** wasmum has joined #openstack-swift | 20:27 | |
*** kozhukalov has joined #openstack-swift | 20:28 | |
*** dmellado has quit IRC | 20:30 | |
*** dmellado has joined #openstack-swift | 20:30 | |
*** serverascode has quit IRC | 20:30 | |
*** serverascode has joined #openstack-swift | 20:30 | |
*** samueldmq has quit IRC | 20:30 | |
*** samueldmq has joined #openstack-swift | 20:30 | |
*** AndyWojo has quit IRC | 20:31 | |
*** AndyWojo has joined #openstack-swift | 20:31 | |
*** DuncanT has quit IRC | 20:31 | |
*** DuncanT has joined #openstack-swift | 20:31 | |
*** nottrobin has quit IRC | 20:31 | |
*** nottrobin has joined #openstack-swift | 20:31 | |
*** wasmum has quit IRC | 20:31 | |
*** wasmum has joined #openstack-swift | 20:31 | |
*** kozhukalov has quit IRC | 20:31 | |
*** kozhukalov has joined #openstack-swift | 20:31 | |
*** briancurtin has quit IRC | 20:33 | |
*** ctennis has quit IRC | 20:33 | |
*** wer has quit IRC | 20:33 | |
*** remix_tj has quit IRC | 20:33 | |
*** rickflare has quit IRC | 20:33 | |
*** hugokuo has quit IRC | 20:33 | |
*** samueldmq has quit IRC | 20:33 | |
*** sgundur has quit IRC | 20:33 | |
*** ober37 has quit IRC | 20:33 | |
*** redbo has quit IRC | 20:33 | |
*** admin6 has quit IRC | 20:33 | |
*** etienneme has quit IRC | 20:33 | |
*** kragniz has quit IRC | 20:33 | |
*** tamizh_geek has quit IRC | 20:33 | |
*** ajiang has quit IRC | 20:33 | |
*** ntata has quit IRC | 20:33 | |
*** mvk has quit IRC | 20:33 | |
*** Jeffrey4l_ has quit IRC | 20:33 | |
*** natarej_ has quit IRC | 20:33 | |
*** gmmaha has quit IRC | 20:33 | |
*** jistr has quit IRC | 20:33 | |
*** bhakta has quit IRC | 20:33 | |
*** gopenshaw has quit IRC | 20:33 | |
*** dmellado has quit IRC | 20:33 | |
*** stevemar has quit IRC | 20:33 | |
*** cnf has quit IRC | 20:33 | |
*** lifeless has quit IRC | 20:33 | |
*** kmARC has quit IRC | 20:33 | |
*** tmoreira has quit IRC | 20:33 | |
*** klrmn has quit IRC | 20:33 | |
*** glange has quit IRC | 20:33 | |
*** jamielennox has quit IRC | 20:33 | |
*** hogepodge has quit IRC | 20:33 | |
*** mcarden has quit IRC | 20:33 | |
*** vern has quit IRC | 20:33 | |
*** darrenc has quit IRC | 20:33 | |
*** mattoliverau has quit IRC | 20:33 | |
*** Guest10079 has quit IRC | 20:33 | |
*** mmotiani has quit IRC | 20:33 | |
*** calebb has quit IRC | 20:33 | |
*** zhiyan has quit IRC | 20:33 | |
*** zaitcev has quit IRC | 20:33 | |
*** csmart has quit IRC | 20:33 | |
*** zul has quit IRC | 20:33 | |
*** d0ugal has quit IRC | 20:33 | |
*** neonpastor has quit IRC | 20:33 | |
*** ningliu has quit IRC | 20:33 | |
*** chmouel has quit IRC | 20:33 | |
*** saltsa has quit IRC | 20:33 | |
*** okdas has quit IRC | 20:33 | |
*** sileht has quit IRC | 20:33 | |
*** ChubYann has quit IRC | 20:33 | |
*** sgundur1 has quit IRC | 20:33 | |
*** mminesh has quit IRC | 20:33 | |
*** ndk has quit IRC | 20:33 | |
*** Raymii has quit IRC | 20:33 | |
*** logan- has quit IRC | 20:33 | |
*** Vinsh has quit IRC | 20:33 | |
*** furlongm has quit IRC | 20:33 | |
*** cschwede has quit IRC | 20:33 | |
*** timur has quit IRC | 20:33 | |
*** MooingLe1ur has quit IRC | 20:33 | |
*** mlanner has quit IRC | 20:33 | |
*** balajir has quit IRC | 20:33 | |
*** bkeller` has quit IRC | 20:33 | |
*** timss has quit IRC | 20:33 | |
*** ahale has quit IRC | 20:33 | |
*** alpha_ori has quit IRC | 20:33 | |
*** chsc has quit IRC | 20:33 | |
*** gabor_antal has quit IRC | 20:33 | |
*** chianingwang has quit IRC | 20:33 | |
*** _fortis has quit IRC | 20:35 | |
*** DuncanT has quit IRC | 20:35 | |
*** cppforlife_ has quit IRC | 20:36 | |
*** nottrobin has quit IRC | 20:36 | |
*** sgundur has joined #openstack-swift | 20:36 | |
*** AndyWojo has quit IRC | 20:37 | |
*** serverascode has quit IRC | 20:37 | |
*** ningliu has joined #openstack-swift | 20:38 | |
*** sgundur1 has joined #openstack-swift | 20:38 | |
*** chmouel has joined #openstack-swift | 20:38 | |
*** saltsa has joined #openstack-swift | 20:38 | |
*** okdas has joined #openstack-swift | 20:38 | |
*** sileht has joined #openstack-swift | 20:38 | |
*** ChubYann has joined #openstack-swift | 20:38 | |
*** mminesh has joined #openstack-swift | 20:38 | |
*** ndk has joined #openstack-swift | 20:38 | |
*** Raymii has joined #openstack-swift | 20:38 | |
*** logan- has joined #openstack-swift | 20:38 | |
*** Vinsh has joined #openstack-swift | 20:38 | |
*** furlongm has joined #openstack-swift | 20:38 | |
*** cschwede has joined #openstack-swift | 20:38 | |
*** orwell.freenode.net sets mode: +v cschwede | 20:38 | |
*** dmellado has joined #openstack-swift | 20:39 | |
*** stevemar has joined #openstack-swift | 20:39 | |
*** cnf has joined #openstack-swift | 20:39 | |
*** lifeless has joined #openstack-swift | 20:39 | |
*** kmARC has joined #openstack-swift | 20:39 | |
*** tmoreira has joined #openstack-swift | 20:39 | |
*** glange has joined #openstack-swift | 20:39 | |
*** klrmn has joined #openstack-swift | 20:39 | |
*** jamielennox has joined #openstack-swift | 20:39 | |
*** hogepodge has joined #openstack-swift | 20:39 | |
*** mcarden has joined #openstack-swift | 20:39 | |
*** vern has joined #openstack-swift | 20:39 | |
*** darrenc has joined #openstack-swift | 20:39 | |
*** mattoliverau has joined #openstack-swift | 20:39 | |
*** Guest10079 has joined #openstack-swift | 20:39 | |
*** mmotiani has joined #openstack-swift | 20:39 | |
*** calebb has joined #openstack-swift | 20:39 | |
*** zaitcev has joined #openstack-swift | 20:39 | |
*** csmart has joined #openstack-swift | 20:39 | |
*** d0ugal has joined #openstack-swift | 20:39 | |
*** zul has joined #openstack-swift | 20:39 | |
*** neonpastor has joined #openstack-swift | 20:39 | |
*** orwell.freenode.net sets mode: +vvv glange mattoliverau zaitcev | 20:39 | |
*** briancurtin has joined #openstack-swift | 20:39 | |
*** ctennis has joined #openstack-swift | 20:39 | |
*** wer has joined #openstack-swift | 20:39 | |
*** remix_tj has joined #openstack-swift | 20:39 | |
*** hugokuo has joined #openstack-swift | 20:39 | |
*** rickflare has joined #openstack-swift | 20:39 | |
*** samueldmq has joined #openstack-swift | 20:39 | |
*** ober37 has joined #openstack-swift | 20:39 | |
*** redbo has joined #openstack-swift | 20:39 | |
*** kragniz has joined #openstack-swift | 20:39 | |
*** admin6 has joined #openstack-swift | 20:39 | |
*** tamizh_geek has joined #openstack-swift | 20:39 | |
*** etienneme has joined #openstack-swift | 20:39 | |
*** ajiang has joined #openstack-swift | 20:39 | |
*** ntata has joined #openstack-swift | 20:39 | |
*** mvk has joined #openstack-swift | 20:39 | |
*** Jeffrey4l_ has joined #openstack-swift | 20:39 | |
*** natarej_ has joined #openstack-swift | 20:39 | |
*** gmmaha has joined #openstack-swift | 20:39 | |
*** gopenshaw has joined #openstack-swift | 20:39 | |
*** bhakta has joined #openstack-swift | 20:39 | |
*** jistr has joined #openstack-swift | 20:39 | |
*** orwell.freenode.net sets mode: +v redbo | 20:39 | |
*** timur has joined #openstack-swift | 20:39 | |
*** MooingLe1ur has joined #openstack-swift | 20:39 | |
*** mlanner has joined #openstack-swift | 20:39 | |
*** balajir has joined #openstack-swift | 20:39 | |
*** bkeller` has joined #openstack-swift | 20:39 | |
*** alpha_ori has joined #openstack-swift | 20:39 | |
*** timss has joined #openstack-swift | 20:39 | |
*** ahale has joined #openstack-swift | 20:39 | |
*** chsc has joined #openstack-swift | 20:39 | |
*** gabor_antal has joined #openstack-swift | 20:39 | |
*** chianingwang has joined #openstack-swift | 20:39 | |
*** cppforlife_ has joined #openstack-swift | 20:40 | |
*** kragniz has quit IRC | 20:40 | |
*** zhiyan has joined #openstack-swift | 20:40 | |
*** cppforlife_ has quit IRC | 20:40 | |
*** cppforlife_ has joined #openstack-swift | 20:40 | |
*** zhiyan has quit IRC | 20:41 | |
*** zhiyan has joined #openstack-swift | 20:41 | |
*** kragniz1 has joined #openstack-swift | 20:41 | |
*** briancurtin has quit IRC | 20:42 | |
*** nottrobin has joined #openstack-swift | 20:42 | |
*** Jeffrey4l_ has quit IRC | 20:43 | |
*** ediardo has quit IRC | 20:43 | |
*** dmorita has joined #openstack-swift | 20:45 | |
*** ukaynar has joined #openstack-swift | 20:45 | |
*** _fortis has joined #openstack-swift | 20:47 | |
*** Jeffrey4l_ has joined #openstack-swift | 20:48 | |
*** DuncanT has joined #openstack-swift | 20:49 | |
*** suresh__ has quit IRC | 20:50 | |
*** AndyWojo has joined #openstack-swift | 20:50 | |
*** sgundur has quit IRC | 20:52 | |
*** serverascode has joined #openstack-swift | 20:55 | |
*** MooingLe1ur is now known as MooingLemur | 20:55 | |
*** ediardo has joined #openstack-swift | 20:59 | |
*** vint_bra has quit IRC | 21:02 | |
*** vint_bra has joined #openstack-swift | 21:02 | |
*** briancurtin has joined #openstack-swift | 21:04 | |
*** david-lyle has quit IRC | 21:12 | |
*** david-lyle has joined #openstack-swift | 21:12 | |
*** _JZ_ has quit IRC | 21:14 | |
*** _JZ_ has joined #openstack-swift | 21:14 | |
*** Jeffrey4l_ has quit IRC | 21:16 | |
*** kragniz1 is now known as kragniz | 21:19 | |
*** ogelbukh has joined #openstack-swift | 21:29 | |
*** kozhukalov has quit IRC | 21:52 | |
*** ogelbukh has quit IRC | 21:52 | |
*** kozhukalov has joined #openstack-swift | 22:23 | |
*** vint_bra has quit IRC | 22:25 | |
*** StraubTW has quit IRC | 22:29 | |
*** ogelbukh has joined #openstack-swift | 22:34 | |
*** kozhukalov has quit IRC | 22:59 | |
*** ogelbukh has quit IRC | 22:59 | |
*** _JZ_ has quit IRC | 23:03 | |
*** ukaynar has quit IRC | 23:06 | |
*** nadeem has quit IRC | 23:10 | |
*** kozhukalov has joined #openstack-swift | 23:29 | |
*** ogelbukh has joined #openstack-swift | 23:44 | |
*** chsc has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!