*** serverascode____ is now known as serverascode | 00:01 | |
*** km has joined #openstack-swift | 00:02 | |
notmyname | oh good. zaitcev is looking through my really old blog posts ;-) | 00:03 |
---|---|---|
zaitcev | notmyname: the bzr vs git was nostalgic | 00:04 |
*** angelastreeter has joined #openstack-swift | 00:10 | |
*** ho has joined #openstack-swift | 00:17 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: Add some input options for set_overload https://review.openstack.org/145970 | 00:29 |
openstackgerrit | Clay Gerrard proposed openstack/swift: Add dispersion command to swift-ring-builder https://review.openstack.org/144432 | 00:29 |
ho | good morning! | 00:37 |
*** kei_yama has joined #openstack-swift | 00:39 | |
*** Masahiro has joined #openstack-swift | 00:40 | |
*** elambert has quit IRC | 00:40 | |
*** Masahiro has quit IRC | 00:44 | |
mattoliverau | ho: morning | 00:45 |
*** nellysmitt has joined #openstack-swift | 00:48 | |
*** nellysmitt has quit IRC | 00:53 | |
*** addnull has joined #openstack-swift | 00:55 | |
*** Masahiro has joined #openstack-swift | 00:59 | |
*** gyee has quit IRC | 01:08 | |
clayg | so this python2.6 doesn't have c_ssize_t thing is starting to get on my nerves - are we going to take py2.6 out of our tox or are we going to let people use swift with 2.6 | 01:18 |
clayg | cause if we *don't* fix swift before the next release I think we'll need put something in the change log about "fuck old python" | 01:18 |
clayg | what the hell is a signed pointer anyways - who needs these stupid types - why can't all machines just be 64-bit forever since always | 01:19 |
clayg | how's man -s tee gunna have ssize_t as the return type for tee and the example code assign the return value to variable declared as an int? I thought these static type language guys were all up in arms about this type safey shit. | 01:23 |
*** addnull has quit IRC | 01:23 | |
*** nosnos has joined #openstack-swift | 01:27 | |
*** bill_az has quit IRC | 01:31 | |
clayg | ok so on python2.7 when I say ctypes.c_ssize_t() it gives me a c_long, I think c_size_t *is* acctually a ulong so I guess it makes sense the c_ssize_t would be the signed version of that | 01:33 |
clayg | omG! I fixed the splice thing and find two tests that are using multi return with syntax!? we're not even trying are we!? | 01:37 |
clayg | the multi-return form of the "with" statement | 01:37 |
clayg | with open(a) as b, c: | 01:37 |
clayg | oh maybe it's open(a) as b, open(c) as d that doesn't work | 01:41 |
torgomatic | I know that last one doesn't work | 01:42 |
*** angelastreeter has quit IRC | 01:43 | |
torgomatic | with <expr> as <var>: is 2.6 and 2.7, with <expr1> as <var1>, <expr2> as <var2>, ...: is 2.7 only | 01:43 |
clayg | well whatever everything is gunna be awesome on python3 except the type annotations | 01:45 |
mattoliverau | clayg: let it out man, let it out... Sounds like you need a beer! | 01:49 |
*** peluse has quit IRC | 01:57 | |
*** peluse has joined #openstack-swift | 01:58 | |
*** xianghuihui has joined #openstack-swift | 01:59 | |
*** addnull has joined #openstack-swift | 02:02 | |
*** xianghuihui has quit IRC | 02:05 | |
*** oomichi has joined #openstack-swift | 02:18 | |
clayg | so I used to think contextlib.nested was a good idea - but they just keep making the deprecation messaging scarier and scarier :\ | 02:21 |
clayg | also python2.7's unittest module is so much better than 2.6's | 02:21 |
clayg | if we wait till april maybe we could be like "also swift doesn't support python 2.6 anymore - April Fools!" but then the joke part is that it really doesn't | 02:22 |
openstackgerrit | Clay Gerrard proposed openstack/swift: Fix a few edges where we lost python 2.6 support https://review.openstack.org/145997 | 02:24 |
clayg | if you have a vagrant-swift-all-in-one it'll have setup deadsnakes for you - and you can just vtox -e py26 to "review" that patch | 02:25 |
clayg | most of the code is "worse" because python 2.7 is better, but well i guess I'll be pissed if we just stop supporting python 2.6 and wait some pissed off operator to jump here and tell us we sprung it on him | 02:25 |
clayg | mattoliverau: also it's taken me like >3 patches to beat the flake8 out of your dispersion-report patch - I don't know what the heck is wrong with my workflow I keep thinking i fixed it? | 02:28 |
mattoliverau | clayg: then it might be I owe you a beer ;) | 02:30 |
clayg | i'll definately take the beer, next time I see you - but you don't owe me anything | 02:31 |
clayg | i found the bug in my workflow - i had accidently fixed the pep8 bug in a depedent patch in a later change which now passes flake8 but the interium change does not | 02:32 |
mattoliverau | Lol, in San Fran for the hackathon then :) | 02:32 |
clayg | we're having a hackathon!? like before vancover? | 02:32 |
clayg | but hell yeah - i might know a few places | 02:33 |
*** pcaruana is now known as pcaruana|afk| | 02:34 | |
*** haomaiwang has joined #openstack-swift | 02:35 | |
mattoliverau | clayg: Lol, either your too busy to pay attention to emails, you've been forgotten, so because it'll be held by swiftstack you are there by default :P | 02:36 |
openstackgerrit | Clay Gerrard proposed openstack/swift: Add some input options for set_overload https://review.openstack.org/145970 | 02:48 |
openstackgerrit | Clay Gerrard proposed openstack/swift: Add dispersion command to swift-ring-builder https://review.openstack.org/144432 | 02:48 |
*** nellysmitt has joined #openstack-swift | 02:49 | |
*** chlong has joined #openstack-swift | 02:49 | |
*** nellysmitt has quit IRC | 02:53 | |
*** addnull has quit IRC | 03:11 | |
*** nosnos has quit IRC | 03:24 | |
*** david-lyle has joined #openstack-swift | 03:29 | |
*** SkyRocknRoll has joined #openstack-swift | 03:30 | |
*** haomaiwang has quit IRC | 03:33 | |
*** ppai has joined #openstack-swift | 03:55 | |
*** nosnos has joined #openstack-swift | 03:56 | |
*** addnull has joined #openstack-swift | 03:58 | |
*** oomichi has quit IRC | 04:01 | |
*** oomichi has joined #openstack-swift | 04:14 | |
*** addnull has quit IRC | 04:14 | |
*** david-lyle has quit IRC | 04:17 | |
*** elambert has joined #openstack-swift | 04:23 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: Make more memcache options configurable https://review.openstack.org/146011 | 04:31 |
clayg | ^ I think we ment to do that after the memcache pool stuff got in, but never did | 04:32 |
*** nellysmitt has joined #openstack-swift | 04:50 | |
notmyname | good evening | 04:50 |
*** addnull has joined #openstack-swift | 04:54 | |
*** nellysmitt has quit IRC | 04:55 | |
*** nshaikh has joined #openstack-swift | 04:56 | |
mattoliverau | notmyname: evening, ready for your long flight? | 05:03 |
notmyname | not hardly! | 05:03 |
notmyname | but I did get a haircut today, so I've got that going for me | 05:04 |
StevenK | I get a short flight, and now get to laugh to the jetlagged Americans | 05:04 |
StevenK | As opposed to Feburary, when all the Americans will be laughing at jetlagged me | 05:04 |
notmyname | StevenK: the interesting thing is that it's effectively only a 3 hour difference for me | 05:04 |
notmyname | StevenK: lol | 05:04 |
StevenK | It's only a 3 hour difference for me as well | 05:05 |
mattoliverau | StevenK: when are you flying in? Going to the Sunday meet up? | 05:10 |
mattoliverau | notmyname: oh well the minimum you need is your laptop, a passport and a credit card :p | 05:13 |
notmyname | heh. I'd prefer to have more of my talk(s) done too ;-) | 05:15 |
*** nosnos has quit IRC | 05:21 | |
*** nosnos has joined #openstack-swift | 05:21 | |
StevenK | mattoliverau: I leave here tomorrow morning | 05:22 |
mattoliverau | StevenK: ha me too, guess I might see you in Auckland tomorrow then :) | 05:23 |
StevenK | mattoliverau: I land into AKL at 16:05 | 05:23 |
StevenK | Which is 5 hours after I left, but only 3 hours in the air | 05:24 |
mattoliverau | StevenK: I arrive 15:25, direct from Melb | 05:25 |
*** nosnos has quit IRC | 05:26 | |
*** nshaikh has quit IRC | 05:31 | |
*** elambert_ has joined #openstack-swift | 05:40 | |
*** nshaikh has joined #openstack-swift | 05:41 | |
*** elambert has quit IRC | 05:43 | |
*** elambert_ has quit IRC | 05:44 | |
*** nosnos has joined #openstack-swift | 05:53 | |
*** elambert has joined #openstack-swift | 05:54 | |
*** elambert has quit IRC | 05:58 | |
*** elambert_ has joined #openstack-swift | 05:58 | |
*** ppai has quit IRC | 06:12 | |
*** elambert_ has quit IRC | 06:16 | |
*** elambert has joined #openstack-swift | 06:21 | |
*** ppai has joined #openstack-swift | 06:26 | |
*** zaitcev has quit IRC | 06:30 | |
clayg | is the gate broken again? | 06:40 |
*** addnull has quit IRC | 06:42 | |
*** nosnos has quit IRC | 06:48 | |
*** elambert has quit IRC | 06:49 | |
*** reed has quit IRC | 06:49 | |
*** nosnos has joined #openstack-swift | 06:50 | |
*** nellysmitt has joined #openstack-swift | 06:51 | |
*** nellysmitt has quit IRC | 06:54 | |
*** addnull has joined #openstack-swift | 06:55 | |
ho | clag: are you still here? | 07:24 |
ho | sorry. s/clag/clayg/ | 07:25 |
*** ppai has quit IRC | 07:48 | |
*** ppai has joined #openstack-swift | 08:01 | |
*** rledisez has joined #openstack-swift | 08:10 | |
*** geaaru has joined #openstack-swift | 08:20 | |
*** oomichi has quit IRC | 08:41 | |
*** Tyger has quit IRC | 08:48 | |
*** Tyger has joined #openstack-swift | 08:48 | |
*** silor has joined #openstack-swift | 08:51 | |
*** ppai has quit IRC | 08:51 | |
*** Tyger has quit IRC | 08:54 | |
*** Tyger has joined #openstack-swift | 08:55 | |
*** nellysmitt has joined #openstack-swift | 08:55 | |
*** km has quit IRC | 08:55 | |
*** ho has quit IRC | 08:57 | |
*** nellysmitt has quit IRC | 08:59 | |
*** kei_yama has quit IRC | 09:01 | |
*** Masahiro has quit IRC | 09:04 | |
*** ppai has joined #openstack-swift | 09:05 | |
*** jistr has joined #openstack-swift | 09:05 | |
*** Masahiro has joined #openstack-swift | 09:05 | |
*** acoles_away is now known as acoles | 09:08 | |
*** nellysmitt has joined #openstack-swift | 09:12 | |
*** jordanP has joined #openstack-swift | 09:31 | |
*** acoles is now known as acoles_away | 09:31 | |
*** nshaikh has quit IRC | 09:35 | |
*** addnull has quit IRC | 09:58 | |
*** nshaikh has joined #openstack-swift | 10:02 | |
*** Masahiro has quit IRC | 10:26 | |
*** NM has joined #openstack-swift | 10:40 | |
*** addnull has joined #openstack-swift | 10:51 | |
*** Masahiro has joined #openstack-swift | 11:27 | |
*** Masahiro has quit IRC | 11:31 | |
*** nosnos has quit IRC | 11:54 | |
*** erlon_ has joined #openstack-swift | 11:57 | |
*** mahatic has joined #openstack-swift | 11:57 | |
*** EmilienM|afk is now known as EmilienM | 12:07 | |
EmilienM | ? | 12:17 |
EmilienM | err | 12:17 |
*** acoles_away is now known as acoles | 12:18 | |
*** chlong has quit IRC | 12:32 | |
*** erlon_ is now known as erlon | 12:39 | |
*** cdelatte has joined #openstack-swift | 12:46 | |
*** EmilienM is now known as EmilienM|afk | 12:52 | |
*** Masahiro has joined #openstack-swift | 12:59 | |
*** swat30 has joined #openstack-swift | 13:00 | |
*** ppai has quit IRC | 13:01 | |
*** Masahiro has quit IRC | 13:04 | |
*** EmilienM|afk is now known as EmilienM | 13:09 | |
*** ppai has joined #openstack-swift | 13:15 | |
*** ppai has quit IRC | 13:24 | |
*** omame has quit IRC | 13:36 | |
*** omame has joined #openstack-swift | 13:36 | |
*** bill_az has joined #openstack-swift | 13:44 | |
*** addnull has quit IRC | 13:46 | |
*** addnull has joined #openstack-swift | 13:49 | |
*** pcaruana|afk| has quit IRC | 13:53 | |
*** annegentle has joined #openstack-swift | 13:54 | |
*** nshaikh has quit IRC | 13:55 | |
*** nshaikh has joined #openstack-swift | 13:56 | |
*** nshaikh has quit IRC | 13:57 | |
*** miqui_ has quit IRC | 14:26 | |
*** SkyRocknRoll has quit IRC | 14:41 | |
*** Masahiro has joined #openstack-swift | 14:48 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Test that SLO disallows too small first segment if other segments https://review.openstack.org/146101 | 14:51 |
*** pcaruana|afk| has joined #openstack-swift | 14:52 | |
*** Masahiro has quit IRC | 14:52 | |
*** SkyRocknRoll has joined #openstack-swift | 14:54 | |
*** SkyRocknRoll has quit IRC | 14:54 | |
*** SkyRocknRoll has joined #openstack-swift | 14:54 | |
*** jbonjean has quit IRC | 14:54 | |
*** haomaiwa_ has joined #openstack-swift | 14:57 | |
*** addnull has quit IRC | 15:01 | |
*** annegentle has quit IRC | 15:01 | |
*** annegentle has joined #openstack-swift | 15:02 | |
*** reed has joined #openstack-swift | 15:15 | |
*** lpabon has joined #openstack-swift | 15:16 | |
*** haomaiwang has joined #openstack-swift | 15:16 | |
*** haomaiwa_ has quit IRC | 15:16 | |
*** jbonjean has joined #openstack-swift | 15:20 | |
*** haomaiwang has quit IRC | 15:20 | |
notmyname | good morning | 15:20 |
notmyname | please note http://lists.openstack.org/pipermail/openstack-dev/2015-January/054122.html on the mailing list | 15:20 |
*** haomaiwang has joined #openstack-swift | 15:21 | |
*** haomaiwang has quit IRC | 15:21 | |
mahatic | good morning! | 15:31 |
*** dmsimard_away is now known as dmsimard | 15:32 | |
*** jbonjean has quit IRC | 15:36 | |
*** tdasilva has joined #openstack-swift | 15:43 | |
*** jbonjean has joined #openstack-swift | 15:44 | |
*** jbonjean has quit IRC | 15:44 | |
*** jbonjean has joined #openstack-swift | 15:44 | |
*** elambert has joined #openstack-swift | 15:52 | |
*** jokke_ has joined #openstack-swift | 15:54 | |
mahatic | notmyname, I think i am missing something - @public and @replication attributes are both there for REPLICATE method. So, this method is not in allowed methods since there is also a replication attribute? | 16:00 |
*** annegentle has quit IRC | 16:03 | |
mahatic | notmyname, and is there also some code for replication server specifically like we have for object/container/account | 16:03 |
mahatic | ? | 16:03 |
*** openstackgerrit has quit IRC | 16:05 | |
*** openstackgerrit has joined #openstack-swift | 16:06 | |
*** lcurtis has joined #openstack-swift | 16:13 | |
*** annegentle has joined #openstack-swift | 16:20 | |
*** kevinc_ has joined #openstack-swift | 16:27 | |
notmyname | mahatic: I'm not sure about your second question | 16:31 |
notmyname | mahatic: but for the first, the basic idea is that the Allow header should have the verbs that don't return 405 MethodNotAllowed | 16:32 |
*** annegentle has quit IRC | 16:33 | |
notmyname | mahatic: perhaps there can be a refactoring to make the allowed_methods correct based on the config and then change the check in __call__ to use allowed_methods | 16:33 |
openstackgerrit | David Goetz proposed openstack/swift: Change black/white-listing to use sysmeta. https://review.openstack.org/126049 | 16:35 |
*** annegentle has joined #openstack-swift | 16:35 | |
*** Masahiro has joined #openstack-swift | 16:37 | |
*** IRTermite has joined #openstack-swift | 16:37 | |
*** Masahiro has quit IRC | 16:41 | |
*** jordanP has quit IRC | 16:42 | |
*** annegent_ has joined #openstack-swift | 16:48 | |
*** annegentle has quit IRC | 16:50 | |
*** NM1 has joined #openstack-swift | 16:54 | |
*** NM has quit IRC | 16:54 | |
*** annegentle has joined #openstack-swift | 16:57 | |
EmilienM | notmyname: thx for your comment on the puppet-swift patch. Happy you follow it | 16:59 |
notmyname | EmilienM: zaitcev brought it up in here yesterday. he gets all the credit | 16:59 |
EmilienM | nice, thanks guys | 16:59 |
*** annegent_ has quit IRC | 17:00 | |
*** kevinc_ has quit IRC | 17:03 | |
*** EmilienM is now known as EmilienM|afk | 17:04 | |
*** kevinc_ has joined #openstack-swift | 17:06 | |
*** rledisez has quit IRC | 17:11 | |
mahatic | notmyname, hmm, how do i access this config data? (I think this is basic but I can't figure it). And also not sure you understood the second question or not sure about the answer? | 17:20 |
notmyname | mahatic: it's passed into the __init__ | 17:20 |
*** NM1 has quit IRC | 17:20 | |
mahatic | notmyname, great! thanks much! | 17:22 |
*** NM has joined #openstack-swift | 17:25 | |
*** NM has quit IRC | 17:30 | |
*** gyee has joined #openstack-swift | 17:30 | |
*** jistr_ has joined #openstack-swift | 17:31 | |
*** NM has joined #openstack-swift | 17:34 | |
*** jistr has quit IRC | 17:35 | |
*** jistr_ has quit IRC | 17:37 | |
*** NM has quit IRC | 17:44 | |
*** NM has joined #openstack-swift | 17:52 | |
*** NM has quit IRC | 17:57 | |
*** echevemaster has joined #openstack-swift | 17:59 | |
*** zaitcev has joined #openstack-swift | 18:05 | |
*** ChanServ sets mode: +v zaitcev | 18:05 | |
*** annegentle has quit IRC | 18:05 | |
*** NM has joined #openstack-swift | 18:07 | |
*** geaaru has quit IRC | 18:22 | |
notmyname | mahatic: sorry I couldn't make more of the opw meeting. I had a phone call a the same time. everything go ok? | 18:22 |
mahatic | notmyname, no problem. Yup. thanks for joining in though! and towards the end, it was open discussion - if mentees/mentors have any concerns | 18:24 |
mahatic | notmyname, got any concerns? :) | 18:24 |
notmyname | mahatic: nothing specific. thanks for jumping in and asking questions and responding to reviews. | 18:25 |
*** Masahiro has joined #openstack-swift | 18:25 | |
notmyname | mahatic: in general (not just for you with opw) I'm thinking about and working on some ways to get some better communication in the community (eg what's going on, what to work on, where to go for help, etc). I think that will help you, too | 18:26 |
mahatic | notmyname, oh that's great! | 18:26 |
*** jordanP has joined #openstack-swift | 18:28 | |
mahatic | notmyname, and i should be speeding up too. I guess you'll be busy next week? (I will ask around in the channel for any clarifications of course) | 18:29 |
lcurtis | Hi notmyname...q for u. If I want to set up a replication network, can that only be done at ring creation time? | 18:29 |
lcurtis | as per http://docs.openstack.org/developer/swift/replication_network.html ? | 18:29 |
notmyname | lcurtis: nope. you can set that up later. see the set_info command on swift-ring builder (then you'd write_ring. no need to rebalance) | 18:29 |
lcurtis | phew | 18:29 |
lcurtis | thanks!!! | 18:29 |
*** Masahiro has quit IRC | 18:30 | |
*** jordanP has quit IRC | 18:33 | |
mahatic | notmyname, thinking of testing the replicate part is indeed "fun"! | 18:33 |
mahatic | notmyname, sorry for going back and forth, but can you correct me on this - if it's not a replication server the method with @replication attribute should not show up in OPTIONS, correct? | 18:35 |
mahatic | notmyname, so my current tests showing REPLICATE irrespective of the config check is not right, correct? | 18:35 |
*** acoles is now known as acoles_away | 18:36 | |
notmyname | no, IIRC, the REPLICATE verb is available to all servers, no matter the config setting | 18:38 |
*** silor has quit IRC | 18:38 | |
mahatic | notmyname, true. but http://paste.openstack.org/show/156122/ should thrown error when the test passes REPLICATE | 18:41 |
mahatic | notmyname, the above paste is in __call__ | 18:41 |
-openstackstatus- NOTICE: paste.openstack.org is going offline for a database migration (duration: ~2 minutes) | 18:59 | |
*** annegentle has joined #openstack-swift | 19:00 | |
*** silor has joined #openstack-swift | 19:10 | |
*** NM has quit IRC | 19:17 | |
*** EmilienM|afk is now known as EmilienM | 19:24 | |
*** NM has joined #openstack-swift | 19:31 | |
*** NM has quit IRC | 19:52 | |
*** mahatic_ has joined #openstack-swift | 19:58 | |
*** silor has quit IRC | 19:58 | |
*** mahatic has quit IRC | 20:01 | |
*** annegentle has quit IRC | 20:08 | |
*** NM has joined #openstack-swift | 20:08 | |
mattoliverau | Morning | 20:09 |
mattoliverau | notmyname: I'm off to the airport, I'll see you tomorrow :) | 20:09 |
mahatic_ | mattoliverau, hello! safe trip and get back the updates :D | 20:10 |
mattoliverau | mahatic_: thanks :) have a great week yourself! | 20:11 |
mahatic_ | mattoliverau, thanks too :) | 20:12 |
*** annegentle has joined #openstack-swift | 20:12 | |
*** Masahiro has joined #openstack-swift | 20:14 | |
*** omame has quit IRC | 20:14 | |
*** NM has quit IRC | 20:15 | |
*** omame has joined #openstack-swift | 20:15 | |
*** NM has joined #openstack-swift | 20:15 | |
*** bill_az has quit IRC | 20:17 | |
notmyname | "tomorrow" | 20:17 |
*** annegentle has quit IRC | 20:19 | |
*** Masahiro has quit IRC | 20:19 | |
mattoliverau | notmyname: well tomorrow for me :p | 20:21 |
notmyname | heh | 20:21 |
mattoliverau | If you make it to the ATC meet up that is :) | 20:21 |
notmyname | I don't get a saturday this week | 20:21 |
zaitcev | but then you get two? | 20:21 |
zaitcev | or two Mondays | 20:21 |
notmyname | ya, I get in like 7am or something. I'm planning on being there, but I'm not making it a priority to be there right at the start time | 20:21 |
notmyname | ya, 2 saturdays next week. leave NZ at 7pm. arrive in SFO at 8am the same day | 20:21 |
mattoliverau | notmyname: understandable :) | 20:22 |
mattoliverau | Yay and hour trip :p | 20:22 |
mattoliverau | *an hour trip | 20:23 |
peluse | safe travels man... | 20:23 |
notmyname | it's dangerous. If I went too much further east, I'd go back in time to far. might disrupt some stuff | 20:23 |
mattoliverau | Lol | 20:23 |
peluse | just don't interact with anyone you already know and you'll be OK :) | 20:23 |
notmyname | on the other hand, if I do it right, I might could fly west far enough to travel to the future, download the completed EC code, then fly east until "today". then we're done! | 20:23 |
peluse | that would take all the fun out of it though! | 20:24 |
mattoliverau | Great idea! And send peluse east so he has more time to get it done | 20:24 |
*** annegentle has joined #openstack-swift | 20:25 | |
peluse | BTW clayg/notmyname, making good progress on the rework of the things we talked about earlier this week... going to be freakin' cool | 20:25 |
mattoliverau | K at airport time to go line up so I can wait a few hours for a flight.. Bbs | 20:25 |
notmyname | great. we (ie clayg and torgomatic) are back on finishing up some of the ring balance (and other) customer stuff before looking at EC patches. | 20:26 |
notmyname | peluse: so you've got some breathing room for getting it done before we have a chance to review | 20:26 |
tdasilva | notmyname: is there going to be a meeting next week while you are "away"? | 20:27 |
openstackgerrit | Merged openstack/swift: Fix a few edges where we lost python 2.6 support https://review.openstack.org/145997 | 20:27 |
notmyname | tdasilva: ya. the timezones are effectively only 3 hours apart (SFO and NZ) so I'll lead it. but I'm checking the schedule now... | 20:28 |
peluse | notmyname, damned customers always getting in the way.... | 20:28 |
notmyname | tdasilva: looks like 1900utc is 7am the next day in NZ. so I'll be fine | 20:30 |
tdasilva | 3? wow, had not realized that... | 20:31 |
notmyname | tdasilva: well it's actually 21 hours difference. so, subtract 3 hours and add a day | 20:31 |
notmyname | but effectively it means I'll be pretty close to the same daylight hours as at home | 20:32 |
notmyname | no different than you visiting me | 20:32 |
*** NM has quit IRC | 20:32 | |
tdasilva | cool, have fun there! you and mattoliverau | 20:33 |
notmyname | StevenK too | 20:35 |
notmyname | not sure who else in here | 20:35 |
glange | why didn't mattoliverau just swim? | 20:36 |
*** elambert has quit IRC | 20:36 | |
*** lpabon has quit IRC | 20:36 | |
StevenK | Sharks | 20:36 |
*** nellysmitt has quit IRC | 20:36 | |
glange | that's a valid answer | 20:36 |
notmyname | glange: when you combine swimming with the east/west time travel, it get's complicated. water density makes the time travel slower | 20:37 |
StevenK | Things that want to kill in Australia don't just stop because you get into the water. :-) | 20:37 |
StevenK | For instance, some snakes in Australia can swim | 20:37 |
notmyname | of course they do | 20:37 |
glange | in texas, there are 3 poisonous snakes, one swims | 20:38 |
*** elambert has joined #openstack-swift | 20:38 | |
notmyname | cottonmouth / water moccasin ? | 20:38 |
glange | yeah | 20:39 |
notmyname | we had those (and copperheads) where I grew up | 20:39 |
notmyname | no rattlesnakes though | 20:39 |
glange | + rattlesnake + coral snake (but the coral snake isn't very dangerous at all) | 20:39 |
redbo | I like how it has a different name when it's in the water | 20:39 |
glange | the coral snake has to gnaw on you to give you posion and it has a small mouth | 20:39 |
*** elambert has quit IRC | 20:40 | |
notmyname | glange: copperheads make the total 4 | 20:40 |
notmyname | http://en.wikipedia.org/wiki/Agkistrodon_contortrix | 20:40 |
glange | I thought water moccasins and cottonmouths were the same things? | 20:40 |
notmyname | ya | 20:41 |
notmyname | cottonmouth, copperhead, rattlesnake, coral snake | 20:41 |
glange | ok | 20:41 |
glange | updating records* | 20:41 |
redbo | there's like a bazillion species of rattlesnake too | 20:41 |
notmyname | redbo: there's also a brazillion rattlesnake http://en.wikipedia.org/wiki/Crotalus_durissus | 20:42 |
redbo | that's btorch's nickname | 20:43 |
glange | copperheads and cottomouths are in the same genus (but they are different species) | 20:43 |
notmyname | glange: is that the genus of "color description" + "feature of the head"? | 20:44 |
tdasilva | notmyname: also known as "cascavel" | 20:44 |
glange | notmyname: I think they like the same TV shows too :) | 20:45 |
*** elambert has joined #openstack-swift | 20:47 | |
notmyname | glange: technically, these aren't poisonous, right? they're venomous. you eat poison. venom eats you | 20:48 |
glange | maybe, that sounds like a valid distinction, but the way I'm saying things is pretty common usage | 20:49 |
glange | but what you say is probably more correct | 20:49 |
glange | *updating records* | 20:49 |
ahale_ | poisionous venom sounds the worst | 20:50 |
notmyname | that'd be like eating a scorpion or something | 20:51 |
*** elambert has quit IRC | 20:51 | |
glange | looks like there are 4 genus's of different venomous snakes in texas with about 15 species or sub species | 20:54 |
glange | there are 2 genus' of rattlesnakes | 20:55 |
mattoliverau | Well we've lost count of how many things kill you here with venom :p but New Zealand has none... Its Australia on training wheels :p | 20:58 |
notmyname | lol | 20:58 |
ahale_ | i thought they had one nasty thing | 20:58 |
notmyname | ahale_: australians? | 20:58 |
ahale_ | hehe | 20:59 |
openstackgerrit | Merged openstack/swift: Add notion of overload to swift-ring-builder https://review.openstack.org/141452 | 20:59 |
notmyname | actually, it would be orcs, right? | 20:59 |
*** rdaly2 has joined #openstack-swift | 20:59 | |
*** bill_az has joined #openstack-swift | 21:00 | |
notmyname | Air New Zealand's in-flight safety videos are all LotR themed | 21:00 |
notmyname | mattoliverau: StevenK: are power plugs the same in Oz and NZ? | 21:01 |
*** annegent_ has joined #openstack-swift | 21:03 | |
*** annegentle has quit IRC | 21:04 | |
glange | I thought New Zealand was Australia's Italy :) | 21:04 |
*** rdaly2_ has joined #openstack-swift | 21:04 | |
notmyname | I don't even know what that means | 21:04 |
glange | they are both shaped like boots :) | 21:05 |
*** rdaly2 has quit IRC | 21:05 | |
StevenK | notmyname: They are. | 21:05 |
notmyname | StevenK: ah, good. thanks | 21:05 |
ahale_ | oh yeah , north island is like an upside down chelsea boot | 21:06 |
glange | haha, thanks for backing me up on that StevenK :) | 21:06 |
glange | Stephen Colbert calls Oregon Idaho's Portugal -- it's a joke like that :) | 21:08 |
notmyname | I should update my records | 21:08 |
glange | thanks | 21:09 |
*** bpap has joined #openstack-swift | 21:15 | |
*** elambert has joined #openstack-swift | 21:16 | |
*** zul has quit IRC | 21:22 | |
*** elambert has quit IRC | 21:23 | |
*** annegent_ has quit IRC | 21:37 | |
*** elambert has joined #openstack-swift | 21:51 | |
*** NM has joined #openstack-swift | 21:57 | |
*** Masahiro has joined #openstack-swift | 22:03 | |
*** Masahiro has quit IRC | 22:08 | |
*** kevinc_ has quit IRC | 22:11 | |
*** NM has quit IRC | 22:20 | |
notmyname | time to punt further presentation slide work to the airplane and start working on packing.... | 22:26 |
*** annegentle has joined #openstack-swift | 22:28 | |
*** annegentle has quit IRC | 22:34 | |
*** nellysmitt has joined #openstack-swift | 22:37 | |
*** nellysmitt has quit IRC | 22:42 | |
*** SkyRocknRoll has quit IRC | 22:57 | |
*** EmilienM is now known as EmilienM|afk | 23:01 | |
*** NM has joined #openstack-swift | 23:18 | |
*** NM has quit IRC | 23:24 | |
*** jeblair is now known as corvus | 23:33 | |
clayg | whoa, glange ahale_ redbo and mattoliverau it's like a racktoberfest in janurary in here | 23:42 |
clayg | dfg: thanks for the ratelimit fix - wfm! | 23:42 |
clayg | er... feature - to my knowledge it wasn't broken, sorry, mis-type | 23:43 |
*** pcaruana|afk| has quit IRC | 23:46 | |
*** dmsimard is now known as dmsimard_away | 23:47 | |
*** NM has joined #openstack-swift | 23:49 | |
*** Masahiro has joined #openstack-swift | 23:52 | |
*** Masahiro has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!