*** Masahiro has quit IRC | 00:01 | |
*** david-lyle is now known as david-lyle_afk | 00:06 | |
*** rdaly2 has quit IRC | 00:17 | |
*** masonhsiung has quit IRC | 00:27 | |
*** nellysmitt has joined #openstack-swift | 00:31 | |
*** nellysmitt has quit IRC | 00:36 | |
*** Masahiro has joined #openstack-swift | 00:57 | |
*** nottrobin has quit IRC | 01:02 | |
*** Masahiro has quit IRC | 01:02 | |
*** nottrobin has joined #openstack-swift | 01:02 | |
*** addnull has joined #openstack-swift | 01:18 | |
openstackgerrit | Samuel Merritt proposed openstack/swift: Add notion of overload to swift-ring-builder https://review.openstack.org/141452 | 01:23 |
---|---|---|
*** masonhsiung has joined #openstack-swift | 01:52 | |
*** addnull has quit IRC | 02:06 | |
*** addnull has joined #openstack-swift | 02:25 | |
*** addnull has joined #openstack-swift | 02:25 | |
*** nellysmitt has joined #openstack-swift | 02:32 | |
*** nellysmitt has quit IRC | 02:36 | |
*** Masahiro has joined #openstack-swift | 02:46 | |
*** addnull has quit IRC | 02:48 | |
*** Masahiro has quit IRC | 02:50 | |
*** addnull has joined #openstack-swift | 03:19 | |
*** addnull has quit IRC | 03:24 | |
*** addnull has joined #openstack-swift | 03:27 | |
*** addnull has quit IRC | 03:37 | |
*** Masahiro has joined #openstack-swift | 03:47 | |
*** Masahiro has quit IRC | 03:51 | |
*** addnull has joined #openstack-swift | 03:54 | |
*** masonhsiung has quit IRC | 04:08 | |
*** wasmum has quit IRC | 04:11 | |
*** masonhsiung has joined #openstack-swift | 04:12 | |
tacticus | /buffer 14 | 04:25 |
tacticus | whoops sorry | 04:25 |
*** wasmum has joined #openstack-swift | 04:28 | |
*** nellysmitt has joined #openstack-swift | 04:33 | |
*** nellysmitt has quit IRC | 04:37 | |
*** fifieldt has quit IRC | 05:02 | |
openstackgerrit | paul luse proposed openstack/swift: New hashes.pkl format and several other reconstructor related changes https://review.openstack.org/131872 | 05:07 |
*** fifieldt has joined #openstack-swift | 05:15 | |
*** exploreshaifali has joined #openstack-swift | 05:26 | |
*** Masahiro has joined #openstack-swift | 05:35 | |
*** Masahiro has quit IRC | 05:39 | |
*** exploreshaifali has quit IRC | 05:52 | |
*** kopparam has joined #openstack-swift | 05:58 | |
*** addnull has quit IRC | 06:07 | |
*** addnull has joined #openstack-swift | 06:11 | |
*** fandi has quit IRC | 06:11 | |
*** fandi has joined #openstack-swift | 06:19 | |
*** fandi has quit IRC | 06:23 | |
*** ppai has joined #openstack-swift | 06:25 | |
*** wer_ has quit IRC | 06:29 | |
*** wer has quit IRC | 06:29 | |
*** wer_ has joined #openstack-swift | 06:29 | |
*** wer has joined #openstack-swift | 06:29 | |
*** exploreshaifali has joined #openstack-swift | 06:30 | |
*** nellysmitt has joined #openstack-swift | 06:34 | |
*** Masahiro has joined #openstack-swift | 06:36 | |
*** nellysmitt has quit IRC | 06:38 | |
*** fandi has joined #openstack-swift | 06:38 | |
*** Masahiro has quit IRC | 06:40 | |
*** fandi has quit IRC | 06:49 | |
*** bkopilov has joined #openstack-swift | 06:49 | |
*** fandi has joined #openstack-swift | 06:50 | |
*** fandi has quit IRC | 06:55 | |
*** exploreshaifali has quit IRC | 06:57 | |
*** ttrumm has joined #openstack-swift | 07:03 | |
*** fandi has joined #openstack-swift | 07:10 | |
*** exploreshaifali has joined #openstack-swift | 07:10 | |
*** addnull has quit IRC | 07:21 | |
openstackgerrit | Prashanth Pai proposed openstack/swift: Avoid unnecessary unlink() on every successful PUT https://review.openstack.org/143943 | 07:31 |
*** addnull has joined #openstack-swift | 07:33 | |
clayg | so like is the whole "swift doesn't work on python2.6 anymore" like a known issue? | 07:47 |
clayg | "AttributeError: 'module' object has no attribute 'c_ssize_t'" shows up real obvious like with tox -e py26, or if you "from swift.obj import diskfile" in a python2.6 repl | 07:48 |
clayg | i know the gate doesn't test py26 anymore - but for some reason I thought we were still going to support it for awhile longer? if not maybe I rip it out of my tox scripts | 07:49 |
clayg | glange: you guys still theoretically run something like swift right? what versions of python do you want me to care about? | 07:52 |
*** addnull has quit IRC | 08:00 | |
*** exploreshaifali has quit IRC | 08:07 | |
hugokuo | yoyoyo | 08:14 |
hugokuo | good evening everyone | 08:14 |
*** ttrumm has quit IRC | 08:20 | |
*** Masahiro has joined #openstack-swift | 08:25 | |
*** Masahiro has quit IRC | 08:29 | |
clayg | acoles_away: but what if they *want* to overload a device more than 100%!? :P | 08:34 |
*** nellysmitt has joined #openstack-swift | 08:35 | |
charz | clayg: Do know how to get the checksum of whole object(SLO)? | 08:36 |
clayg | nope - we were talking about that this morning | 08:36 |
*** nellysmitt has quit IRC | 08:37 | |
clayg | it is possilbe (I'm told) to save the state of a running md5 so you can continue it with some other bits, but you can just take two md5s and say what the md5 of the result of concating them would be | 08:37 |
*** nellysmitt has joined #openstack-swift | 08:38 | |
clayg | charz: so basically you'd just want to checksum the segments | 08:38 |
clayg | acctually that makes me wonder what the new md5 validator does when downloading a slo or dlo object :\ (not sure if that got merged acctually...) | 08:39 |
clayg | oh that was just on upload... how strange... do we already verify md5's on downloads? | 08:40 |
charz | clayg: verify md5's on downloads | 08:41 |
charz | clayg: swift client don't check that, so when client store the chunks to disk and calculated md5. How to make sure the object is correct? | 08:42 |
clayg | charz: hrmm... seems swiftclient will try to validate md5 on download already - not entirely sure what it thinks it's doing for large objects... | 08:43 |
charz | clayg: yeah | 08:44 |
charz | clayg: I think the 3party client maybe needs that to verify md5. | 08:45 |
charz | clayg: thanks | 08:46 |
clayg | charz: oh nm, i see where _SwiftReader is like not creating the md5 hasher if 'x-object-manifest' or 'x-static-large-object' in the resp headers - so there's no md5 validation on large objects in swiftclient on download - make sense | 08:51 |
*** kopparam has quit IRC | 08:51 | |
clayg | torgomatic: is this a case where the streaming mime parser would be useful - or do we finally have a usecase that would work for http trailers/footers? | 08:51 |
charz | clayg: yes, there is no check. because that no correct etags of whole object to check. | 08:52 |
*** ttrumm has joined #openstack-swift | 09:00 | |
*** nellysmitt has quit IRC | 09:06 | |
*** nellysmitt has joined #openstack-swift | 09:11 | |
*** foexle has joined #openstack-swift | 09:22 | |
*** pcaruana has joined #openstack-swift | 09:24 | |
*** StevenK has quit IRC | 09:24 | |
*** StevenK has joined #openstack-swift | 09:25 | |
*** ttrumm has quit IRC | 09:33 | |
*** ttrumm has joined #openstack-swift | 09:42 | |
hugokuo | I see.... | 09:48 |
*** kopparam has joined #openstack-swift | 09:51 | |
*** ttrumm has quit IRC | 09:54 | |
*** fandi has quit IRC | 09:54 | |
*** kopparam has quit IRC | 09:56 | |
*** masonhsi_ has joined #openstack-swift | 10:05 | |
*** silor has joined #openstack-swift | 10:05 | |
*** fandi has joined #openstack-swift | 10:06 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: Add dispersion command to swift-ring-builder https://review.openstack.org/144432 | 10:07 |
*** masonhsiung has quit IRC | 10:08 | |
*** masonhsi_ has quit IRC | 10:09 | |
*** fandi has quit IRC | 10:10 | |
*** fandi has joined #openstack-swift | 10:12 | |
*** Masahiro has joined #openstack-swift | 10:14 | |
*** Masahiro has quit IRC | 10:18 | |
*** kopparam has joined #openstack-swift | 10:19 | |
*** fandi has quit IRC | 10:19 | |
*** ttrumm has joined #openstack-swift | 10:36 | |
*** exploreshaifali has joined #openstack-swift | 10:38 | |
*** ttrumm has joined #openstack-swift | 10:55 | |
*** ttrumm_ has joined #openstack-swift | 10:56 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: Add dispersion command to swift-ring-builder https://review.openstack.org/144432 | 10:57 |
*** ttrumm has quit IRC | 10:59 | |
clayg | torgomatic: I'm going to be out of the office for the holiday till next week - if you're working on the hershey-constant branch and have any notion to review/test/steal the dispersion command stuff I'd be only all to happy with any changes you see fit | 11:00 |
*** ppai has quit IRC | 11:24 | |
*** ppai has joined #openstack-swift | 11:38 | |
*** kopparam has quit IRC | 11:43 | |
*** kopparam has joined #openstack-swift | 11:47 | |
*** Masahiro has joined #openstack-swift | 12:02 | |
*** Masahiro has quit IRC | 12:07 | |
*** fandi has joined #openstack-swift | 12:16 | |
*** kopparam has quit IRC | 12:35 | |
*** pcaruana has quit IRC | 12:36 | |
*** ttrumm_ has quit IRC | 12:39 | |
*** jest has joined #openstack-swift | 12:47 | |
*** pcaruana has joined #openstack-swift | 12:47 | |
*** ppai has quit IRC | 13:01 | |
*** silor1 has joined #openstack-swift | 13:04 | |
*** silor has quit IRC | 13:05 | |
*** openstack has joined #openstack-swift | 13:07 | |
*** abhirc has quit IRC | 13:10 | |
*** silor1 has quit IRC | 13:11 | |
*** exploreshaifali has quit IRC | 13:30 | |
*** fifieldt has quit IRC | 13:48 | |
*** Masahiro has joined #openstack-swift | 13:51 | |
*** Masahiro has quit IRC | 13:55 | |
*** fifieldt has joined #openstack-swift | 14:01 | |
*** EmilienM is now known as EmilienM|afk | 14:03 | |
*** EmilienM|afk is now known as EmilienM | 14:15 | |
*** Trixboxer has joined #openstack-swift | 14:50 | |
*** dmsimard_away is now known as dmsimard | 14:52 | |
*** exploreshaifali has joined #openstack-swift | 14:53 | |
*** mahatic has joined #openstack-swift | 14:53 | |
*** jest has quit IRC | 14:54 | |
*** masonhsi_ has joined #openstack-swift | 15:06 | |
*** masonhsi_ has quit IRC | 15:34 | |
*** Masahiro has joined #openstack-swift | 15:40 | |
*** Masahiro has quit IRC | 15:44 | |
thurloat | surreptitious | 16:48 |
*** masonhsiung has joined #openstack-swift | 17:23 | |
*** lcurtis has joined #openstack-swift | 17:26 | |
*** Masahiro has joined #openstack-swift | 17:29 | |
*** foexle has quit IRC | 17:29 | |
*** Masahiro has quit IRC | 17:33 | |
*** exploreshaifali has quit IRC | 18:07 | |
*** masonhsiung has quit IRC | 18:11 | |
*** EmilienM is now known as EmilienM|food | 18:24 | |
*** EmilienM|food is now known as EmilienM|afk | 18:25 | |
*** lcurtis has quit IRC | 18:53 | |
torgomatic | clayg: woah, I think you finally found a use-case for HTTP trailers | 18:57 |
*** pcaruana has quit IRC | 19:00 | |
torgomatic | the solution has finally found a problem! praise rfc2616! | 19:02 |
openstackgerrit | Samuel Merritt proposed openstack/swift: Only move too-close-together replicas when they can spread out. https://review.openstack.org/140879 | 19:04 |
*** Masahiro has joined #openstack-swift | 19:17 | |
openstackgerrit | Samuel Merritt proposed openstack/swift: Add notion of overload to swift-ring-builder https://review.openstack.org/141452 | 19:18 |
*** Masahiro has quit IRC | 19:21 | |
*** nellysmitt has quit IRC | 19:23 | |
*** nellysmitt has joined #openstack-swift | 20:14 | |
*** exploreshaifali has joined #openstack-swift | 20:17 | |
*** exploreshaifali has quit IRC | 20:20 | |
*** abhirc has joined #openstack-swift | 20:23 | |
*** nellysmitt has quit IRC | 20:38 | |
*** david-lyle_afk is now known as david-lyle | 20:58 | |
*** Masahiro has joined #openstack-swift | 21:06 | |
*** silor has joined #openstack-swift | 21:07 | |
*** Masahiro has quit IRC | 21:10 | |
*** silor has quit IRC | 21:14 | |
*** EmilienM|afk is now known as EmilienM | 21:19 | |
openstackgerrit | Merged openstack/python-swiftclient: Change tests to use new CaptureOutput class. https://review.openstack.org/140690 | 21:28 |
*** mtreinish has quit IRC | 21:28 | |
mahatic | torgomatic, hello! | 22:20 |
mahatic | torgomatic, can you take a look at this? https://review.openstack.org/#/c/140103/ | 22:21 |
*** wfw has joined #openstack-swift | 22:41 | |
wfw | this might be really dumb, but I'm getting a cast error when I just try to use a string containing the name of a variable | 22:43 |
wfw | like, I have var myvar = 5 | 22:43 |
wfw | and then later when just trying to use "myvar" (to print myvar and not 5) | 22:44 |
swifterdarrell | wfw: Sorry, this is a channel for the OpenStack Swift object storage project, not Apple's Swift language (if I'm interpreting your question correctly) | 22:45 |
wfw | oh : ( | 22:46 |
wfw | my bad | 22:46 |
wfw | thanks swifterdarrell | 22:46 |
wfw | this was the only swift-looking group on freenode | 22:46 |
swifterdarrell | wfw: no problem | 22:46 |
*** wfw has quit IRC | 22:49 | |
*** mtreinish has joined #openstack-swift | 22:53 | |
*** Masahiro has joined #openstack-swift | 22:55 | |
*** mahatic has quit IRC | 22:57 | |
*** Masahiro has quit IRC | 22:59 | |
*** dmsimard is now known as dmsimard_away | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!