- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- what's Best filesystem for SAN
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2011 06:28 AM
тАО04-05-2011 06:28 AM
what's Best filesystem for SAN
I understand there is a choice of GFS / GFS2 ( should I consider GFS2 ? )
also there is XFS and vxfs which again are GFS but i want to understand which would be the BEST choice and why ...
thx,
Tariq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2011 09:19 AM
тАО04-05-2011 09:19 AM
Re: what's Best filesystem for SAN
For plain jane untructured file storage (aka a File Server) the normal ext3/ext4 should suffice.
If you want a Cluster Filesystem with data available R/W on a "Cluster" of nodes then you undoubtedly have a myriad of choices with varying "it depends". Your choices are:
GFS2
Require's RHCS (RedHat Cluster Suite)
LUSTRE
Google.
GPFS
IBM's tried and tested Cluster Filesystem
OCFS2
Oracle's simpistic Filesystem.
Google it too.
VxFS
Needs Veritas Cluster Server of course.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2011 06:08 AM
тАО04-06-2011 06:08 AM
Re: what's Best filesystem for SAN
XFS is great if you are looking for a large filesystem (far > than 16TB), same goes for most other clustered FS.
If you google up filesystem performance tests, there have been a large number, some are more reliable than others, but ext3 comes up pretty close or on top a lot of the time.
The only thing to remeber is to turn off the automated filesystem checks (tune2fs -c 0 on your FS.)
You can even use LVM, it really doesn't matter. Adding volumes, just present more 1TB LUNS and away you go. If you present a bunch at the beginning, you can stripe them.
Best regards,
Don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2011 06:12 AM
тАО04-06-2011 06:12 AM
Re: what's Best filesystem for SAN
LVM is NOT a filesystem.It is a volume manager.
If your are ext filesystem bound and on newer CentOS/RHEL 6.X -- ext4 is your best bet for simple non clustered filesystem.
For a CLustered Filesystem -- again YMMV and it will depend on your (1) use - gazillion small files or not (2) expertise on the underlying cluster scheme of volume manager and (3) budget.
If you have deep /good budget and aer gunning for an industrial strength solution -- my recommendation is either IBM GPFS or Veritas Cluster (VxFS)
Cheers.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2011 06:21 AM
тАО04-06-2011 06:21 AM
Re: what's Best filesystem for SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2011 06:33 AM
тАО04-06-2011 06:33 AM
Re: what's Best filesystem for SAN
appreciate your support , ext4 even though is officially released and claim is stable, but there still seems to be a lot of development going on and guess is not really suitable for prod environment especially with 100's of multiple huge files plus I am not sure about its compatibility with centos 5.2 and above .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2011 07:11 AM
тАО04-06-2011 07:11 AM
Re: what's Best filesystem for SAN
Lastly --- filesystems ext3,4,vxfs,ufs, etc MATTERS not whether the disk is local SCSI, local RAIDED scsi, SATA, SSD, SCSI or SAS (heck even IDE) or even SAN.
So your concerns about ext3 on SAN is largely unfounded. What you NEED to totally be intimate about is how Linux is properly configured to acess/utilize/multipath and volume manage your SAN Storage/disks.
And lastly - your Readings and adventures should include -- LVM and device mapper multipath (aka multipathd) as well as your SAN vendors "recommended multipathing proprietary solution" if they do not prefer Linux's native multipathing.
Cheers and Ciao!
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2011 05:44 AM
тАО04-07-2011 05:44 AM
Re: what's Best filesystem for SAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2011 07:10 AM
тАО04-07-2011 07:10 AM
Re: what's Best filesystem for SAN
You may also want to read up on udev. DMMP and many of the other proprietary multipathing layers use udev style device files to manange and build out dynamic paths. It's not as important if you choose a commercial product, but understanding what it's doing will help you if the native DMMP components don't seem to be working as you would suspect.
Also, be aware that some vendors' proprietary solutions support multiple vendor's SANS. VxVM w/ DMP (supports almost anything) and EMC PowerPath (supports Hitachi, EVA, IBM, EMC CX/Sym/Invista arrays) are good examples.
Alzy, you are correct, LVM is a volume management archticture. I can see how it may have been interpreted that I was suggesting it was a filesystem. Thanks for clarifying for Tariq.
Best regards,
Don