DevConf 2017

Scaling platforms and services. Co-hosted by Rootconf, Red Hat and the Linux Foundation.

Theme

Infrastructure platforms have evolved from a phase of mean-time-to-recovery to mean-time-to-service availability. They include features that run across the entire stack to enable resiliency, monitoring, dynamic orchestration of capacity and easy deployment fabric for application workloads.

We are inviting full-length and crisp talks to share problem-solution approaches:

  • What problems did you solve with one platform which you couldn’t solve with any other technology? Why was it the case?
  • What features have worked for your use-case? Why?
  • Which features did you build on top of available platforms? How can they work for others?

Content for DevConf is intended to be a “from-the-trenches approach”.

The theme of DevConf is aligned with the general theme of Rootconf 2017. The objective is to provide an initial set of topics around the broad notion of infrastructure platforms for the audience. This is expected to set the course for an extended series of expert sessions during 2017-18.

Who should attend?

DevConf will be of importance to developers building application architecture around burst capacity. The discussions focusing on storage, orchestration, scalability and monitoring using on-going technologies available upstream provide viable options of components to choose from and include in software designs.

The track will be of interest to developers and contributors in the following domains:

  • Elastic deployment fabric.
  • Scaled storage.
  • Software defined networking.
  • Containerized workload deployment teams.

Why DevConf at Rootconf

The technology space in India has been working for the past couple of years around workload deployment in containers; elastic infrastructure fabric; scaled storage; software defined networking. There are sizeable communities which span from developers to DevOps roles as consumers of the feature improvements.
Red Hat and the Linux Foundation have a history of close collaboration in organizing domain specific conferences such as Vault to address the issue of new problems in infrastructure platforms.
Rootconf, Red Hat and Linux Foundation have partnered to organize and co-host DevConf at Rootconf 2017 to pull together a cohesive group that is working at the edge of technology - by contributing to development conversations and deployment scenarios.

##Format
DevConf is part of Rootconf. Tutorials and talks under this track will be held in the banquet hall:

  • Day 1: tutorials and 101 sessions.
  • Day 2: short and full length talks + flash talks on use cases and problem-solution case studies.

We are inviting proposals for:

  • Deep-dive tutorials and 101 sessions on platform technologies.
  • Full-length 40-minute talks on case studies.
  • Crisp 15-minute how-to talks.
  • Flash talks for 5 mins showing a demo or explaining tips and tricks.

##Selection Process
Proposals will be filtered and shortlisted by the Editorial Panel of the Platforms track.

Please make sure to add links to videos / slide decks when submitting proposals. This will help us understand your speaking experience and delivery style. Blurbs or blog posts covering the relevance of a particular problem statement and how it is tackled will help the Editorial Panel better judge your proposals.

We expect you to submit an outline of your proposed talk, either in the form of a mind map or a text document or draft slides within one week of submitting your proposal.

Selection Process Flowchart

You can check back on this page for the status of your proposal. We will notify you if we either move your proposal to the next round or if we reject it. Selected speakers must participate in one or two rounds of rehearsals before the conference. This is mandatory and helps you to prepare well for the conference.

A speaker is NOT confirmed a slot unless we explicitly mention so in an email or over any other medium of communication.

There is only one speaker per session. Entry is free for selected speakers.

##Important Dates:

Deadline for submitting proposals: 10 April, 2017

Final schedule for the Platforms track: 20 April 2017

Conference dates: 11-12 May, 2017

##Contact
For more information about speaking proposals and tickets, contact info@hasgeek.com or call +91-7676332020.

Hosted by

Rootconf is a community-funded platform for activities and discussions on the following topics: Site Reliability Engineering (SRE). Infrastructure costs, including Cloud Costs - and optimization. Security - including Cloud Security. more

Ankit Raj

@a4nkit

Demystifying DHT in GlusterFS

Submitted Apr 10, 2017

DHT is one of the core part of GlusterFS. The defining feature of any scale-out system is its ability to distribute work or data among many servers. And GlusterFS is the perfect porject when it comes to scale-out system. Here in DHT all operations are driven by the clients which are all equal. There are no metadata servers or special nodes which have any additional information about where the files are present or should go. Any additional information about file or directories are stored in the extended attributes or xattrs. Xattrs are filesystem features that enable users to associate files/dirs with metadata. They store information as key-value pairs. Proper distribution of data across the nodes is required which is solved by DHT.
Also, here we will discuss on how we manage scalabilty in GlusteFS.

Outline

In this talk I will cover the DHT major functions like layout distribution, placement of files, rebalancing, renaming operation. The main aim of this talk is to make folks familiar about the internal operations of DHT, why they need DHT and how DHT solve their problem.

Major points:
What is GlusterFS?
Basic Terminologies.
Why DHT?
How DHT solve the problem?
Major DHT fops.
How we managing scalability in GlusterFS?
How to contribute GlusterFS?

Speaker bio

Ankit is an engineer by degree. Hustler by choice & storyteller by default. He has been working at Red Hat from last 8 months. Since then, he is contributing actively in DHT module of GLusterFS. He is working with Open Source community from his college days by contributing to Ruby, Ruby on Rails community. He was also the student contributor for GSoC-2015.

Slides

https://www.slideshare.net/AnkitRaj70/draft-slide-of-demystifying-dht-in-glusterfs

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

Rootconf is a community-funded platform for activities and discussions on the following topics: Site Reliability Engineering (SRE). Infrastructure costs, including Cloud Costs - and optimization. Security - including Cloud Security. more