
10-14-2010, 06:26 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Posts: 161
|
|
centos and large 20tb Raid Volumes
I figure this is a great place to ask this question as you guys deal with super servers all day..i really cant find a good answer to this on the web and my 2 admins have solutions to make it work but i wanted to know if there is something better (my admin is now doing a raid 0 of 3 x ~7TB volumes)
Im running centos 5.5 64bit and a rocket Raid 3530 Card 12 sata port.
I have 12 x 2TB drives for a large 20TB raid 6 volume (and a small 100gb boot raid 6 volume separate)
so the raid card is putting out 2 logical devices, one 100gb and one 20tb.
any idea or direction on using this 20tb device in centos? id like to have just one volume as we host videos and woudl like to have a single folder filled with videos (on our current 4tb server /home is on the 4tb raid 5 , i would like this on our new 20tb server).
thanks for the help!
|

10-14-2010, 07:18 PM
|
|
|=|*LL* * *m Chr**
|
|
Join Date: Aug 2007
Location: DOWNTOWN LOS ANGELES
Posts: 2,596
|
|
so what is your question? mount the 20TB logical device in centos and thats it...
if anything different, i would recommend spreading your files across multiple folders.
putting tons of files in 1 folder will cause workability issues
__________________
░ QuadraNet.com™ - Enterprise Dedicated Servers, Cloud Hosting, and Colocation ♫
░ Focused on automation, accessibility, and scalability. Datacenters in ► Los Angeles ► Dallas ► Miami
░ Features Include: Private Network, SSL VPN Passthru, KVM over IP, Remote Reboot, Remote OS Reload ♫
░ Read our BLOG! http://blog.quadranet.com Try our Asian Optimized Network in LA!
|

10-14-2010, 08:36 PM
|
|
I like ice cream
|
|
Join Date: Mar 2003
Location: California USA
Posts: 11,613
|
|
I am going to strongly suggest you don't use a single 20TB filesystem - that will take days to run a fsck on.
|

10-14-2010, 10:07 PM
|
|
Web Hosting Master
|
|
Join Date: Apr 2005
Posts: 1,111
|
|
I wouldn't recommend to install CentOS. My recommendation would be to install Fedora with XFS. 64 bit Fedora with XFS file system doesn't have any problems with 20 TB (and larger) partitions.
You wouldn't need to run fsck either for XFS - so that problem will be gone too.
ext4 suppose to be good too, but I don't think CentOS supports that yet and it still is not as good as XFS - I haven't tried it with large volumes yet, and probably wouldn't need that anyway.
__________________
Professional Streaming services - http://www.allyoucanstream.com - info at tulix.com
Level3 (AS10990) or better (AS36820) 10Gb/s+ network, best for streaming/VoIP/gaming
Budget (AS7219) network for others
Optimized with Internap's FCP 10Gx (up to 80Gb/s and beyond) for PERFORMANCE network
|

10-14-2010, 10:18 PM
|
|
WHT Addict
|
|
Join Date: Jan 2010
Posts: 161
|
|
perfect guys this is just the discussion that needs to be had, ill have more answers when i talk with my admin in about 8 hours. i think more and more people will be encountering this issue (wanting alot of space in one volume). 3 TB drives are just around the corner..
|

10-14-2010, 10:27 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2006
Location: Michigan
Posts: 36
|
|
CentOS and XFS sounds like a good fit. The xfsprogs and xfsdump packages can be found in the CentOS extras repository.
ext3 with a default block size (4k) will only allow for a 16TB filesystem.
|

10-14-2010, 10:28 PM
|
|
Web Hosting Master
|
|
Join Date: Apr 2005
Posts: 1,111
|
|
If it helps - "my" largest single partition was 45TB, no problems again - just used Fedora with XFS. Tried JFS - not there yet )and probably never will  ). EXT4 - may be later on?
__________________
Professional Streaming services - http://www.allyoucanstream.com - info at tulix.com
Level3 (AS10990) or better (AS36820) 10Gb/s+ network, best for streaming/VoIP/gaming
Budget (AS7219) network for others
Optimized with Internap's FCP 10Gx (up to 80Gb/s and beyond) for PERFORMANCE network
|

10-14-2010, 10:30 PM
|
|
Web Hosting Master
|
|
Join Date: Apr 2005
Posts: 1,111
|
|
You can do that but then you will have to install custom kernel, I believe
Quote:
Originally Posted by nwilkens
CentOS and XFS sounds like a good fit. The xfsprogs and xfsdump packages can be found in the CentOS extras repository.
ext3 with a default block size (4k) will only allow for a 16TB filesystem.
|
You can do that but then you will have to install custom kernel for CentOS, I believe. That would mean no kernel upgrades via yum.
__________________
Professional Streaming services - http://www.allyoucanstream.com - info at tulix.com
Level3 (AS10990) or better (AS36820) 10Gb/s+ network, best for streaming/VoIP/gaming
Budget (AS7219) network for others
Optimized with Internap's FCP 10Gx (up to 80Gb/s and beyond) for PERFORMANCE network
|

10-14-2010, 10:40 PM
|
|
Community Liaison
|
|
Join Date: Mar 2003
Posts: 8,051
|
|
Quote:
Originally Posted by tulix
I wouldn't recommend to install CentOS. My recommendation would be to install Fedora with XFS. 64 bit Fedora with XFS file system doesn't have any problems with 20 TB (and larger) partitions.
You wouldn't need to run fsck either for XFS - so that problem will be gone too.
|
I do not recommend XFS. Although it is fast than ext3, it is not good when it comes to file recovery. You should be ready or pray that your server will not experience power loss.
ext3 is the safest way to use if you value your data.
You can just split the partition or use 16TB then use the rest for the 2nd partition.
Good luck!
Moved > Hosting Security and Technology .
__________________
JoneSolutions.Com - Your Number One Choice On The Net - since 2001
----------------------------------------------------------------------------------------
Linux Shared and Reseller Hosting * KVM Fully Managed cPanel VPS * Super Special Servers
USA/EU cPanel Fully Managed Servers * cPanel Server Management * R1Soft/Idera Backup
|

10-14-2010, 10:42 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2006
Location: Michigan
Posts: 36
|
|
Since RHEL 5.4 (and CentOS 5.4); XFS has been included in the kernel.
Note that XFS is not available for 32 bit platforms.
|

10-14-2010, 11:03 PM
|
|
Web Hosting Master
|
|
Join Date: Apr 2005
Posts: 1,111
|
|
I didn't know that, thank you.
Quote:
Originally Posted by nwilkens
Since RHEL 5.4 (and CentOS 5.4); XFS has been included in the kernel.
Note that XFS is not available for 32 bit platforms.
|
I didn't know that, thank you. Then I would recommend CentOS with XFS.
Regarding one of the posts about power loss - not sure about that. We were using Linux XFS (before SGI XFS) since, I believe 1998 - not sure about power losses (usually we have multiple power supplies in such units/servers), but we did have one or two catastrophic crashes with XFS and we've lost data once. Not to compare to ext3 (I like it too for specific purposes), but only about 10% our (OUR) servers are using ext3 and we had may be about 10 catastrophic failures when we were not able to restore the data. This is just our experience, not an opinion which one is better or worse - all of them good when they work  .
__________________
Professional Streaming services - http://www.allyoucanstream.com - info at tulix.com
Level3 (AS10990) or better (AS36820) 10Gb/s+ network, best for streaming/VoIP/gaming
Budget (AS7219) network for others
Optimized with Internap's FCP 10Gx (up to 80Gb/s and beyond) for PERFORMANCE network
|

10-14-2010, 11:48 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Nov 2009
Location: Behind the LCD... 24x7
Posts: 93
|
|
Out of curiosity. Is there any reason in particular that you need one large filesystem like that?
__________________
Kelis | Unmetered Gigabit Dedicated Servers and VPS Servers
The Industry Leaders in Linux Server Management, Server Security and Process Automation.
Premium Server Management :: Security Services :: White Label Managed Dedicated Servers
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|