Erasure codes

2010-12-25 Thread Mag Gam
Is HAMMER ever going to have a network based RAID5? Basically implement Erasure Codes?

HAMMER question

2010-11-07 Thread Mag Gam
Hello, I was taking a peek at http://en.wikipedia.org/wiki/OneFS_distributed_file_system and curious if HAMMER will ever have features like this. TIA

Re: is hammer for us

2009-08-12 Thread Mag Gam
I was under the impression HAMMER was a parallel filesystem. sorry On Wed, Aug 12, 2009 at 1:04 AM, Matthew Dillondil...@apollo.backplane.com wrote: : :The I/O bottleneck is coming from the disk subsystem and network. I :was wondering if HAMMER can do parallel filesystem implementation

is hammer for us

2009-08-11 Thread Mag Gam
I am a student doing fluid dynamics research. We generate a lot of data (close to 2TB a day). We are having scalability problems with NFS. We have 2 Linux servers with 64GB of RAM, and they are serving the files. We are constantly running into I/O bottle neck problems. Would hammer fix the

Re: is hammer for us

2009-08-11 Thread Mag Gam
The I/O bottleneck is coming from the disk subsystem and network. I was wondering if HAMMER can do parallel filesystem implementation similar to GPFS or Lustre. Also, the reads/writes are random access there is very little sequential streaming, but the files are large.Each file is around 30GB

Re: 1 week until Summer of Code application time

2009-03-03 Thread Mag Gam
Cool projects. I am rooting for Add redundant data storage to the HAMMER file system. Go Simon :-) On Tue, Mar 3, 2009 at 7:39 AM, Bill Hacker w...@conducive.org wrote: Sdävtaker wrote: It will be amazing if someone can get FreeBSD-UFS mountable (at least for read). I didn't realize

Re: HAMMER and RAID 5

2009-03-03 Thread Mag Gam
Thanks everyone for the replies. Simon good luck with your project, we are all wishing you well! On Tue, Mar 3, 2009 at 3:19 AM, Simon 'corecode' Schubert corec...@fs.ei.tum.de wrote: Mag Gam wrote: I was wondering if HAMMER will ever have network based RAID 5. After researching several

HAMMER and RAID 5

2009-03-02 Thread Mag Gam
I was wondering if HAMMER will ever have network based RAID 5. After researching several file systems it seems HAMMER is probably the closest to achieve this problem and will make HAMMER a pioneer. Any thoughts or ideas? TIA

Hammer question

2009-02-24 Thread Mag Gam
I am very intrigued with the HAMMER filesystem. I am a heavy Linux user and at work we use Linux exclusively. I was curious how hammer manages dynamic inodes. On ext3 we pre create inodes which is a fixed amount. How is hammer doing this? Sorry if this is a newbie question. I asked the same

Re: Hammer question

2009-02-24 Thread Mag Gam
Thankyou. I will start dust of my CS books to start looking into Btrees. On Tue, Feb 24, 2009 at 9:58 PM, Matthew Dillon dil...@apollo.backplane.com wrote: :I am very intrigued with the HAMMER filesystem. I am a heavy Linux :user and at work we use Linux exclusively. I was curious how hammer