* Clustered version of XFS
@ 2009-07-03 12:57 Tharindu Rukshan Bamunuarachchi
2009-07-03 14:37 ` Eric Sandeen
2009-07-03 14:41 ` Vitaly V. Ch
0 siblings, 2 replies; 6+ messages in thread
From: Tharindu Rukshan Bamunuarachchi @ 2009-07-03 12:57 UTC (permalink / raw)
To: xfs
we are using XFS high speed transaction processing system.
we are very happy with XFS performance compared to ZFS, EXT3, JFS etc.
i have two questions regarding XFS ...
1. Is there any cluster version of XFS. (e.g. like GFS, Luste, GPFS)
2. I am currently using my root partition as XFS. but i need to modify
XFS source code and reload module without rebooting machine.
Is there anyway to play with XFS source/module while using XFS
module for mounted file system ....?
cheers
__
tharindu
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Clustered version of XFS
2009-07-03 12:57 Clustered version of XFS Tharindu Rukshan Bamunuarachchi
@ 2009-07-03 14:37 ` Eric Sandeen
2009-07-03 14:41 ` Vitaly V. Ch
1 sibling, 0 replies; 6+ messages in thread
From: Eric Sandeen @ 2009-07-03 14:37 UTC (permalink / raw)
To: tharindu; +Cc: xfs
Tharindu Rukshan Bamunuarachchi wrote:
> we are using XFS high speed transaction processing system.
>
> we are very happy with XFS performance compared to ZFS, EXT3, JFS etc.
>
> i have two questions regarding XFS ...
>
> 1. Is there any cluster version of XFS. (e.g. like GFS, Luste, GPFS)
SGI sells a product called CXFS (http://lmgtfy.com/?q=clustered+xfs) ;)
> 2. I am currently using my root partition as XFS. but i need to modify
> XFS source code and reload module without rebooting machine.
> Is there anyway to play with XFS source/module while using XFS
> module for mounted file system ....?
In general no, but you might look into KSplice.
-Eric
>
> cheers
> __
> tharindu
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Clustered version of XFS
2009-07-03 12:57 Clustered version of XFS Tharindu Rukshan Bamunuarachchi
2009-07-03 14:37 ` Eric Sandeen
@ 2009-07-03 14:41 ` Vitaly V. Ch
2009-07-03 15:24 ` Tharindu Rukshan Bamunuarachchi
1 sibling, 1 reply; 6+ messages in thread
From: Vitaly V. Ch @ 2009-07-03 14:41 UTC (permalink / raw)
To: tharindu; +Cc: xfs
On Fri, Jul 3, 2009 at 3:57 PM, Tharindu Rukshan
Bamunuarachchi<tharindu@sentstory.com> wrote:
> we are using XFS high speed transaction processing system.
>
> we are very happy with XFS performance compared to ZFS, EXT3, JFS etc.
>
> i have two questions regarding XFS ...
>
> 1. Is there any cluster version of XFS. (e.g. like GFS, Luste, GPFS)
Yes. Your need cxfs.
> 2. I am currently using my root partition as XFS. but i need to modify
> XFS source code and reload module without rebooting machine.
> Is there anyway to play with XFS source/module while using XFS
> module for mounted file system ....?
Yes. duplicate Your code and use non-reloadable copy for root fs and
reloadable under other name ("my_xfs" for example) for other
partitions.
>
>
> cheers
> __
> tharindu
>
\\wbr Vitaly Chernookiy
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Clustered version of XFS
2009-07-03 14:41 ` Vitaly V. Ch
@ 2009-07-03 15:24 ` Tharindu Rukshan Bamunuarachchi
2009-07-05 4:00 ` Felix Blyakher
0 siblings, 1 reply; 6+ messages in thread
From: Tharindu Rukshan Bamunuarachchi @ 2009-07-03 15:24 UTC (permalink / raw)
To: Vitaly V. Ch, sandeen; +Cc: xfs
Thankx lot for your responses.
I recently send inqury over SGI website. Still no-reply.
If there is someone related to SGI's CXFS in this list, please be kind
enough to provide contact details.
one of the world largest stock market likes to try out CXFS ....
__
tharindu
On Fri, Jul 3, 2009 at 8:11 PM, Vitaly V. Ch<vitaly.v.ch@gmail.com> wrote:
> On Fri, Jul 3, 2009 at 3:57 PM, Tharindu Rukshan
> Bamunuarachchi<tharindu@sentstory.com> wrote:
>> we are using XFS high speed transaction processing system.
>>
>> we are very happy with XFS performance compared to ZFS, EXT3, JFS etc.
>>
>> i have two questions regarding XFS ...
>>
>> 1. Is there any cluster version of XFS. (e.g. like GFS, Luste, GPFS)
>
> Yes. Your need cxfs.
>
>> 2. I am currently using my root partition as XFS. but i need to modify
>> XFS source code and reload module without rebooting machine.
>> Is there anyway to play with XFS source/module while using XFS
>> module for mounted file system ....?
>
> Yes. duplicate Your code and use non-reloadable copy for root fs and
> reloadable under other name ("my_xfs" for example) for other
> partitions.
>
>>
>>
>> cheers
>> __
>> tharindu
>>
>
> \\wbr Vitaly Chernookiy
>
>> _______________________________________________
>> xfs mailing list
>> xfs@oss.sgi.com
>> http://oss.sgi.com/mailman/listinfo/xfs
>>
>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Clustered version of XFS
2009-07-03 15:24 ` Tharindu Rukshan Bamunuarachchi
@ 2009-07-05 4:00 ` Felix Blyakher
2009-07-05 9:52 ` Tharindu Rukshan Bamunuarachchi
0 siblings, 1 reply; 6+ messages in thread
From: Felix Blyakher @ 2009-07-05 4:00 UTC (permalink / raw)
To: tharindu; +Cc: sandeen, Vitaly V. Ch, xfs
On Jul 3, 2009, at 10:24 AM, Tharindu Rukshan Bamunuarachchi wrote:
> Thankx lot for your responses.
>
>
> I recently send inqury over SGI website. Still no-reply.
Today is a national holiday in US, and SGI was closed yesterday.
I'm sure somebody will get back to you on Monday.
> If there is someone related to SGI's CXFS in this list, please be kind
> enough to provide contact details.
I forwarded you inquiry to right channels. You should hear from
SGI soon.
> one of the world largest stock market likes to try out CXFS ....
Hope you will like CXFS.
Felix
> __
> tharindu
>
>
>
> On Fri, Jul 3, 2009 at 8:11 PM, Vitaly V. Ch<vitaly.v.ch@gmail.com>
> wrote:
>> On Fri, Jul 3, 2009 at 3:57 PM, Tharindu Rukshan
>> Bamunuarachchi<tharindu@sentstory.com> wrote:
>>> we are using XFS high speed transaction processing system.
>>>
>>> we are very happy with XFS performance compared to ZFS, EXT3, JFS
>>> etc.
>>>
>>> i have two questions regarding XFS ...
>>>
>>> 1. Is there any cluster version of XFS. (e.g. like GFS, Luste, GPFS)
>>
>> Yes. Your need cxfs.
>>
>>> 2. I am currently using my root partition as XFS. but i need to
>>> modify
>>> XFS source code and reload module without rebooting machine.
>>> Is there anyway to play with XFS source/module while using XFS
>>> module for mounted file system ....?
>>
>> Yes. duplicate Your code and use non-reloadable copy for root fs and
>> reloadable under other name ("my_xfs" for example) for other
>> partitions.
>>
>>>
>>>
>>> cheers
>>> __
>>> tharindu
>>>
>>
>> \\wbr Vitaly Chernookiy
>>
>>> _______________________________________________
>>> xfs mailing list
>>> xfs@oss.sgi.com
>>> http://oss.sgi.com/mailman/listinfo/xfs
>>>
>>
>
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Clustered version of XFS
2009-07-05 4:00 ` Felix Blyakher
@ 2009-07-05 9:52 ` Tharindu Rukshan Bamunuarachchi
0 siblings, 0 replies; 6+ messages in thread
From: Tharindu Rukshan Bamunuarachchi @ 2009-07-05 9:52 UTC (permalink / raw)
To: Felix Blyakher; +Cc: sandeen, Vitaly V. Ch, xfs
thankx,
i want to believe that CXFS will perform same or better than XFS.
__
tharindu
On Sun, Jul 5, 2009 at 9:30 AM, Felix Blyakher<felixb@sgi.com> wrote:
>
> On Jul 3, 2009, at 10:24 AM, Tharindu Rukshan Bamunuarachchi wrote:
>
>> Thankx lot for your responses.
>>
>>
>> I recently send inqury over SGI website. Still no-reply.
>
> Today is a national holiday in US, and SGI was closed yesterday.
> I'm sure somebody will get back to you on Monday.
>
>> If there is someone related to SGI's CXFS in this list, please be kind
>> enough to provide contact details.
>
> I forwarded you inquiry to right channels. You should hear from
> SGI soon.
>
>> one of the world largest stock market likes to try out CXFS ....
>
> Hope you will like CXFS.
>
> Felix
>
>> __
>> tharindu
>>
>>
>>
>> On Fri, Jul 3, 2009 at 8:11 PM, Vitaly V. Ch<vitaly.v.ch@gmail.com> wrote:
>>>
>>> On Fri, Jul 3, 2009 at 3:57 PM, Tharindu Rukshan
>>> Bamunuarachchi<tharindu@sentstory.com> wrote:
>>>>
>>>> we are using XFS high speed transaction processing system.
>>>>
>>>> we are very happy with XFS performance compared to ZFS, EXT3, JFS etc.
>>>>
>>>> i have two questions regarding XFS ...
>>>>
>>>> 1. Is there any cluster version of XFS. (e.g. like GFS, Luste, GPFS)
>>>
>>> Yes. Your need cxfs.
>>>
>>>> 2. I am currently using my root partition as XFS. but i need to modify
>>>> XFS source code and reload module without rebooting machine.
>>>> Is there anyway to play with XFS source/module while using XFS
>>>> module for mounted file system ....?
>>>
>>> Yes. duplicate Your code and use non-reloadable copy for root fs and
>>> reloadable under other name ("my_xfs" for example) for other
>>> partitions.
>>>
>>>>
>>>>
>>>> cheers
>>>> __
>>>> tharindu
>>>>
>>>
>>> \\wbr Vitaly Chernookiy
>>>
>>>> _______________________________________________
>>>> xfs mailing list
>>>> xfs@oss.sgi.com
>>>> http://oss.sgi.com/mailman/listinfo/xfs
>>>>
>>>
>>
>> _______________________________________________
>> xfs mailing list
>> xfs@oss.sgi.com
>> http://oss.sgi.com/mailman/listinfo/xfs
>
>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-07-05 9:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-03 12:57 Clustered version of XFS Tharindu Rukshan Bamunuarachchi
2009-07-03 14:37 ` Eric Sandeen
2009-07-03 14:41 ` Vitaly V. Ch
2009-07-03 15:24 ` Tharindu Rukshan Bamunuarachchi
2009-07-05 4:00 ` Felix Blyakher
2009-07-05 9:52 ` Tharindu Rukshan Bamunuarachchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox