All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures?
@ 2015-08-06  3:03 Gang He
  2015-08-06  5:26 ` Junxiao Bi
  0 siblings, 1 reply; 6+ messages in thread
From: Gang He @ 2015-08-06  3:03 UTC (permalink / raw)
  To: ocfs2-devel

Hello guys,

From the document(https://oss.oracle.com/projects/ocfs2/), it says that OCFS2 supports x86, x86_64, ia64 and ppc64. I am not sure that this doc is up-to-date, now, OCFS2 supports any other architecture? e.g. s390x?
The second question, since OCFS2 is a cluster FS and support multiple architectures, can a OCFS2 cluster work under a mixed architectures environment? e.g. some nodes are x86, some nodes are ppc64.


Thanks a lot.
Gang 

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

* [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures?
  2015-08-06  3:03 [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures? Gang He
@ 2015-08-06  5:26 ` Junxiao Bi
  2015-08-06  5:49   ` Gang He
  2015-08-06  7:16   ` Joseph Qi
  0 siblings, 2 replies; 6+ messages in thread
From: Junxiao Bi @ 2015-08-06  5:26 UTC (permalink / raw)
  To: ocfs2-devel

Hi Gang,

On 08/06/2015 11:03 AM, Gang He wrote:
> Hello guys,
> 
>>From the document(https://oss.oracle.com/projects/ocfs2/), it says that OCFS2 supports x86, x86_64, ia64 and ppc64. I am not sure that this doc is up-to-date, now, OCFS2 supports any other architecture? e.g. s390x?
> The second question, since OCFS2 is a cluster FS and support multiple architectures, can a OCFS2 cluster work under a mixed architectures environment? e.g. some nodes are x86, some nodes are ppc64.
I think ocfs2 works good on le endian, but maybe not on big endian
though i never test it. From the source code, kernel seemed be prepared
for big endian, but for tools, maybe not, i found lot of codes reading
stuff from disk to memory without conversion in fsck.ocfs2. I am not
sure about other tools, so may need do a full check.

Thanks,
Junxiao.
> 
> 
> Thanks a lot.
> Gang 
> 
> 
> 
> 
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-devel
> 

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

* [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures?
  2015-08-06  5:26 ` Junxiao Bi
@ 2015-08-06  5:49   ` Gang He
  2015-08-06  5:55     ` Junxiao Bi
  2015-08-06  7:16   ` Joseph Qi
  1 sibling, 1 reply; 6+ messages in thread
From: Gang He @ 2015-08-06  5:49 UTC (permalink / raw)
  To: ocfs2-devel

Hello Junxiao,

Thank for your information.

Is OCFS2 file system proved (or fully tested) only on x86 and x86_64 platform? my understanding is right? that means we should not recommend OCFS2 file sytem to the customers for being used under the other architectures in production before we do a full testing?


Thanks
Gang 

-- 
<The HTML signature 'New Signature' does not contain any text>


>>> 
> Hi Gang,
> 
> On 08/06/2015 11:03 AM, Gang He wrote:
>> Hello guys,
>> 
>>>From the document(https://oss.oracle.com/projects/ocfs2/), it says that OCFS2 
> supports x86, x86_64, ia64 and ppc64. I am not sure that this doc is 
> up-to-date, now, OCFS2 supports any other architecture? e.g. s390x?
>> The second question, since OCFS2 is a cluster FS and support multiple 
> architectures, can a OCFS2 cluster work under a mixed architectures 
> environment? e.g. some nodes are x86, some nodes are ppc64.
> I think ocfs2 works good on le endian, but maybe not on big endian
> though i never test it. From the source code, kernel seemed be prepared
> for big endian, but for tools, maybe not, i found lot of codes reading
> stuff from disk to memory without conversion in fsck.ocfs2. I am not
> sure about other tools, so may need do a full check.
> 
> Thanks,
> Junxiao.
>> 
>> 
>> Thanks a lot.
>> Gang 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Ocfs2-devel mailing list
>> Ocfs2-devel at oss.oracle.com 
>> https://oss.oracle.com/mailman/listinfo/ocfs2-devel 
>> 

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

* [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures?
  2015-08-06  5:49   ` Gang He
@ 2015-08-06  5:55     ` Junxiao Bi
  0 siblings, 0 replies; 6+ messages in thread
From: Junxiao Bi @ 2015-08-06  5:55 UTC (permalink / raw)
  To: ocfs2-devel

On 08/06/2015 01:49 PM, Gang He wrote:
> Hello Junxiao,
> 
> Thank for your information.
> 
> Is OCFS2 file system proved (or fully tested) only on x86 and x86_64 platform? 
I don't know this. We only used it on these two platform.
my understanding is right? that means we should not recommend OCFS2 file
sytem to the customers for being used under the other architectures in
production before we do a full testing?
I agree.

Thanks,
Junxiao.
> 
> 
> Thanks
> Gang 
> 

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

* [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures?
  2015-08-06  5:26 ` Junxiao Bi
  2015-08-06  5:49   ` Gang He
@ 2015-08-06  7:16   ` Joseph Qi
  2015-08-08 12:44     ` Goldwyn Rodrigues
  1 sibling, 1 reply; 6+ messages in thread
From: Joseph Qi @ 2015-08-06  7:16 UTC (permalink / raw)
  To: ocfs2-devel

On 2015/8/6 13:26, Junxiao Bi wrote:
> Hi Gang,
> 
> On 08/06/2015 11:03 AM, Gang He wrote:
>> Hello guys,
>>
>> >From the document(https://oss.oracle.com/projects/ocfs2/), it says that OCFS2 supports x86, x86_64, ia64 and ppc64. I am not sure that this doc is up-to-date, now, OCFS2 supports any other architecture? e.g. s390x?
>> The second question, since OCFS2 is a cluster FS and support multiple architectures, can a OCFS2 cluster work under a mixed architectures environment? e.g. some nodes are x86, some nodes are ppc64.
> I think ocfs2 works good on le endian, but maybe not on big endian
> though i never test it. From the source code, kernel seemed be prepared
> for big endian, but for tools, maybe not, i found lot of codes reading
> stuff from disk to memory without conversion in fsck.ocfs2. I am not
> sure about other tools, so may need do a full check.
> 
Junxiao is right. Most tools are not taking care the endian conversion.
They just treat them as little endian which fits x86.
Maybe we have to do some changes for this.

Thanks,
Joseph
> Thanks,
> Junxiao.
>>
>>
>> Thanks a lot.
>> Gang 
>>
>>
>>
>>
>> _______________________________________________
>> 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] 6+ messages in thread

* [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures?
  2015-08-06  7:16   ` Joseph Qi
@ 2015-08-08 12:44     ` Goldwyn Rodrigues
  0 siblings, 0 replies; 6+ messages in thread
From: Goldwyn Rodrigues @ 2015-08-08 12:44 UTC (permalink / raw)
  To: ocfs2-devel



On 08/06/2015 02:16 AM, Joseph Qi wrote:
> On 2015/8/6 13:26, Junxiao Bi wrote:
>> Hi Gang,
>>
>> On 08/06/2015 11:03 AM, Gang He wrote:
>>> Hello guys,
>>>
>>> >From the document(https://oss.oracle.com/projects/ocfs2/), it says that OCFS2 supports x86, x86_64, ia64 and ppc64. I am not sure that this doc is up-to-date, now, OCFS2 supports any other architecture? e.g. s390x?
>>> The second question, since OCFS2 is a cluster FS and support multiple architectures, can a OCFS2 cluster work under a mixed architectures environment? e.g. some nodes are x86, some nodes are ppc64.
>> I think ocfs2 works good on le endian, but maybe not on big endian
>> though i never test it. From the source code, kernel seemed be prepared
>> for big endian, but for tools, maybe not, i found lot of codes reading
>> stuff from disk to memory without conversion in fsck.ocfs2. I am not
>> sure about other tools, so may need do a full check.
>>
> Junxiao is right. Most tools are not taking care the endian conversion.
> They just treat them as little endian which fits x86.
> Maybe we have to do some changes for this.
>

OCFS2 supports big-endian architectures. There has been significant 
effort in making sure that it is big-endian compatible.

Though it is capable of running on mixed architectures, we do not 
recommend it.


-- 
Goldwyn

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

end of thread, other threads:[~2015-08-08 12:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06  3:03 [Ocfs2-devel] OCFS2 support which architectures and can the cluster work under mixed architectures? Gang He
2015-08-06  5:26 ` Junxiao Bi
2015-08-06  5:49   ` Gang He
2015-08-06  5:55     ` Junxiao Bi
2015-08-06  7:16   ` Joseph Qi
2015-08-08 12:44     ` Goldwyn Rodrigues

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.