Re: >16tb filesystems on linux

2010-08-27 Thread Andrew Robert Nicols
On 27 August 2010 10:21, Tim Small wrote: > On 27/08/10 09:18, Andrew Robert Nicols wrote: > > As I say, we're primarily a Debian shop and Solaris did used to feel like a > bit of a thorn in the side but things have improved. > > Did you consider/try ZFS on Debian-kFreeBSD instead of OpenSolaris

Re: >16tb filesystems on linux

2010-08-27 Thread Tim Small
On 27/08/10 09:18, Andrew Robert Nicols wrote: As I say, we're primarily a Debian shop and Solaris did used to feel like a bit of a thorn in the side but things have improved. Did you consider/try ZFS on Debian-kFreeBSD instead of OpenSolaris to try and make things less painful? http://packa

Re: >16tb filesystems on linux

2010-08-27 Thread Andrew Robert Nicols
On 27 August 2010 09:18, Andrew Robert Nicols wrote: > On 26 August 2010 18:26, Nick Stephens wrote: > >> I am very interested in ZFS, but it seems like it will never make it (in >> a stable fashion) into the linux world at this rate. >> > > We're primarily a Debian shop but we've dabbled with ZF

Re: >16tb filesystems on linux

2010-08-27 Thread Buchan Milne
On Thu, Aug 26, 2010 at 6:26 PM, Nick Stephens wrote: > Hi all, > > I recently purchased a PE610 with a PERC6 card attached to an MD1000 > with about 26TB of space. How soon do you need to put this into production? > I know from my own research that ext4 > supports up to an exabyte, however

Re: >16tb filesystems on linux

2010-08-27 Thread Andrew Robert Nicols
Hi Nick, On 26 August 2010 18:26, Nick Stephens wrote: > I am very interested in ZFS, but it seems like it will never make it (in > a stable fashion) into the linux world at this rate. > We're primarily a Debian shop but we've dabbled with ZFS. It's really pretty good and it's fault tolerance i

Re: >16tb filesystems on linux

2010-08-27 Thread Simon Waters
On Thursday 26 August 2010 18:26:19 Nick Stephens wrote: > > I have played with XFS in the past, and sadly it's performance is > severely lacking for our environment, so it is not an option. If you tell us what your environment is we can answer the question. One large file system sounds like a v

Re: >16tb filesystems on linux

2010-08-27 Thread Stroller
On 27 Aug 2010, at 08:28, Davide Ferrari wrote: > On Thu, 2010-08-26 at 14:09 -0400, Drew Weaver wrote: >> I have a system running 10x2TB drives in RAID-0 in EXT4 and it >> appears >> to work fine in a single partition. > > You *do* love taking risks, uh? :) Squid proxy, CDN or some other kind

RE: >16tb filesystems on linux

2010-08-27 Thread Davide Ferrari
On Thu, 2010-08-26 at 14:09 -0400, Drew Weaver wrote: > I have a system running 10x2TB drives in RAID-0 in EXT4 and it appears > to work fine in a single partition. You *do* love taking risks, uh? :) -- Davide Ferrari System Administrator Atrapalo S.L. __

Re: >16tb filesystems on linux

2010-08-26 Thread Jefferson Ogata
On 2010-08-26 18:30, Nick Stephens wrote: > I actually gave that a shot myself but didn't think it was available yet > due to getting the same error message. Now that I think about it > though, it could be a different issue I'm encountering. > > [r...@localhost ~]# mkfs.ext4dev -T news -m0

Re: >16tb filesystems on linux

2010-08-26 Thread Jefferson Ogata
On 2010-08-26 17:26, Nick Stephens wrote: > Does anyone have any tips or tricks for this scenario? I am utilizing > RHEL5 based installations, btw. Don't create very large filesystems. Use LVM. - Very large filesystems take a long time to fsck. Using smaller filesystems with LVM snapshots lets

Re: >16tb filesystems on linux

2010-08-26 Thread Sabuj Pattanayek
> The MD1000 is populated with (15) 2TB 7200rpm SAS drives in a RAID-5 > with 1 hotspare (leaving 13 data disks).  I know that conventional > wisdom says that raid5 is a poor choice when you are looking for > performance, but localized benchmarking has proven that in our scenario Since you've got

Re: >16tb filesystems on linux

2010-08-26 Thread Sam Kuonen
Have you tried a larger block size? ___ Linux-PowerEdge mailing list Linux-PowerEdge@dell.com https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq

Re: >16tb filesystems on linux

2010-08-26 Thread Paul M. Dyer
: Thursday, August 26, 2010 12:26:19 PM Subject: >16tb filesystems on linux Hi all, I recently purchased a PE610 with a PERC6 card attached to an MD1000 with about 26TB of space. I know from my own research that ext4 supports up to an exabyte, however it appears that the e2fs team has not

Re: >16tb filesystems on linux

2010-08-26 Thread Jeff Layton
You can always build the latest e2fsprogs yourself. They have the 16TB fixes in them but haven't gotten alot of testing so be careful (test it out first). I've heard it's mostly the resizing piece of ext4 that hasn't been exercised much but you can ask the ext4 mailing list. Jeff > Hi all, > >

RE: >16tb filesystems on linux

2010-08-26 Thread Drew Weaver
PM To: linux-poweredge@dell.com Subject: >16tb filesystems on linux Hi all, I recently purchased a PE610 with a PERC6 card attached to an MD1000 with about 26TB of space. I know from my own research that ext4 supports up to an exabyte, however it appears that the e2fs team has not yet crea

Re: >16tb filesystems on linux

2010-08-26 Thread Bond Masuda
In what scenarios did you experience poor performance with XFS? In our environment, running a farm of massive file servers, XFS has always outperformed ext3 by a large margin. Even the performance comparisons of ext4 that I've seen mostly conclude it was about the same level as XFS if not a little

Re: >16tb filesystems on linux

2010-08-26 Thread Nick Stephens
I actually gave that a shot myself but didn't think it was available yet due to getting the same error message. Now that I think about it though, it could be a different issue I'm encountering. [r...@localhost ~]# mkfs.ext4dev -T news -m0 -L backup -E stride=16,stripe-width=208 /dev/sda1

Re: >16tb filesystems on linux

2010-08-26 Thread Kevin Davidson
On 26 Aug 2010, at 18:26, Nick Stephens wrote: > I recently purchased a PE610 with a PERC6 card attached to an MD1000 > with about 26TB of space. I know from my own research that ext4 > supports up to an exabyte, however it appears that the e2fs team has not > yet created a mkfs.ext4 that s

Re: >16tb filesystems on linux

2010-08-26 Thread Sabuj Pattanayek
On Thu, Aug 26, 2010 at 12:38 PM, Nils Breunese (Lemonbit) wrote: >> I have played with XFS in the past, and sadly it's performance is >> severely lacking for our environment, so it is not an option. Really? I guess it depends on what you're trying to do as always. One thing I love about XFS/JFS

Re: >16tb filesystems on linux

2010-08-26 Thread Nick Stephens
Nils Breunese (Lemonbit) wrote: Nick Stephens wrote: I recently purchased a PE610 with a PERC6 card attached to an MD1000 with about 26TB of space. I know from my own research that ext4 supports up to an exabyte, however it appears that the e2fs team has not yet created a mkfs.ext4 that s

Re: >16tb filesystems on linux

2010-08-26 Thread Nils Breunese (Lemonbit)
Nick Stephens wrote: > I recently purchased a PE610 with a PERC6 card attached to an MD1000 > with about 26TB of space. I know from my own research that ext4 > supports up to an exabyte, however it appears that the e2fs team has not > yet created a mkfs.ext4 that supports anything bigger than

>16tb filesystems on linux

2010-08-26 Thread Nick Stephens
Hi all, I recently purchased a PE610 with a PERC6 card attached to an MD1000 with about 26TB of space. I know from my own research that ext4 supports up to an exabyte, however it appears that the e2fs team has not yet created a mkfs.ext4 that supports anything bigger than 16TB. I have played