From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Kolosov Subject: Re: Beginner's guide to ceph development Date: Fri, 2 Jun 2017 09:44:44 +0300 Message-ID: References: <94aae798-86a6-12da-077e-0438301de526@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:36198 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbdFBGop (ORCPT ); Fri, 2 Jun 2017 02:44:45 -0400 Received: by mail-oi0-f52.google.com with SMTP id h4so80690469oib.3 for ; Thu, 01 Jun 2017 23:44:45 -0700 (PDT) In-Reply-To: <94aae798-86a6-12da-077e-0438301de526@suse.cz> Sender: ceph-devel-owner@vger.kernel.org List-ID: To: Nathan Cutler Cc: "ceph-devel@vger.kernel.org" Great tips! Thanks On Fri, Jun 2, 2017 at 5:46 AM, Nathan Cutler wrote: > On 06/01/2017 08:05 PM, Oleg Kolosov wrote: >> >> Hi >> I'm interested in writing an original erasure code in Ceph for my >> research purposes. I was wondering if there is any guide for the tools >> available for quick compilation and debugging of ceph source code. > > > There is also this (Ceph Developer Guide): > http://docs.ceph.com/docs/master/dev/ > > Suggestions for improvement are welcome! > > Nathan