* pet project: OSD compatible daemon
@ 2015-09-09 8:45 Loic Dachary
[not found] ` <CAFdRU728GucijsJgcw+do9dp=JLx6KpLvr42apUU1vrgxLT7Ug@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Loic Dachary @ 2015-09-09 8:45 UTC (permalink / raw)
To: Ceph Development
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
Hi Ceph,
I would like to try to write an OSD compatible daemon, as a pet project, to learn Go and better understand the message flow. I suspect it may also be useful for debug purposes but that's not my primary incentive.
Has anyone tried something similar ? If so I'd happily contribute instead of starting something from scratch.
Cheers
P.S. Since it's a pet project it's likely to take months before there is any kind of progress ;-)
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <CAFdRU728GucijsJgcw+do9dp=JLx6KpLvr42apUU1vrgxLT7Ug@mail.gmail.com>]
* Re: pet project: OSD compatible daemon [not found] ` <CAFdRU728GucijsJgcw+do9dp=JLx6KpLvr42apUU1vrgxLT7Ug@mail.gmail.com> @ 2015-09-11 14:08 ` Shinobu Kinjo 2015-09-11 15:10 ` Loic Dachary 0 siblings, 1 reply; 4+ messages in thread From: Shinobu Kinjo @ 2015-09-11 14:08 UTC (permalink / raw) To: Loic Dachary; +Cc: ceph-devel What I'm thinking of is to use fluentd to get log with quite human-readable format. Is it same of what you are thinking of? Shinobu ----- Original Message ----- From: "Shinobu" <shinobu.kj@gmail.com> To: skinjo@redhat.com Sent: Friday, September 11, 2015 6:16:18 PM Subject: Fwd: pet project: OSD compatible daemon ---------- Forwarded message ---------- From: Loic Dachary <loic@dachary.org> Date: Wed, Sep 9, 2015 at 5:45 PM Subject: pet project: OSD compatible daemon To: Ceph Development <ceph-devel@vger.kernel.org> Hi Ceph, I would like to try to write an OSD compatible daemon, as a pet project, to learn Go and better understand the message flow. I suspect it may also be useful for debug purposes but that's not my primary incentive. Has anyone tried something similar ? If so I'd happily contribute instead of starting something from scratch. Cheers P.S. Since it's a pet project it's likely to take months before there is any kind of progress ;-) -- Loïc Dachary, Artisan Logiciel Libre -- Email: - shinobu@linux.com <shinobu@linux.com> Blog: - Life with Distributed Computational System based on OpenSource <http://i-shinobu.hatenablog.com/> -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pet project: OSD compatible daemon 2015-09-11 14:08 ` Shinobu Kinjo @ 2015-09-11 15:10 ` Loic Dachary 2015-09-12 1:57 ` Shinobu Kinjo 0 siblings, 1 reply; 4+ messages in thread From: Loic Dachary @ 2015-09-11 15:10 UTC (permalink / raw) To: Shinobu Kinjo; +Cc: ceph-devel [-- Attachment #1: Type: text/plain, Size: 1326 bytes --] On 11/09/2015 16:08, Shinobu Kinjo wrote: > What I'm thinking of is to use fluentd to get log with > quite human-readable format. If you refer to https://github.com/fluent/fluentd it's different. Or is it something else ? > > Is it same of what you are thinking of? > > Shinobu > > ----- Original Message ----- > From: "Shinobu" <shinobu.kj@gmail.com> > To: skinjo@redhat.com > Sent: Friday, September 11, 2015 6:16:18 PM > Subject: Fwd: pet project: OSD compatible daemon > > ---------- Forwarded message ---------- > From: Loic Dachary <loic@dachary.org> > Date: Wed, Sep 9, 2015 at 5:45 PM > Subject: pet project: OSD compatible daemon > To: Ceph Development <ceph-devel@vger.kernel.org> > > > Hi Ceph, > > I would like to try to write an OSD compatible daemon, as a pet project, to > learn Go and better understand the message flow. I suspect it may also be > useful for debug purposes but that's not my primary incentive. > > Has anyone tried something similar ? If so I'd happily contribute instead > of starting something from scratch. > > Cheers > > P.S. Since it's a pet project it's likely to take months before there is > any kind of progress ;-) > > -- > Loïc Dachary, Artisan Logiciel Libre > > > > -- Loïc Dachary, Artisan Logiciel Libre [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pet project: OSD compatible daemon 2015-09-11 15:10 ` Loic Dachary @ 2015-09-12 1:57 ` Shinobu Kinjo 0 siblings, 0 replies; 4+ messages in thread From: Shinobu Kinjo @ 2015-09-12 1:57 UTC (permalink / raw) To: Loic Dachary; +Cc: ceph-devel Yes, that is what I'm thinking. Shinobu ----- Original Message ----- From: "Loic Dachary" <loic@dachary.org> To: "Shinobu Kinjo" <skinjo@redhat.com> Cc: "ceph-devel" <ceph-devel@vger.kernel.org> Sent: Saturday, September 12, 2015 12:10:43 AM Subject: Re: pet project: OSD compatible daemon On 11/09/2015 16:08, Shinobu Kinjo wrote: > What I'm thinking of is to use fluentd to get log with > quite human-readable format. If you refer to https://github.com/fluent/fluentd it's different. Or is it something else ? > > Is it same of what you are thinking of? > > Shinobu > > ----- Original Message ----- > From: "Shinobu" <shinobu.kj@gmail.com> > To: skinjo@redhat.com > Sent: Friday, September 11, 2015 6:16:18 PM > Subject: Fwd: pet project: OSD compatible daemon > > ---------- Forwarded message ---------- > From: Loic Dachary <loic@dachary.org> > Date: Wed, Sep 9, 2015 at 5:45 PM > Subject: pet project: OSD compatible daemon > To: Ceph Development <ceph-devel@vger.kernel.org> > > > Hi Ceph, > > I would like to try to write an OSD compatible daemon, as a pet project, to > learn Go and better understand the message flow. I suspect it may also be > useful for debug purposes but that's not my primary incentive. > > Has anyone tried something similar ? If so I'd happily contribute instead > of starting something from scratch. > > Cheers > > P.S. Since it's a pet project it's likely to take months before there is > any kind of progress ;-) > > -- > Loïc Dachary, Artisan Logiciel Libre > > > > -- Loïc Dachary, Artisan Logiciel Libre -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-12 1:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 8:45 pet project: OSD compatible daemon Loic Dachary
[not found] ` <CAFdRU728GucijsJgcw+do9dp=JLx6KpLvr42apUU1vrgxLT7Ug@mail.gmail.com>
2015-09-11 14:08 ` Shinobu Kinjo
2015-09-11 15:10 ` Loic Dachary
2015-09-12 1:57 ` Shinobu Kinjo
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.