15:01:38 #startmeeting Gluster Community Meeting 15:01:38 Meeting started Wed Dec 6 15:01:38 2017 UTC. The chair is ndevos. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:01:38 Useful Commands: #action #agreed #halp #info #idea #link #topic. 15:01:38 The meeting name has been set to 'gluster_community_meeting' 15:01:46 #topic Roll Call 15:01:58 * kkeithley is here 15:01:59 hi there! who's attending todays meeting? 15:02:32 * JoeJulian <-- 15:03:41 if any of you has any topics, please add them to the agenda on https://bit.ly/gluster-community-meetings (line 23) 15:04:15 #info Agenda and notes are at https://bit.ly/gluster-community-meetings 15:05:17 I've got nothing.... This month is full. 15:05:59 we're 5 minutes in now, and nobody else spoke up... 15:06:03 I may have small updates about Glustered meeting. 15:06:26 but nothing fundamental 15:06:29 ivan_rossi: cool! go ahead 15:06:56 1) room booked. capacity: 50 ppl. all day 15:07:27 #topic small updates about Glustered meeting (Bologna in March) 15:08:00 ivan_rossi: you can do #info ... to mark things in the meeting minutes (saves me copy/pasting) 15:08:09 2) amye created a page on gluster.org/events. BTW to modify it one should go through github PR? 15:08:52 the ne website is hosted in a wordpress instance, and I only know of Amye to be able to edit things 15:09:01 s/ne /new / 15:09:06 3) CfP is going to start before Xmas, if e are able to stick to the plans 15:09:39 nice! 15:10:21 for changes to the website, I think we're supposed to create issues at https://github.com/gluster/glusterweb/issues/ 15:10:27 4) (ndevos) and Ramon Selga rom datalab.es expressed interest in giving talks/demos 15:10:37 s/rom/from/ 15:10:56 4) we will do use cases as well 15:11:32 sounds really good, if I was not planning to go there yet, you would now have convinced me :D 15:12:05 if we are able to get another strong tech talk, we are basically set for an half-a-day event. 15:13:12 I'm pretty confident we can find someone to do that 15:13:25 That is OK for local (italian). Not clear if the scope can be larger e.g. try to make it a Euro-level event 15:14:54 the colocation with incontrodevops.it is really nice, that should be of interest for many gluster users too 15:14:58 5) we are thinking to use eventbrite with a menimal fee (e.g 5-10 euros) for "tickets" in order to weed out people not commited to come. 15:15:47 I think that is fair, we used to do that for other gluster workshops in europe too (years ago) 15:15:58 the money got will be invested in coffe-break or something. Ireally hate to buy edible stuff to seei go to waste justr because someone clicked on a page just-in-case 15:16:23 indeed, I agree with that 15:16:31 that's basically it for the moment. 15:16:43 many thanks! 15:17:22 ... hmm, no further updates to the agenda, no new topics 15:18:06 #topic Action Items from last week 15:18:26 JoeJulian to invite Harsha to next meeting to discuss Minio 15:18:44 ^ probably failed, no y4m4 here 15:18:48 Wow... that's an old one. Still should do that. 15:19:03 :) 15:19:37 I wont even bother with the other AI, it is marked with 'will take time' 15:20:28 #topic Next Meetings Moderator 15:20:45 I'll take that one. 15:20:55 great, thanks! 15:21:13 #info moderator for the next meeting on 18 December is JoeJulian! 15:21:43 It seems we're done for today 15:21:49 #topic Open Floor 15:21:53 Dammit. Missed it. ;) 15:22:16 justinclift: still time to bring a topic that is not on the agenda :D 15:22:40 With that next meeting date of 18th Dec, that's a Monday instead of a Wed. Is that correct? 15:22:55 wait, no, must be Wednesday 15:23:05 ndevos: Nah, I was just turning up to see if Harsha turned up to talk about Minio. :) 15:23:06 20th 15:23:12 :P 15:23:12 thanks, its 20 December :) 15:23:17 Cool. :) 15:23:58 Quick question... it might as well go in the Open floor... 15:23:58 #info the next meeting is *NOT* 18 December, but on 20 December 15:24:20 With the upcoming GlusterD2, will it mean translators can be written in Go? 15:24:44 Can't they already? 15:24:59 no, gd2 is 'only' doing the management framework, all the xlators stay in C (at least for now) 15:25:11 Damn. I was hoping. :) 15:25:21 I mean translators are just libraries. 15:25:21 k, maybe in a future update then. :) 15:25:53 JoeJulian: just unfortunate that Golang does not have shared libraries and everything is compiled static into a single binary? 15:25:54 @JoeJulian You get it working, then let me know. :D 15:26:13 justinclift: whats your interest in Go? 15:26:13 I'll do that in my copious spare time. 15:26:47 ndevos: I've been a lot of development with it over the last um... 9 months or so. Took a break after burning out a little while ago, but am getting back into it. 15:26:54 JoeJulian: :) 15:27:19 justinclift: nice, maybe we'll meet up in FOSDEM then 15:27:36 ndevos: So, I was just hoping that the new GlusterD2 would mean for a better translation-creation experience for people. Errr... for me. :) 15:27:45 ndevos: Nah. Not going to FOSDEM. :) 15:27:58 Anyway, that was my only question. :) 15:28:53 justinclift: well, gd2 should prevent the need to modify the management stack, all volume options and xlator config is done dynamically with it, so its surely a little easier 15:29:24 justinclift: can Go be compiled into .so files? if so, an xlator could be written in Golang 15:29:40 http://snowsyn.net/2016/09/11/creating-shared-libraries-in-go/ 15:29:51 k. Imagine trying to debug that xlator in production then. :( 15:30:37 AFAIK golang compiles to its own object format, which is not ELF 15:30:39 JoeJulian: oh, that looks fun! 15:30:39 Debugging in Go at present is still nowhere near as mature as C. It's starting to get to the point it's mostly working for larger scale applications, but there are definitely still problem areas. 15:30:47 Thanks Niels. I've gotta run. 15:31:04 Oops, sorry for holding you guys up. :) 15:31:14 kkeithley: that snowsys.net link show a .so example that gets used from a simple C program :) 15:31:31 how does it do garbage collection? 15:31:34 ttyl JoeJulian , thanks for joining! 15:31:54 well, I'll lokk at the article 15:31:56 look 15:31:58 kkeithley: start by reading that post, and you know more about it than me 15:32:50 JoeJulian: That link looks useful. I've also seen other info along these lines too. 15:33:07 that should be all for todaus meeting, I'll end it in 15:33:09 3 15:33:13 2 15:33:15 1 15:33:18 last chance! 15:33:25 #endmeeting