Tuesday, 2016-11-08

*** klamath has quit IRC00:06
*** Viswanath has joined #openstack-swift00:10
openstackgerritPete Zaitcev proposed openstack/swift: Patch the policy through proxy operations  https://review.openstack.org/39468500:10
notmynamenah, there's some hardcoded /tmp that should change tempfile.gettempdir()00:12
notmynametedious but not too bad00:12
*** jamielennox is now known as jamielennox|away00:14
*** Viswanath has quit IRC00:16
*** abalfour1 has quit IRC00:16
*** cebreidian has joined #openstack-swift00:17
*** dfisher has left #openstack-swift00:17
notmynameclayg: last one is https://github.com/openstack/swift/blob/master/swift/common/manager.py#L8600:28
notmynameclayg: I'm not sure of impact of changing that to tempfile.gettempdir()00:28
notmynamethoughts?00:28
clayg... looking00:30
claygoh f - idk, creiht did that00:30
notmynameoh ok00:30
claygnotmyname: bottomline I think it doesn't matter so much for xfs :)00:30
notmynametrue00:31
claygoh oh - no probably tempfile.gettempdir() is probably fine00:31
claygoh, or not00:31
claygapparently I don't know thow that function works - the eggcache needs to be stable between invocations of the process00:32
notmynameI'll set it to the gettempdir() location00:32
clayggettempdir() on mac is weird - is gettempdir on freebsd weird in general?00:33
*** sams-gleb has joined #openstack-swift00:35
openstackgerritJohn Dickinson proposed openstack/swift: Add checksum to object extended attributes  https://review.openstack.org/33632300:43
notmynametorgomatic: there's the patch with /tmp remoced ^00:43
notmynameoh, sweet. https://review.openstack.org/#/c/376630/ landed :-)00:44
patchbotpatch 376630 - swift - EC: reconstruct using non-durable fragments (MERGED)00:44
notmynameI gotta go run an errand, but this is a good stopping point for today. I'll pick it up again (getting the -infra repo updated to have XFS somewhere other than /tmp) later this week00:46
*** sams-gleb has quit IRC01:07
kota_good morning01:09
kota_nice, patch 376630 landed.01:10
patchbothttps://review.openstack.org/#/c/376630/ - swift - EC: reconstruct using non-durable fragments (MERGED)01:10
kota_will we have a new release?01:10
claygkota_: is that all the high/critical bugs we have outstanding?01:13
kota_clayg: let me check01:14
openstackgerritClay Gerrard proposed openstack/swift: Make eventlet.tpool's thread count configurable in object server  https://review.openstack.org/28966401:14
kota_clayg: 12 highs and... :/01:15
*** ober37 has quit IRC01:16
*** ober37 has joined #openstack-swift01:17
*** trananhkma has quit IRC01:22
*** trananhkma has joined #openstack-swift01:39
*** diogogmt has quit IRC01:44
claygkota_: I guess I"m thinking about lp bug #154911001:45
openstackLaunchpad bug 1549110 in OpenStack Object Storage (swift) "EC: object-reconstuctor got unhandled 0 divison error" [High,In progress] https://launchpad.net/bugs/1549110 - Assigned to Kota Tsuyuzaki (tsuyuzaki-kota)01:45
claygkota_:  that one finally bit me too!01:45
kota_clayg: yeah,01:46
claygkota_: after I finally got to understanding the bug I wasn't entirely sure we shouldn't just avoid the zerodivision error by "fixing" the integer devision that's throwing out precision?01:47
claygbasically the problem is that 1 / 2 != 0 except it does :'(01:47
kota_yup01:48
claygkota_: normally I just stick a "1. *" in front of it and call it day01:48
claygi agree that stats reporting isn't quite right - but I'm not sure the change of making devices global for each policy is better?01:49
clayg... but anything is better than the traceback followed by not maing reconstruction progress :'(01:49
kota_clayg: ah, which is better reporting each policy vs global is a bit complicated because it may depend on the costomer policy01:50
kota_clayg: what i found as problem in the bug is almostly a metrix is for a policy but others are global01:51
claygkota_:  how would you feel about "1. *" to fix lp bug #1549110 ASAP and then do something better for devices to address lp bug #1488608 (maybe raise the priority and reference the older change set from your work?)01:51
openstackLaunchpad bug 1549110 in OpenStack Object Storage (swift) "EC: object-reconstuctor got unhandled 0 divison error" [High,In progress] https://launchpad.net/bugs/1549110 - Assigned to Kota Tsuyuzaki (tsuyuzaki-kota)01:51
openstackLaunchpad bug 1488608 in OpenStack Object Storage (swift) "stats output in reconstructor.py gives wrong device count" [Low,Confirmed] https://launchpad.net/bugs/1488608 - Assigned to Bill Huber (wbhuber)01:51
kota_and it causes 0 devision.01:51
kota_ah, got it01:51
kota_clayg: it might be good to separate the problem to 1. avoiding 0 division and 2. good stat logging.01:52
kota_make sense.01:52
claygkota_:  I wasn't quite able to convince myself the integer devision thing *can't* bite you with one policy01:52
claygkota_: ok, maybe I can push a fix for zero devision bug and rebase your change on it?01:56
kota_clayg: ok, will take a look... maybe today or tommorow-ish.  i need to switch my head from deep sea of Erasrure Coding and unfortunately i may not be able to take much time because of company meetings.01:56
kota_clayg: that's great01:57
claygkota_: it's no problem!  I'll be joining you in deep EC land - today was my company meetings and other stuff day ;)01:57
kota_clayg: thank you so much, man ;-)01:58
*** sams-gleb has joined #openstack-swift02:05
*** klrmn has quit IRC02:12
*** abalfour has quit IRC02:17
*** abalfour has joined #openstack-swift02:18
*** clu_ has quit IRC02:22
*** diogogmt has joined #openstack-swift02:30
*** sams-gleb has quit IRC02:38
openstackgerritClay Gerrard proposed openstack/swift: Fix stats calculation in object-reconstructor  https://review.openstack.org/28394602:57
openstackgerritClay Gerrard proposed openstack/swift: Fix ZeroDivisionError in reconstructor.stats_line  https://review.openstack.org/39471402:57
claygkota_: ^ so i ended up rebasing your stats improvemnts onto the zero devision fix - I think this will work ok, but need to look at it again fresh in the am03:11
clayglooking more closely at the other bug for stats processing it seems bill huber (remember him!) made the same diagnosis you did about needing to avoid resetting device count between runs03:12
claygg'night03:12
kota_clagy: have a good night!03:24
kota_thanks03:24
*** david_c_ has quit IRC03:26
*** sams-gleb has joined #openstack-swift03:36
*** dmorita has quit IRC03:36
*** klrmn has joined #openstack-swift03:48
*** links has joined #openstack-swift04:00
*** sams-gleb has quit IRC04:08
*** diogogmt has quit IRC04:15
*** sams-gleb has joined #openstack-swift04:23
*** arch-nemesis has quit IRC04:30
claygdf -h04:34
*** dmorita has joined #openstack-swift04:37
*** dmorita has quit IRC04:41
*** sams-gleb has quit IRC04:47
*** sams-gleb has joined #openstack-swift04:47
*** arch-nemesis has joined #openstack-swift04:50
*** sams-gleb has quit IRC04:52
*** mlanner has quit IRC05:17
*** notmyname has quit IRC05:19
*** mlanner has joined #openstack-swift05:19
*** notmyname has joined #openstack-swift05:20
*** ChanServ sets mode: +v notmyname05:20
*** klrmn has quit IRC05:34
*** takashi has joined #openstack-swift05:46
*** rcernin has joined #openstack-swift05:54
*** takashi has quit IRC06:00
*** sureshj has quit IRC06:06
*** pcaruana has joined #openstack-swift06:53
*** tesseract has joined #openstack-swift07:03
*** tesseract is now known as Guest657007:03
*** david-lyle has quit IRC07:03
*** ChubYann has quit IRC07:09
*** Jeffrey4l has quit IRC07:54
*** takashi has joined #openstack-swift07:56
*** SkyRocknRoll has joined #openstack-swift08:01
*** rledisez has joined #openstack-swift08:18
*** admin6 has joined #openstack-swift08:25
*** links has quit IRC08:29
*** geaaru has joined #openstack-swift08:38
*** amoralej|off is now known as amoralej08:39
*** links has joined #openstack-swift08:44
*** hseipp has joined #openstack-swift08:50
*** links has quit IRC09:10
*** mvk has quit IRC09:20
*** links has joined #openstack-swift09:23
*** vint_bra has joined #openstack-swift09:34
*** dmorita has joined #openstack-swift09:38
*** asettle has joined #openstack-swift09:40
*** dmorita has quit IRC09:43
*** mvk has joined #openstack-swift09:49
*** pcaruana has quit IRC09:51
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873609:54
*** Jeffrey4l has joined #openstack-swift09:55
openstackgerritGábor Antal proposed openstack/swift: Use more specific asserts in test/unit/common  https://review.openstack.org/34278110:00
*** Jeffrey4l has quit IRC10:00
*** Jeffrey4l has joined #openstack-swift10:08
*** npf has joined #openstack-swift10:13
*** Jeffrey4l has quit IRC10:14
openstackgerritGábor Antal proposed openstack/swift: Use more specific asserts in test/unit/obj tests  https://review.openstack.org/34283010:20
*** notmyname has quit IRC10:20
*** patchbot has quit IRC10:21
*** patchbot has joined #openstack-swift10:21
*** wasmum has quit IRC10:21
*** geaaru has quit IRC10:23
*** wasmum has joined #openstack-swift10:24
*** vint_bra has quit IRC10:26
*** notmyname has joined #openstack-swift10:29
*** ChanServ sets mode: +v notmyname10:29
*** jordanP has joined #openstack-swift10:32
*** vint_bra has joined #openstack-swift10:35
*** vint_bra has quit IRC10:35
*** geaaru has joined #openstack-swift10:36
*** maestropandy has joined #openstack-swift10:38
*** maestropandy has left #openstack-swift10:41
*** geaaru has quit IRC10:44
*** acoles_ is now known as acoles10:46
*** rvasilets___ has joined #openstack-swift10:53
*** geaaru has joined #openstack-swift10:58
*** dfflanders has quit IRC11:33
*** mvk has quit IRC11:33
openstackgerritChristian Hugo proposed openstack/swift: Use direct_get_suffix_hashes in the reconstructor  https://review.openstack.org/39455111:38
*** mvk has joined #openstack-swift11:45
*** amoralej is now known as amoralej|lunch12:00
*** sams-gleb has joined #openstack-swift12:04
*** vint_bra has joined #openstack-swift12:07
*** Guess456787654 has joined #openstack-swift12:21
*** Guess456787654 is now known as NM12:21
*** NM is now known as HELP12:22
*** HELP is now known as Guest5832412:23
*** Guest58324 has left #openstack-swift12:23
*** david-lyle has joined #openstack-swift12:37
*** kei_yama has quit IRC12:44
*** trananhkma has quit IRC13:02
*** cbartz has joined #openstack-swift13:07
*** takashi has quit IRC13:09
*** SkyRocknRoll has quit IRC13:12
*** david-lyle has quit IRC13:29
*** links has quit IRC13:33
*** amoralej|lunch is now known as amoralej13:34
*** openstackgerrit has quit IRC13:48
*** openstackgerrit has joined #openstack-swift13:48
*** psachin has joined #openstack-swift13:50
*** psachin has quit IRC13:51
*** tongli has joined #openstack-swift13:54
*** klamath has joined #openstack-swift13:58
*** klamath has quit IRC13:58
*** klamath has joined #openstack-swift13:59
*** StraubTW has joined #openstack-swift14:04
*** stradling has joined #openstack-swift14:05
openstackgerritDonagh McCabe proposed openstack/swift: Document access control lists (ACLs)  https://review.openstack.org/37421514:18
*** dulek has joined #openstack-swift14:25
*** dulek has left #openstack-swift14:25
*** lxsli has joined #openstack-swift14:42
*** _JZ_ has joined #openstack-swift14:46
*** acoles is now known as acoles_14:57
*** catintheroof has joined #openstack-swift14:57
*** acoles_ is now known as acoles15:00
*** admin6 has quit IRC15:04
*** sgundur has joined #openstack-swift15:20
*** sams-gleb has quit IRC15:23
*** sams-gleb has joined #openstack-swift15:23
*** sams-gleb has quit IRC15:28
*** Fin1te has joined #openstack-swift15:31
*** sgundur has quit IRC15:36
*** diogogmt has joined #openstack-swift15:37
*** dmorita has joined #openstack-swift15:38
*** Fin1te has quit IRC15:38
*** sgundur has joined #openstack-swift15:38
acolesnotmyname: FYI https://etherpad.openstack.org/p/swift_oslo-config - based on lxsli (Alexis) taking a look at swift confs15:39
*** tongli has quit IRC15:40
*** sams-gleb has joined #openstack-swift15:42
*** dmorita has quit IRC15:42
openstackgerritDonagh McCabe proposed openstack/swift: Add python3-dev to bindep and use py27for some envs  https://review.openstack.org/39504915:45
*** acoles is now known as acoles_15:59
*** sgundur has quit IRC16:01
*** Guest6570 has quit IRC16:01
*** ndk_ has quit IRC16:10
*** ndk_ has joined #openstack-swift16:12
*** rcernin has quit IRC16:20
*** zaitcev has joined #openstack-swift16:21
*** ChanServ sets mode: +v zaitcev16:21
*** sgundur has joined #openstack-swift16:23
openstackgerritMathias Bjoerkqvist proposed openstack/swift: WIP: Storing encryption root secret in Barbican  https://review.openstack.org/36487816:24
*** sgundur has quit IRC16:33
*** sgundur has joined #openstack-swift16:33
*** david_c has joined #openstack-swift16:34
*** stradling has quit IRC16:51
*** rcernin has joined #openstack-swift16:55
*** stradling has joined #openstack-swift16:56
*** mvk has quit IRC17:07
*** jordanP has quit IRC17:09
*** portante has quit IRC17:18
*** acoles_ is now known as acoles17:19
*** portante has joined #openstack-swift17:21
*** hseipp has quit IRC17:26
*** rcernin has quit IRC17:29
*** jamielennox|away is now known as jamielennox17:30
*** rledisez has quit IRC17:31
*** ndk_ has quit IRC17:33
*** rledisez has joined #openstack-swift17:33
*** portante has quit IRC17:33
*** rledisez has quit IRC17:34
*** ndk_ has joined #openstack-swift17:34
*** portante has joined #openstack-swift17:35
openstackgerritAlistair Coles proposed openstack/swift: Refactor container sync stats reporting  https://review.openstack.org/39509417:36
acoles^^ jrichli I didn't yet rebase patch 210099 on this ^ , thought I'd wait for your review first :P17:37
patchbothttps://review.openstack.org/#/c/210099/ - swift - Add process level concurrency to container sync17:37
*** sgundur has quit IRC17:38
*** jamielennox is now known as jamielennox|away17:39
*** sgundur has joined #openstack-swift17:39
*** joeljwright has joined #openstack-swift17:41
*** ChanServ sets mode: +v joeljwright17:41
*** sgundur has quit IRC17:43
*** dmorita has joined #openstack-swift17:44
*** arch-nemesis has quit IRC17:45
*** admin6 has joined #openstack-swift17:52
*** cbartz has left #openstack-swift17:55
*** sgundur has joined #openstack-swift17:56
*** mvk has joined #openstack-swift17:59
*** geaaru has quit IRC17:59
*** asettle has quit IRC18:06
*** rvasilets___ has quit IRC18:08
*** sgundur has quit IRC18:18
*** sgundur has joined #openstack-swift18:18
notmynamegood morning18:19
*** joeljwright has quit IRC18:20
*** joeljwright has joined #openstack-swift18:20
*** ChanServ sets mode: +v joeljwright18:20
*** joeljwright has quit IRC18:20
*** klrmn has joined #openstack-swift18:22
*** clu_ has joined #openstack-swift18:26
*** acoles is now known as acoles_18:31
*** hseipp has joined #openstack-swift18:32
*** hseipp has quit IRC18:34
openstackgerritMerged openstack/python-swiftclient: Add v1password keystoneauth plugin  https://review.openstack.org/30069718:35
openstackgerritChristian Hugo proposed openstack/swift: The object server returns the policy index  https://review.openstack.org/39421218:37
jrichliacoles: thanks, I will take a look18:38
*** sgundur has quit IRC18:38
*** sgundur has joined #openstack-swift18:40
*** sgundur has quit IRC18:47
*** david-lyle_ has joined #openstack-swift18:47
*** npf has quit IRC18:52
*** david-lyle_ has quit IRC18:53
*** asettle has joined #openstack-swift19:04
*** sgundur has joined #openstack-swift19:06
zaitcevI'm concerned that hummingbird didn't get reviews from redbo and dfg in a month. I suppose the Summit was a problem, but still...19:06
*** amoralej is now known as amoralej|off19:11
*** sgundur has quit IRC19:17
*** sgundur has joined #openstack-swift19:17
redboI know.  I'll try to do that.  And maybe it will be an official part of my job soon?19:22
zaitcevIt is not?!19:23
zaitcevWell, that explains it, I suppose...19:23
*** stradling has quit IRC19:24
openstackgerritMerged openstack/python-swiftclient: Add additional headers for HEAD/GET/DELETE requests.  https://review.openstack.org/37265619:30
*** ChubYann has joined #openstack-swift19:45
*** jamielennox|away is now known as jamielennox19:57
*** sgundur has quit IRC19:58
*** sgundur has joined #openstack-swift20:00
claygacoles_: ended up doing the container sync stats rebase!20:01
claygredbo: don't wait for anyone to tell you it's official - just do it - EAFP20:02
*** jamielennox is now known as jamielennox|away20:09
*** dmorita has quit IRC20:14
*** dmorita has joined #openstack-swift20:15
*** sgundur has quit IRC20:18
redboI know.  It's just been a long month or two.  I'll try having more coffee.20:19
*** dmorita has quit IRC20:20
jrichlithanks, clayg!20:21
*** stradling has joined #openstack-swift20:23
openstackgerritTim Burke proposed openstack/swift: Py3: Fixes header key dict  https://review.openstack.org/34832220:26
*** klrmn has quit IRC20:28
openstackgerritTim Burke proposed openstack/swift: Stop shadowing built-in iter  https://review.openstack.org/39515620:32
*** klrmn has joined #openstack-swift20:43
*** sgundur has joined #openstack-swift20:45
*** sgundur has quit IRC20:50
*** admin6 has quit IRC20:53
openstackgerritDavid Goetz proposed openstack/swift: go: add part / replica count funcs into ring  https://review.openstack.org/36509320:53
*** sgundur has joined #openstack-swift20:58
*** rcernin has joined #openstack-swift20:59
*** dmorita has joined #openstack-swift21:09
openstackgerritOpenStack Proposal Bot proposed openstack/python-swiftclient: Updated from global requirements  https://review.openstack.org/8925021:18
*** asettle has quit IRC21:25
*** sams-gleb has quit IRC21:27
*** sams-gleb has joined #openstack-swift21:28
*** sams-gleb has quit IRC21:32
notmynameFYI the PTG registration is open https://www.openstack.org/ptg21:39
openstackgerritTim Burke proposed openstack/swift: Autovivify X-Versions-Location container  https://review.openstack.org/26501521:39
zaitcev"Please double-check with your team PTL which days the team will gather before booking any travel."21:43
zaitcevLooks like we're on February 22 and 23.21:44
zaitcevThis may be intense.21:44
zaitcevTicket is $100.21:47
notmynameI expect to use wed, thurs, and fri for swift (although I was only asked "will swift be there?")21:48
*** sgundur has quit IRC21:48
*** sgundur has joined #openstack-swift21:49
notmynameyes, ticket is $100. and i'm told that attending the PTG will get you a discount code for the boston forum21:49
notmynameI will be there the whole week21:50
tdasilva$185 hotel room + $100 ticket, sorry to say, but san antonio hackathon and others before that were cheaper21:50
notmynamealso note that the monday of the PTG is presidents' day in the USA (national holiday, many schools/businesses closed)21:50
zaitcevI'll just expense it21:51
zaitcevIn any case, I had to attend Design Summit on my own dime a few times, so this is not unprecendented. Bexar was before Red Had supported OpenStack officially, etc.21:52
*** vint_bra has quit IRC21:53
kmARCtdasilva: Hilton is 5 min. away and has rooms for around $11021:57
tdasilvakmARC: nice tip, i will check it out21:57
zaitcevI lived in a random hotel that was the cheapest during the Atlanta Summit21:58
zaitcev"Quality Hotel"21:59
*** sgundur has quit IRC22:00
*** sgundur has joined #openstack-swift22:02
mattoliverauMorning22:03
*** sgundur has quit IRC22:09
*** joeljwright has joined #openstack-swift22:11
*** ChanServ sets mode: +v joeljwright22:11
notmynamemattoliverau: just bought my LCA plane tickets22:13
*** stradling has quit IRC22:13
openstackgerritMerged openstack/swift: Stop shadowing built-in iter  https://review.openstack.org/39515622:16
*** ediardo has quit IRC22:16
openstackgerritMerged openstack/swift: go: logging work  https://review.openstack.org/35197022:17
*** ediardo has joined #openstack-swift22:18
*** catintheroof has quit IRC22:22
*** catintheroof has joined #openstack-swift22:22
mattoliveraunotmyname: \o/22:26
*** Renich has joined #openstack-swift22:26
*** catintheroof has quit IRC22:27
Renichhey Swiftters!22:29
RenichI need to get some stats on my object storage users. Specifically, I need to see how much each user is allocating. How can I do that from the CLI?22:31
notmynameRenich: do you have a list of accounts in the cluster?22:31
Renichnotmyname: well, yeah, openstack user list22:33
openstackgerritMohit Motiani proposed openstack/swift: Add OPTIONS in manpages  https://review.openstack.org/39066722:35
notmynameRenich: if you have an admin account token, then you can do a HEAD to each account and see the total storage space used22:35
openstackgerritJanie Richling proposed openstack/swift: WIP: Add notification policy and transport middleware  https://review.openstack.org/38839322:36
Renichnotmyname: OK... is there any way to do this with the openstack client?22:36
*** darrenc is now known as darrenc_vpn22:39
notmynameRenich: leaving aside getting the proper token and using that, and leaving aside iterating over all the accounts, then http://docs.openstack.org/developer/python-openstackclient/command-objects/object-store-account.html#object-store-account-show looks like what you'd use22:39
Renichnotmyname: awesome! I'll try it. Many thanks!22:40
Renichnotmyname: doesn't let me pass an account ID as a parameter22:43
notmynameRenich: you can do it with the python-swiftclient CLI. you pass int he auth creds of your admin account then the storage URL for the account you're getting info for. repeat for every account you're looking for and then sum()22:44
zaitcevI'd just piece it together with curl or import httplib... Easier to do one HEAD to interpolated URL with X-Auth-Token than trying to wrangle the OS SDK into compliance.22:46
Renichnotmyname: thanks again22:46
zaitcevor that22:46
openstackgerritDrew Balfour proposed openstack/swift: WIP: add byteorder information and logic to ring files  https://review.openstack.org/39523722:47
*** joeljwright has quit IRC22:48
Renichnotmyname: how is the storage URL comprised?22:49
*** david-lyle_ has joined #openstack-swift22:50
zaitcevRenich: it's in your endpoint catalog in keystone. there has to be something like %{teanant)s in there, usually traling at the end of the URL. kestone enpoint list  should show, I think22:51
Renichzaitcev: thanks22:52
*** david-lyle_ has quit IRC22:54
notmynamemattoliverau: my current australian visa expires one week before I get there :-(23:18
*** rcernin has quit IRC23:18
*** StraubTW has quit IRC23:23
*** darrenc_vpn is now known as darrenc23:28
*** catintheroof has joined #openstack-swift23:29
*** vint_bra has joined #openstack-swift23:31
*** catintheroof has quit IRC23:31
*** catintheroof has joined #openstack-swift23:31
*** kei_yama has joined #openstack-swift23:38
*** klamath has quit IRC23:39
notmynameawe man, should have waited another week to get it. that way it would be valid through the sydney summit. new one expires halfway through the summit23:48
notmynames/summit/forum/23:48
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873623:49
notmynamezaitcev: why are you working on the golang proxy server? rip that out and work on the repcon/object server part :-)23:50
zaitcevnotmyname: Well, I missed the summit and nobody explained to me how Swift can function without the proxy server.23:51
zaitcevnotmyname: I'm sure I can get it running with liberasurecode before February23:52
*** vint_bra has quit IRC23:52
notmynamezaitcev: keep the python proxy server. first up is to get the golang replication bits, then the object server (they're closely related, of course).23:53
zaitcevnotmyname: But isn't Clay on it already? He's just going to obsolete anything I can do. At least this way I work on something potentially useful.23:54
*** Renich has quit IRC23:56

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