<p dir="ltr"></p>
<p dir="ltr">On Sep 28, 2016 6:14 AM, &quot;Joseph Beard&quot; &lt;<a href="mailto:joseph@josephbeard.net">joseph@josephbeard.net</a>&gt; wrote:<br>
&gt;<br>
&gt; On Sep 25, 2016, at 9:54 PM, Brian &lt;<a href="mailto:bnmille@gmail.com">bnmille@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; XFS was specifically designed for large file systems.  And the EXT file system is not known as a performance powerhouse.  So I would convert those filesystems back to XFS.  Then you would be able to see if that new controller is causing issues.<br>
&gt;<br>
&gt; I converted the `/mnt/backup` partition back to XFS. That alone has solved the two performance degradations I was experiencing! I would not have expected such a _large_ difference between those two. I’m not intimately familiar with how either of those filesystems are built, but I am very curious what makes this such a degenerate case for ext4. Does ext4 not deal well with large numbers of hard linked files?<br>
&gt;<br>
&gt; Now for the tricky part: converting the `/srv` partition back to XFS. I no longer have a spare drive large enough to hold its contents while I reformat the partition…<br>
&gt;<br>
&gt; Thanks for your help!<br>
&gt;<br>
&gt;<br>
&gt; Joe<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Joseph Beard<br>
&gt; <a href="mailto:joseph@josephbeard.net">joseph@josephbeard.net</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; colug-432 mailing list<br>
&gt; <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt; <a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a></p>
<p dir="ltr">From my reading, it has more to do with the way journaling is implemented on each filesystem.  Although XFS gives better performance, I&#39;ve seen posts where people complain about losing data in areas with poor power reliability.  They claim they have no such issues with EXT.  It also looks like the XFS developers are trying to fix that, but in a way that will not be backward compatible.  You won&#39;t be able to upgrade an existing XFS filesystem to the new version.</p>
<p dir="ltr">There seems to be a movement to abandon EXT, also.  Both Red Hat and SuSE now default to BTRFS for root filesystems (because of its inherent snapshot capability).  And use XFS for everything else.<br>
</p>