<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RHEL 5.4 and XFS</title>
	<atom:link href="http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/</link>
	<description>Admin Spotting for Fun and Profit</description>
	<lastBuildDate>Fri, 16 Jul 2010 09:41:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: CR</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-267</link>
		<dc:creator>CR</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-267</guid>
		<description>So, I am running CentOS 5.3 64bit 

Adding XFS was achieved with
yum install kmod-xfs xfsdump xfsprogs

That&#039;s it.  You MIGHT need to specify the kernel you are running to get kmod-xfs to install.  (uname -r if your friend here)

I have a simple way to motivate Redhat to adopt XFS.  Contact your RH account rep, and politely tell them you are switching to CentOS 5.3 as they support XFS.  Tell them you will continue to transition to CentOS unless Redhat gets their act together and starts supporting XFS.  

Lost $$$ from sales can be a good motivator if this gets mentioned to them enough times to realize they have a problem.</description>
		<content:encoded><![CDATA[<p>So, I am running CentOS 5.3 64bit </p>
<p>Adding XFS was achieved with<br />
yum install kmod-xfs xfsdump xfsprogs</p>
<p>That&#8217;s it.  You MIGHT need to specify the kernel you are running to get kmod-xfs to install.  (uname -r if your friend here)</p>
<p>I have a simple way to motivate Redhat to adopt XFS.  Contact your RH account rep, and politely tell them you are switching to CentOS 5.3 as they support XFS.  Tell them you will continue to transition to CentOS unless Redhat gets their act together and starts supporting XFS.  </p>
<p>Lost $$$ from sales can be a good motivator if this gets mentioned to them enough times to realize they have a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crank bucket</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-266</link>
		<dc:creator>crank bucket</dc:creator>
		<pubDate>Wed, 14 Oct 2009 06:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-266</guid>
		<description>If you need/want full XFS support in RHEL, then you need to tell Redhat that you need/want it - exactly what the referenced BZ states.
The fact they&#039;ve floated the trial balloon with 5.4 is a miracle.
XFS not being in RHEL has been mostly a political thing w/i Redhat.
As for no XFS in 32bit, too bad ... no benefit for RH to invest in doing that. The main demand for XFS they&#039;ve seen has been from 64bit server customers.</description>
		<content:encoded><![CDATA[<p>If you need/want full XFS support in RHEL, then you need to tell Redhat that you need/want it &#8211; exactly what the referenced BZ states.<br />
The fact they&#8217;ve floated the trial balloon with 5.4 is a miracle.<br />
XFS not being in RHEL has been mostly a political thing w/i Redhat.<br />
As for no XFS in 32bit, too bad &#8230; no benefit for RH to invest in doing that. The main demand for XFS they&#8217;ve seen has been from 64bit server customers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darin</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-264</link>
		<dc:creator>Darin</dc:creator>
		<pubDate>Thu, 01 Oct 2009 11:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-264</guid>
		<description>A co-worker used the CentosPlus

Steps taken…..

 

[root@somehost modules]# uname -r

2.6.18-164.el5

 

[root@somehost modules]# find . &#124;grep xfs

./2.6.18-164.el5/kernel/fs/xfs

./2.6.18-164.el5/kernel/fs/xfs/xfs.ko

 

wget http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsdump-2.2.46-1.el5.centos.x86_64.rpm

wget http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsprogs-devel-2.9.4-1.el5.centos.x86_64.rpm

wget http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsprogs-2.9.4-1.el5.centos.x86_64.rpm

wget http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/dmapi-2.2.8-1.el5.centos.x86_64.rpm

 

 [root@somehost xfs]# yum install dmapi* xfs* --nogpgcheck

Loaded plugins: rhnplugin, security

This system is not registered with RHN.

RHN support will be disabled.

Setting up Install Process

Examining dmapi-2.2.8-1.el5.centos.x86_64.rpm: dmapi-2.2.8-1.el5.centos.x86_64

Marking dmapi-2.2.8-1.el5.centos.x86_64.rpm to be installed

Examining xfsdump-2.2.46-1.el5.centos.x86_64.rpm: xfsdump-2.2.46-1.el5.centos.x86_64

Marking xfsdump-2.2.46-1.el5.centos.x86_64.rpm to be installed

Examining xfsprogs-2.9.4-1.el5.centos.x86_64.rpm: xfsprogs-2.9.4-1.el5.centos.x86_64

Marking xfsprogs-2.9.4-1.el5.centos.x86_64.rpm to be installed

Examining xfsprogs-devel-2.9.4-1.el5.centos.x86_64.rpm: xfsprogs-devel-2.9.4-1.el5.centos.x86_64

Marking xfsprogs-devel-2.9.4-1.el5.centos.x86_64.rpm to be installed

Resolving Dependencies

--&gt; Running transaction check

---&gt; Package dmapi.x86_64 0:2.2.8-1.el5.centos set to be updated

---&gt; Package xfsdump.x86_64 0:2.2.46-1.el5.centos set to be updated

---&gt; Package xfsprogs.x86_64 0:2.9.4-1.el5.centos set to be updated

---&gt; Package xfsprogs-devel.x86_64 0:2.9.4-1.el5.centos set to be updated

--&gt; Finished Dependency Resolution

 

Dependencies Resolved

 

====================================================================================================================================

 Package                  Arch             Version                        Repository                                           Size

====================================================================================================================================

Installing:

 dmapi                    x86_64           2.2.8-1.el5.centos             /dmapi-2.2.8-1.el5.centos.x86_64                    150 k

 xfsdump                  x86_64           2.2.46-1.el5.centos            /xfsdump-2.2.46-1.el5.centos.x86_64                 746 k

 xfsprogs                 x86_64           2.9.4-1.el5.centos             /xfsprogs-2.9.4-1.el5.centos.x86_64                 2.9 M

 xfsprogs-devel           x86_64           2.9.4-1.el5.centos             /xfsprogs-devel-2.9.4-1.el5.centos.x86_64           967 k

 

Transaction Summary

====================================================================================================================================

Install      4 Package(s)         

Update       0 Package(s)         

Remove       0 Package(s)         

 

Total size: 4.7 M

Is this ok [y/N]: y

Downloading Packages:

Running rpm_check_debug

Running Transaction Test

Finished Transaction Test

Transaction Test Succeeded

Running Transaction

  Installing     : xfsprogs                                                                                                     1/4 

  Installing     : dmapi                                                                                                        2/4 

warning: user mockbuild does not exist - using root

warning: group mockbuild does not exist - using root

.

.

  Installing     : xfsdump                                                                                                      3/4 

warning: user mockbuild does not exist - using root

warning: group mockbuild does not exist - using root

.

.

  Installing     : xfsprogs-devel                                                                                               4/4 

 

Installed:

  dmapi.x86_64 0:2.2.8-1.el5.centos              xfsdump.x86_64 0:2.2.46-1.el5.centos     xfsprogs.x86_64 0:2.9.4-1.el5.centos    

  xfsprogs-devel.x86_64 0:2.9.4-1.el5.centos    

 

Complete!

 

 

[root@somehost ~]# mkfs.xfs /dev/mapper/mpath2p1 

meta-data=/dev/mapper/mpath2p1   isize=256    agcount=16, agsize=3276757 blks

         =                       sectsz=512   attr=0

data     =                       bsize=4096   blocks=52428112, imaxpct=25

         =                       sunit=0      swidth=0 blks, unwritten=1

naming   =version 2              bsize=4096  

log      =internal log           bsize=4096   blocks=25599, version=1

         =                       sectsz=512   sunit=0 blks, lazy-count=0

realtime =none                   extsz=4096   blocks=0, rtextents=0

 

 

[root@somehost ~]# xfsdump -f xfsdump.txt /dev/mapper/mpath2p1 

xfsdump: using file dump (drive_simple) strategy

xfsdump: version 2.2.46 (dump format 3.0) - Running single-threaded

 

 ============================= dump label dialog ==============================

 

please enter label for this dump session (timeout in 300 sec)

 -&gt; Test

session label entered: &quot;Test&quot;

 

 --------------------------------- end dialog ---------------------------------

 

xfsdump: level 0 dump of gvlcblade11.gv.us.pri.wyeth.com:/mnt/xfs

xfsdump: dump date: Thu Sep 17 12:33:02 2009

xfsdump: session id: 21b4964c-4d56-4a4c-b285-421d0311057e

xfsdump: session label: &quot;Test&quot;

xfsdump: ino map phase 1: constructing initial dump list

xfsdump: ino map phase 2: skipping (no pruning necessary)

xfsdump: ino map phase 3: skipping (only one dump stream)

xfsdump: ino map construction complete

xfsdump: estimated dump size: 20800 bytes

xfsdump: /var/lib/xfsdump/inventory created

 

 ============================= media label dialog =============================

 

please enter label for media in drive 0 (timeout in 300 sec)

 -&gt; Test1

media label entered: &quot;Test1&quot;

 

 --------------------------------- end dialog ---------------------------------

 

xfsdump: creating dump session media file 0 (media 0, file 0)

xfsdump: dumping ino map

xfsdump: dumping directories

xfsdump: dumping non-directory files

xfsdump: ending media file

xfsdump: media file size 21016 bytes

xfsdump: dump size (non-dir files) : 0 bytes

xfsdump: dump complete: 30 seconds elapsed

xfsdump: Dump Status: SUCCESS</description>
		<content:encoded><![CDATA[<p>A co-worker used the CentosPlus</p>
<p>Steps taken…..</p>
<p>[root@somehost modules]# uname -r</p>
<p>2.6.18-164.el5</p>
<p>[root@somehost modules]# find . |grep xfs</p>
<p>./2.6.18-164.el5/kernel/fs/xfs</p>
<p>./2.6.18-164.el5/kernel/fs/xfs/xfs.ko</p>
<p>wget <a href="http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsdump-2.2.46-1.el5.centos.x86_64.rpm" rel="nofollow">http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsdump-2.2.46-1.el5.centos.x86_64.rpm</a></p>
<p>wget <a href="http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsprogs-devel-2.9.4-1.el5.centos.x86_64.rpm" rel="nofollow">http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsprogs-devel-2.9.4-1.el5.centos.x86_64.rpm</a></p>
<p>wget <a href="http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsprogs-2.9.4-1.el5.centos.x86_64.rpm" rel="nofollow">http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/xfsprogs-2.9.4-1.el5.centos.x86_64.rpm</a></p>
<p>wget <a href="http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/dmapi-2.2.8-1.el5.centos.x86_64.rpm" rel="nofollow">http://mirror.centos.org/centos/5.3/extras/x86_64/RPMS/dmapi-2.2.8-1.el5.centos.x86_64.rpm</a></p>
<p> [root@somehost xfs]# yum install dmapi* xfs* &#8211;nogpgcheck</p>
<p>Loaded plugins: rhnplugin, security</p>
<p>This system is not registered with RHN.</p>
<p>RHN support will be disabled.</p>
<p>Setting up Install Process</p>
<p>Examining dmapi-2.2.8-1.el5.centos.x86_64.rpm: dmapi-2.2.8-1.el5.centos.x86_64</p>
<p>Marking dmapi-2.2.8-1.el5.centos.x86_64.rpm to be installed</p>
<p>Examining xfsdump-2.2.46-1.el5.centos.x86_64.rpm: xfsdump-2.2.46-1.el5.centos.x86_64</p>
<p>Marking xfsdump-2.2.46-1.el5.centos.x86_64.rpm to be installed</p>
<p>Examining xfsprogs-2.9.4-1.el5.centos.x86_64.rpm: xfsprogs-2.9.4-1.el5.centos.x86_64</p>
<p>Marking xfsprogs-2.9.4-1.el5.centos.x86_64.rpm to be installed</p>
<p>Examining xfsprogs-devel-2.9.4-1.el5.centos.x86_64.rpm: xfsprogs-devel-2.9.4-1.el5.centos.x86_64</p>
<p>Marking xfsprogs-devel-2.9.4-1.el5.centos.x86_64.rpm to be installed</p>
<p>Resolving Dependencies</p>
<p>&#8211;&gt; Running transaction check</p>
<p>&#8212;&gt; Package dmapi.x86_64 0:2.2.8-1.el5.centos set to be updated</p>
<p>&#8212;&gt; Package xfsdump.x86_64 0:2.2.46-1.el5.centos set to be updated</p>
<p>&#8212;&gt; Package xfsprogs.x86_64 0:2.9.4-1.el5.centos set to be updated</p>
<p>&#8212;&gt; Package xfsprogs-devel.x86_64 0:2.9.4-1.el5.centos set to be updated</p>
<p>&#8211;&gt; Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>====================================================================================================================================</p>
<p> Package                  Arch             Version                        Repository                                           Size</p>
<p>====================================================================================================================================</p>
<p>Installing:</p>
<p> dmapi                    x86_64           2.2.8-1.el5.centos             /dmapi-2.2.8-1.el5.centos.x86_64                    150 k</p>
<p> xfsdump                  x86_64           2.2.46-1.el5.centos            /xfsdump-2.2.46-1.el5.centos.x86_64                 746 k</p>
<p> xfsprogs                 x86_64           2.9.4-1.el5.centos             /xfsprogs-2.9.4-1.el5.centos.x86_64                 2.9 M</p>
<p> xfsprogs-devel           x86_64           2.9.4-1.el5.centos             /xfsprogs-devel-2.9.4-1.el5.centos.x86_64           967 k</p>
<p>Transaction Summary</p>
<p>====================================================================================================================================</p>
<p>Install      4 Package(s)         </p>
<p>Update       0 Package(s)         </p>
<p>Remove       0 Package(s)         </p>
<p>Total size: 4.7 M</p>
<p>Is this ok [y/N]: y</p>
<p>Downloading Packages:</p>
<p>Running rpm_check_debug</p>
<p>Running Transaction Test</p>
<p>Finished Transaction Test</p>
<p>Transaction Test Succeeded</p>
<p>Running Transaction</p>
<p>  Installing     : xfsprogs                                                                                                     1/4 </p>
<p>  Installing     : dmapi                                                                                                        2/4 </p>
<p>warning: user mockbuild does not exist &#8211; using root</p>
<p>warning: group mockbuild does not exist &#8211; using root</p>
<p>.</p>
<p>.</p>
<p>  Installing     : xfsdump                                                                                                      3/4 </p>
<p>warning: user mockbuild does not exist &#8211; using root</p>
<p>warning: group mockbuild does not exist &#8211; using root</p>
<p>.</p>
<p>.</p>
<p>  Installing     : xfsprogs-devel                                                                                               4/4 </p>
<p>Installed:</p>
<p>  dmapi.x86_64 0:2.2.8-1.el5.centos              xfsdump.x86_64 0:2.2.46-1.el5.centos     xfsprogs.x86_64 0:2.9.4-1.el5.centos    </p>
<p>  xfsprogs-devel.x86_64 0:2.9.4-1.el5.centos    </p>
<p>Complete!</p>
<p>[root@somehost ~]# mkfs.xfs /dev/mapper/mpath2p1 </p>
<p>meta-data=/dev/mapper/mpath2p1   isize=256    agcount=16, agsize=3276757 blks</p>
<p>         =                       sectsz=512   attr=0</p>
<p>data     =                       bsize=4096   blocks=52428112, imaxpct=25</p>
<p>         =                       sunit=0      swidth=0 blks, unwritten=1</p>
<p>naming   =version 2              bsize=4096  </p>
<p>log      =internal log           bsize=4096   blocks=25599, version=1</p>
<p>         =                       sectsz=512   sunit=0 blks, lazy-count=0</p>
<p>realtime =none                   extsz=4096   blocks=0, rtextents=0</p>
<p>[root@somehost ~]# xfsdump -f xfsdump.txt /dev/mapper/mpath2p1 </p>
<p>xfsdump: using file dump (drive_simple) strategy</p>
<p>xfsdump: version 2.2.46 (dump format 3.0) &#8211; Running single-threaded</p>
<p> ============================= dump label dialog ==============================</p>
<p>please enter label for this dump session (timeout in 300 sec)</p>
<p> -&gt; Test</p>
<p>session label entered: &#8220;Test&#8221;</p>
<p> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; end dialog &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>xfsdump: level 0 dump of gvlcblade11.gv.us.pri.wyeth.com:/mnt/xfs</p>
<p>xfsdump: dump date: Thu Sep 17 12:33:02 2009</p>
<p>xfsdump: session id: 21b4964c-4d56-4a4c-b285-421d0311057e</p>
<p>xfsdump: session label: &#8220;Test&#8221;</p>
<p>xfsdump: ino map phase 1: constructing initial dump list</p>
<p>xfsdump: ino map phase 2: skipping (no pruning necessary)</p>
<p>xfsdump: ino map phase 3: skipping (only one dump stream)</p>
<p>xfsdump: ino map construction complete</p>
<p>xfsdump: estimated dump size: 20800 bytes</p>
<p>xfsdump: /var/lib/xfsdump/inventory created</p>
<p> ============================= media label dialog =============================</p>
<p>please enter label for media in drive 0 (timeout in 300 sec)</p>
<p> -&gt; Test1</p>
<p>media label entered: &#8220;Test1&#8243;</p>
<p> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; end dialog &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>xfsdump: creating dump session media file 0 (media 0, file 0)</p>
<p>xfsdump: dumping ino map</p>
<p>xfsdump: dumping directories</p>
<p>xfsdump: dumping non-directory files</p>
<p>xfsdump: ending media file</p>
<p>xfsdump: media file size 21016 bytes</p>
<p>xfsdump: dump size (non-dir files) : 0 bytes</p>
<p>xfsdump: dump complete: 30 seconds elapsed</p>
<p>xfsdump: Dump Status: SUCCESS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Buzzard</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-248</link>
		<dc:creator>Jonathan Buzzard</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-248</guid>
		<description>Forgot to say you can always get the XFS tools from the centos-plus repository. Though for my mind they would be better off in the centos-extras repository.</description>
		<content:encoded><![CDATA[<p>Forgot to say you can always get the XFS tools from the centos-plus repository. Though for my mind they would be better off in the centos-extras repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Buzzard</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-247</link>
		<dc:creator>Jonathan Buzzard</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-247</guid>
		<description>I suspect that the move to including XFS is down to the fact that RedHat&#039;s previous offering of ext3 or GFS really does suck. ext3 does not scale beyond 8TB unless you take 8KB blocks and even then it only goes to 16TB. When you have thumper type devices being common place it makes RedHat&#039;s lineup weak.

It would have been nice if RedHat had managed to get CXFS out of the collapse of SGI, as it would have given a nice file system with the option of a robust clustered version (something GFS/GFS2 is not).</description>
		<content:encoded><![CDATA[<p>I suspect that the move to including XFS is down to the fact that RedHat&#8217;s previous offering of ext3 or GFS really does suck. ext3 does not scale beyond 8TB unless you take 8KB blocks and even then it only goes to 16TB. When you have thumper type devices being common place it makes RedHat&#8217;s lineup weak.</p>
<p>It would have been nice if RedHat had managed to get CXFS out of the collapse of SGI, as it would have given a nice file system with the option of a robust clustered version (something GFS/GFS2 is not).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lberes</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-246</link>
		<dc:creator>lberes</dc:creator>
		<pubDate>Sun, 06 Sep 2009 04:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-246</guid>
		<description>Hmm. I&#039;ve just heard from a Red Hat employee during RH Summit 2009 that RHEL 5.4 has full XFS support but this is available only in selected countries and needs extra support contract/channel enablement. So either the Bugzilla entry is incorrect or the presenter was disiformed.</description>
		<content:encoded><![CDATA[<p>Hmm. I&#8217;ve just heard from a Red Hat employee during RH Summit 2009 that RHEL 5.4 has full XFS support but this is available only in selected countries and needs extra support contract/channel enablement. So either the Bugzilla entry is incorrect or the presenter was disiformed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Simmons</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-245</link>
		<dc:creator>Matt Simmons</dc:creator>
		<pubDate>Sat, 05 Sep 2009 14:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-245</guid>
		<description>&quot;Users of GFS2 that do not need high availability clustering...&quot; have been using the wrong filesystem. Why would you ever have switched to GFS2 if you didn&#039;t need clustering? For that matter, GFS2 never was really solid FOR clustering, was it? I thought OCFS was the better implementation? 

I&#039;m just going to stick with ext3 for my filesystems. It&#039;s solid, well known and documented, and I don&#039;t fall under any of the exclusions which would encourage me to switch. 

Good write-up.</description>
		<content:encoded><![CDATA[<p>&#8220;Users of GFS2 that do not need high availability clustering&#8230;&#8221; have been using the wrong filesystem. Why would you ever have switched to GFS2 if you didn&#8217;t need clustering? For that matter, GFS2 never was really solid FOR clustering, was it? I thought OCFS was the better implementation? </p>
<p>I&#8217;m just going to stick with ext3 for my filesystems. It&#8217;s solid, well known and documented, and I don&#8217;t fall under any of the exclusions which would encourage me to switch. </p>
<p>Good write-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.bofh-hunter.com/2009/09/04/rhel-5-4-and-xfs/comment-page-1/#comment-244</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 05 Sep 2009 13:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bofh-hunter.com/?p=166#comment-244</guid>
		<description>I wonder if Red Hat&#039;s change of heart has anything to do with the rumor of Sun killing xfs development.</description>
		<content:encoded><![CDATA[<p>I wonder if Red Hat&#8217;s change of heart has anything to do with the rumor of Sun killing xfs development.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
