All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] Any other reading about DLM?
@ 2015-10-20  5:22 Eric Ren
  2015-10-21  2:32 ` Joseph Qi
  2015-10-21 20:09 ` Tariq Saeed
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Ren @ 2015-10-20  5:22 UTC (permalink / raw)
  To: ocfs2-devel

Hi Joseph and all,

In order to learn about DLM, I got [1][2][3] besides source code in 
fs/dlm and fs/ocfs2/dlm.
Among them, [1][2] are for fs/dlm, and [3] is for fs/ocfs2/dlm. But most 
parts of [3] is not complete yet.

[1] http://opendlm.sourceforge.net/cvsmirror/opendlm/docs/dlmbook_final.pdf
[2] http://people.redhat.com/ccaulfie/docs/rhdlmbook.pdf
[3] https://oss.oracle.com/~smushran/ocfs2_dlm_design_draft.pdf

So, I'm wondering if anyone has a complete [3]? Or Any other reading 
like docs, notes and blogs about DLM?
Thanks in advance;-)

Eric

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

* [Ocfs2-devel] Any other reading about DLM?
  2015-10-20  5:22 [Ocfs2-devel] Any other reading about DLM? Eric Ren
@ 2015-10-21  2:32 ` Joseph Qi
  2015-10-21 20:09 ` Tariq Saeed
  1 sibling, 0 replies; 5+ messages in thread
From: Joseph Qi @ 2015-10-21  2:32 UTC (permalink / raw)
  To: ocfs2-devel

Hi Eric,
I don't know there is any other docs about DLM besides the docs you
have listed out.
I think code may be the best plus:)

On 2015/10/20 13:22, Eric Ren wrote:
> Hi Joseph and all,
> 
> In order to learn about DLM, I got [1][2][3] besides source code in fs/dlm and fs/ocfs2/dlm.
> Among them, [1][2] are for fs/dlm, and [3] is for fs/ocfs2/dlm. But most parts of [3] is not complete yet.
> 
> [1] http://opendlm.sourceforge.net/cvsmirror/opendlm/docs/dlmbook_final.pdf
> [2] http://people.redhat.com/ccaulfie/docs/rhdlmbook.pdf
> [3] https://oss.oracle.com/~smushran/ocfs2_dlm_design_draft.pdf
> 
> So, I'm wondering if anyone has a complete [3]? Or Any other reading like docs, notes and blogs about DLM?
> Thanks in advance;-)
> 
> Eric
> 
> 

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

* [Ocfs2-devel] Any other reading about DLM?
  2015-10-20  5:22 [Ocfs2-devel] Any other reading about DLM? Eric Ren
  2015-10-21  2:32 ` Joseph Qi
@ 2015-10-21 20:09 ` Tariq Saeed
  2015-10-22  3:05   ` Eric Ren
  1 sibling, 1 reply; 5+ messages in thread
From: Tariq Saeed @ 2015-10-21 20:09 UTC (permalink / raw)
  To: ocfs2-devel

Documents/filesystems/dlmfs.txt is a concise description of how to used 
dlmfs
without the api, using only fs open/close/remove calls.
Regards
-Tariq
On 10/19/2015 10:22 PM, Eric Ren wrote:
> Hi Joseph and all,
>
> In order to learn about DLM, I got [1][2][3] besides source code in
> fs/dlm and fs/ocfs2/dlm.
> Among them, [1][2] are for fs/dlm, and [3] is for fs/ocfs2/dlm. But most
> parts of [3] is not complete yet.
>
> [1] http://opendlm.sourceforge.net/cvsmirror/opendlm/docs/dlmbook_final.pdf
> [2] http://people.redhat.com/ccaulfie/docs/rhdlmbook.pdf
> [3] https://oss.oracle.com/~smushran/ocfs2_dlm_design_draft.pdf
>
> So, I'm wondering if anyone has a complete [3]? Or Any other reading
> like docs, notes and blogs about DLM?
> Thanks in advance;-)
>
> Eric
>
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel

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

* [Ocfs2-devel] Any other reading about DLM?
  2015-10-21 20:09 ` Tariq Saeed
@ 2015-10-22  3:05   ` Eric Ren
  2015-10-23  6:44     ` [Ocfs2-devel] Who know the binary ocfs2_controld? Gang He
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Ren @ 2015-10-22  3:05 UTC (permalink / raw)
  To: ocfs2-devel

Hi Tariq and Joseph,

Thanks very much for the information!

Eric

On 10/22/15 04:09, Tariq Saeed wrote:
> Documents/filesystems/dlmfs.txt is a concise description of how to used
> dlmfs
> without the api, using only fs open/close/remove calls.
> Regards
> -Tariq
> On 10/19/2015 10:22 PM, Eric Ren wrote:
>> Hi Joseph and all,
>>
>> In order to learn about DLM, I got [1][2][3] besides source code in
>> fs/dlm and fs/ocfs2/dlm.
>> Among them, [1][2] are for fs/dlm, and [3] is for fs/ocfs2/dlm. But most
>> parts of [3] is not complete yet.
>>
>> [1] http://opendlm.sourceforge.net/cvsmirror/opendlm/docs/dlmbook_final.pdf
>> [2] http://people.redhat.com/ccaulfie/docs/rhdlmbook.pdf
>> [3] https://oss.oracle.com/~smushran/ocfs2_dlm_design_draft.pdf
>>
>> So, I'm wondering if anyone has a complete [3]? Or Any other reading
>> like docs, notes and blogs about DLM?
>> Thanks in advance;-)
>>
>> Eric
>>
>> _______________________________________________
>> Ocfs2-devel mailing list
>> Ocfs2-devel at oss.oracle.com
>> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
>
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
>

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

* [Ocfs2-devel] Who know the binary ocfs2_controld?
  2015-10-22  3:05   ` Eric Ren
@ 2015-10-23  6:44     ` Gang He
  0 siblings, 0 replies; 5+ messages in thread
From: Gang He @ 2015-10-23  6:44 UTC (permalink / raw)
  To: ocfs2-devel

Hello Guys,

There is a question about ocfs2_controld on SLES11SP3, who know this binary/daemon in the ocfs2-tools? 
What does it do? In SLES12 we cannot find this binary.
I am setting up a sles11 ocfs2 cluster for matching the customer environment, if you know something, please help to share.

Thanks
Gang 

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

end of thread, other threads:[~2015-10-23  6:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20  5:22 [Ocfs2-devel] Any other reading about DLM? Eric Ren
2015-10-21  2:32 ` Joseph Qi
2015-10-21 20:09 ` Tariq Saeed
2015-10-22  3:05   ` Eric Ren
2015-10-23  6:44     ` [Ocfs2-devel] Who know the binary ocfs2_controld? Gang He

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.