LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 02-11-2008, 01:21 PM   #1
poblano
Member
 
Registered: May 2003
Location: Cape Cod, MA
Distribution: Debian Stable, CentOS, Ubuntu, etc.
Posts: 63

Rep: Reputation: 16
Exclamation ext3 filesystem limits


We’ve run into an issue in which a customer is trying to set up an 8TB ext3 filesystem. All of the literature I’ve read thus far (including http://www.redhat.com/rhel/compare/) seems to indicate that this is possible, but the customer’s experience appears to contradict this:

“The 4TB limit with Redhat EL4 is not due to limitations with LVM. The problem is the ext3 filesystem in EL4 has a limit of 4TB per file system. We have attempted to create larger filesystems using ext3, and we consistently hit the 4TB limit.”

Can anyone think of any kernel options or other factors that might be keeping this user from being able to exploit the full filesystem capability? Thanks!
 
Old 02-11-2008, 01:53 PM   #2
jgombos
Member
 
Registered: Jul 2003
Posts: 256

Rep: Reputation: 32
I don't know the answer to that, but sounds like that user is a good candidate for ZFS.
 
Old 02-11-2008, 03:31 PM   #3
poblano
Member
 
Registered: May 2003
Location: Cape Cod, MA
Distribution: Debian Stable, CentOS, Ubuntu, etc.
Posts: 63

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by jgombos View Post
I don't know the answer to that, but sounds like that user is a good candidate for ZFS.
Isn't ZFS a Sun product? This is a Red Hat environment.
 
Old 02-11-2008, 03:38 PM   #4
jgombos
Member
 
Registered: Jul 2003
Posts: 256

Rep: Reputation: 32
Quote:
Originally Posted by poblano View Post
Isn't ZFS a Sun product? This is a Red Hat environment.
Yeah, I believe at the moment ZFS is exclusively a Sun product, so a change in OS regimes would be required.. and perhaps it's reasonable for the customer if they're simply setting up a file server. If it's more than a file server, then I don't know what to suggest. Sorry that's my best answer.. hopefully you get a better one.

Last edited by jgombos; 02-11-2008 at 03:48 PM.
 
Old 02-11-2008, 04:04 PM   #5
snowtigger
Member
 
Registered: Mar 2005
Location: england
Distribution: slackware, win2k
Posts: 364

Rep: Reputation: 35
Have you looked at xfs or jfs?

 
Old 02-11-2008, 04:12 PM   #6
poblano
Member
 
Registered: May 2003
Location: Cape Cod, MA
Distribution: Debian Stable, CentOS, Ubuntu, etc.
Posts: 63

Original Poster
Rep: Reputation: 16
I wouldn't say it's a bad answer - heck, at this point the customer might prefer a Sun solution over a Red Hat one - but until we hear otherwise we're looking to leverage existing RAID devices running on HP hardware running RHEL 4. In any event, thanks for the response.
 
Old 02-11-2008, 05:13 PM   #7
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
poblano

You could just side step the LVM/ext3 issue by putting the mount point of a second LVM within the first LVM. As I personally hold a grudge with LVM (it is great until it blows) this is the way I get near LVM functionality without a LVM.
 
Old 02-12-2008, 12:05 PM   #8
poblano
Member
 
Registered: May 2003
Location: Cape Cod, MA
Distribution: Debian Stable, CentOS, Ubuntu, etc.
Posts: 63

Original Poster
Rep: Reputation: 16
Question

I suspect I'm not asking the question correctly. I'm wondering why a kernel (2.6.9) and filesystem (ext3) that should support sizes up to 8TB is bumping into a hard limit of 4TB. Are there other variables I should be considering?
 
Old 02-12-2008, 12:09 PM   #9
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Poblano

There are so few people out there using even 1TB you are going to have a limited pool of people who will even be able to guess at what is wrong. This is one of those things your really need to use your RH support for. You paid for it, so why not use it?
 
Old 02-12-2008, 01:52 PM   #10
poblano
Member
 
Registered: May 2003
Location: Cape Cod, MA
Distribution: Debian Stable, CentOS, Ubuntu, etc.
Posts: 63

Original Poster
Rep: Reputation: 16
To be honest, it's the first time I've dealt with data sets this large. I still remember 5 1/2 inch floppies! Anyway, I ran this question past our Red Hat TAM yesterday, but I suspect he's doing damage control over the recent Linux kernel vulnerability and hasn't had time to respond.
 
Old 02-12-2008, 02:09 PM   #11
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Ah, you young pup you. You mean you weren't around for the good old bendy 8 inch floppies?

It may (or may not) be something that is fixed in later kernels. You have to be careful with RH's kernel numbers. They have long been known to back port patches into older kernel numbers. What this means that even though a RH kernel's number may appear older than a current kernel, it may be patched (by RH) right up to current. I really wish they would quit doing this becuase it makes it a real PITA to figure out what is and what is not patched in their kernel.


Just for curiosity, what kind of files do you need to span across more than 4TB?
 
Old 02-12-2008, 02:33 PM   #12
poblano
Member
 
Registered: May 2003
Location: Cape Cod, MA
Distribution: Debian Stable, CentOS, Ubuntu, etc.
Posts: 63

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by lazlow View Post
Ah, you young pup you. You mean you weren't around for the good old bendy 8 inch floppies?
I didn't use 8-inch floppies, but I did write IBM 370 Assembly code on keypunch cards back in the day.

Quote:
Originally Posted by lazlow View Post
It may (or may not) be something that is fixed in later kernels. You have to be careful with RH's kernel numbers. They have long been known to back port patches into older kernel numbers. What this means that even though a RH kernel's number may appear older than a current kernel, it may be patched (by RH) right up to current. I really wish they would quit doing this becuase it makes it a real PITA to figure out what is and what is not patched in their kernel.
This backporting has caused the recent vmsplice vulnerability, introduced with the 2.6.17 kernel, to be seen as far back as the 2.6.9 kernel. It's a gift that keeps on giving!

Quote:
Originally Posted by lazlow View Post
Just for curiosity, what kind of files do you need to span across more than 4TB?
In this case it's a backup set. My company makes a data warehousing appliance, and we have a customer whose database is over 20TB and expects a compressed backup to be between 4 and 8TB.
 
Old 02-12-2008, 02:48 PM   #13
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Until you get a response from RH can you just split the backup into sections? I would think that one huge backup would be bad in general.
 
Old 02-12-2008, 04:30 PM   #14
jgombos
Member
 
Registered: Jul 2003
Posts: 256

Rep: Reputation: 32
Quote:
Originally Posted by poblano View Post
I wouldn't say it's a bad answer - heck, at this point the customer might prefer a Sun solution over a Red Hat one - but until we hear otherwise we're looking to leverage existing RAID devices running on HP hardware running RHEL 4. In any event, thanks for the response.
That hardware configuration might be feasible for Nexenta, which supports ZFS. It's still an OS change, but mainly just the kernel. It's designed to enable most of the GNU stuff to run on OpenSolaris, on an x86 or the like.

Last edited by jgombos; 02-12-2008 at 04:31 PM.
 
Old 02-12-2008, 04:41 PM   #15
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
To support the RH kernel version thingie see for instance this 2.6.17 ext3_fsblk_t patch by Mingming Cao, one of the Extn developers. From the comments you see Ext3 can do 8TB (and over) @4KB blocksize since. * BTW if they *are* able to create an 8TB Ext3 on another system it would be interesting to compare kernel versions, mkfs and tune2fs info.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
resize ext3 filesystem DaWallace Slackware 8 10-10-2007 06:15 AM
Confusing USB Filesystem Problem (Can't Wipe Ext3 Filesystem) dkaplowitz Linux - Hardware 3 04-14-2007 06:30 PM
Filesystem caching limits LinuxGeek Linux - General 0 04-14-2006 05:46 AM
Corrupted Ext3 Filesystem pyrosim Linux - General 2 07-23-2005 11:21 AM
ext3\ext2 filesystem amjad Linux - General 1 05-23-2005 04:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 09:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration