All of lore.kernel.org
 help / color / mirror / Atom feed
* Seeking for Mentor
@ 2014-09-04 20:02 Cheng Cheng
  2014-09-04 20:33 ` Loic Dachary
  2014-09-05  3:10 ` About the copy-on-read blueprint Li Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Cheng Cheng @ 2014-09-04 20:02 UTC (permalink / raw)
  To: ceph-devel

Hi Ceph Developers,

I am just starting to use Ceph and find it is a great platform for
hosting VM storage.

As I want to dive further and learn more about Ceph, I want to take a
starter task to familiarize myself with Ceph codebase. In particular,
I found this copy-on-read is an interesting task
(https://wiki.ceph.com/Planning/Sideboard/rbd%3A_copy-on-read_for_clones).

However I find it is hard to get my hands dirty without mentorship. So
I am wondering can anyone give me some bootstrap about how to
contribute to Ceph and how to setup developing environment?

Any help would be greatly appreciated!

Sincerely,
Cheng

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Seeking for Mentor
  2014-09-04 20:02 Seeking for Mentor Cheng Cheng
@ 2014-09-04 20:33 ` Loic Dachary
  2014-09-05  3:10 ` About the copy-on-read blueprint Li Wang
  1 sibling, 0 replies; 4+ messages in thread
From: Loic Dachary @ 2014-09-04 20:33 UTC (permalink / raw)
  To: Cheng Cheng, ceph-devel

[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]

I'd be happy to help. Would you like to start with a chat on irc.oftc.net#ceph ? My nick is loicd.

On 04/09/2014 22:02, Cheng Cheng wrote:
> Hi Ceph Developers,
> 
> I am just starting to use Ceph and find it is a great platform for
> hosting VM storage.
> 
> As I want to dive further and learn more about Ceph, I want to take a
> starter task to familiarize myself with Ceph codebase. In particular,
> I found this copy-on-read is an interesting task
> (https://wiki.ceph.com/Planning/Sideboard/rbd%3A_copy-on-read_for_clones).
> 
> However I find it is hard to get my hands dirty without mentorship. So
> I am wondering can anyone give me some bootstrap about how to
> contribute to Ceph and how to setup developing environment?
> 
> Any help would be greatly appreciated!
> 
> Sincerely,
> Cheng
> --
> 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
> 

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: About the copy-on-read blueprint
  2014-09-04 20:02 Seeking for Mentor Cheng Cheng
  2014-09-04 20:33 ` Loic Dachary
@ 2014-09-05  3:10 ` Li Wang
  2014-09-05  3:50   ` Cheng Cheng
  1 sibling, 1 reply; 4+ messages in thread
From: Li Wang @ 2014-09-05  3:10 UTC (permalink / raw)
  To: Cheng Cheng; +Cc: ceph-devel, Sage Weil

This feature has been done and currently undergoing review
with its 3rd version. Nevertheless, we are pleasure to give any help.
BTW, Sage, Could you please take a little bit time to review the patch
we submitted one month ago.

Cheers,
Li Wang

On 2014/9/5 10:39, Cheng Cheng wrote:
> Hi Ceph Developers,
>
> I am just starting to use Ceph and find it is a great platform for
> hosting VM storage.
>
> As I want to dive further and learn more about Ceph, I want to take a
> starter task to familiarize myself with Ceph codebase. In particular,
> I found this copy-on-read is an interesting task
> (https://wiki.ceph.com/Planning/Sideboard/rbd%3A_copy-on-read_for_clones).
>
> However I find it is hard to get my hands dirty without mentorship. So
> I am wondering can anyone give me some bootstrap about how to
> contribute to Ceph and how to setup developing environment?
>
> Any help would be greatly appreciated!
>
> Sincerely,
> Cheng
> --
> 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: About the copy-on-read blueprint
  2014-09-05  3:10 ` About the copy-on-read blueprint Li Wang
@ 2014-09-05  3:50   ` Cheng Cheng
  0 siblings, 0 replies; 4+ messages in thread
From: Cheng Cheng @ 2014-09-05  3:50 UTC (permalink / raw)
  To: Li Wang; +Cc: ceph-devel@vger.kernel.org, Sage Weil

Hi Wang,

Thanks for replying!

If it is undergoing reviewing process, then can I also join for the
code reviewing so I can get some sense about how to contribute?

I also would like to contribute for other optimizations on RBD. I saw
a three-year old thread
(http://marc.info/?l=ceph-devel&m=129867273303846&q=raw) regarding the
optimizations in RBD layering, and am wondering what is the current
status for those optimizations mentioned. Maybe I can take a look on
those topics.

Thanks!
Cheng

> On Sep 4, 2014, at 11:10 PM, Li Wang <liwang@ubuntukylin.com> wrote:
>
> This feature has been done and currently undergoing review
> with its 3rd version. Nevertheless, we are pleasure to give any help.
> BTW, Sage, Could you please take a little bit time to review the patch
> we submitted one month ago.
>
> Cheers,
> Li Wang
>
>> On 2014/9/5 10:39, Cheng Cheng wrote:
>> Hi Ceph Developers,
>>
>> I am just starting to use Ceph and find it is a great platform for
>> hosting VM storage.
>>
>> As I want to dive further and learn more about Ceph, I want to take a
>> starter task to familiarize myself with Ceph codebase. In particular,
>> I found this copy-on-read is an interesting task
>> (https://wiki.ceph.com/Planning/Sideboard/rbd%3A_copy-on-read_for_clones).
>>
>> However I find it is hard to get my hands dirty without mentorship. So
>> I am wondering can anyone give me some bootstrap about how to
>> contribute to Ceph and how to setup developing environment?
>>
>> Any help would be greatly appreciated!
>>
>> Sincerely,
>> Cheng
>> --
>> 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:[~2014-09-05  3:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 20:02 Seeking for Mentor Cheng Cheng
2014-09-04 20:33 ` Loic Dachary
2014-09-05  3:10 ` About the copy-on-read blueprint Li Wang
2014-09-05  3:50   ` Cheng Cheng

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.