<p dir="ltr">So far my small of research shows it isn&#39;t that big of a problem. We should look more into it thought.<br>
On Feb 27, 2014 5:41 PM, &quot;Chris Murphy&quot; &lt;<a href="mailto:lists@colorremedies.com">lists@colorremedies.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Feb 27, 2014, at 3:32 PM, Chris Murphy &lt;<a href="mailto:lists@colorremedies.com">lists@colorremedies.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; On Feb 27, 2014, at 3:02 PM, Jochen Schmitt &lt;<a href="mailto:Jochen@herr-schmitt.de">Jochen@herr-schmitt.de</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; On Thu, Feb 27, 2014 at 04:08:46PM -0500, James Wilson Harshaw IV wrote:<br>
&gt; &gt;&gt;&gt; A question I have is XFS worth it?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I have done some testing with RHEL 7 Beta which use XFS as a default file system.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I have to recorgnize, that the -r switch of the lvresize command doesn&#39;t cooperate<br>
&gt; &gt;&gt; with xfs in oppoiste of ext4.<br>
&gt; &gt;<br>
&gt; &gt; Where you growing or shrinking the fs, and was it mounted at the time, and what error did you get? XFS doesn&#39;t support shrink, and only can be grown online. I&#39;m pretty sure lvresize -r supports xfs_growfs via fsadm.<br>

&gt;<br>
&gt; worksforme<br>
&gt;<br>
&gt; Starting with a 10TB XFS volume, 5TB x 5 disk VG.<br>
&gt;<br>
&gt;<br>
&gt; # lvresize -r -v --size 15T VG/LV<br>
&gt;     Finding volume group VG<br>
&gt;     Executing: fsadm --verbose check /dev/VG/LV<br>
&gt; fsadm: &quot;xfs&quot; filesystem found on &quot;/dev/mapper/VG-LV&quot;<br>
&gt; fsadm: Skipping filesystem check for device &quot;/dev/mapper/VG-LV&quot; as the filesystem is mounted on /mnt<br>
&gt;     fsadm failed: 3<br>
&gt;     Archiving volume group &quot;VG&quot; metadata (seqno 2).<br>
&gt;   Extending logical volume LV to 15.00 TiB<br>
&gt;     Loading VG-LV table (253:0)<br>
&gt;     Suspending VG-LV (253:0) with device flush<br>
&gt;     Resuming VG-LV (253:0)<br>
&gt;     Creating volume group backup &quot;/etc/lvm/backup/VG&quot; (seqno 3).<br>
&gt;   Logical volume LV successfully resized<br>
&gt;     Executing: fsadm --verbose resize /dev/VG/LV 16106127360K<br>
&gt; fsadm: &quot;xfs&quot; filesystem found on &quot;/dev/mapper/VG-LV&quot;<br>
&gt; fsadm: Device &quot;/dev/mapper/VG-LV&quot; size is 16492674416640 bytes<br>
&gt; fsadm: Parsing xfs_info &quot;/mnt&quot;<br>
&gt; fsadm: Resizing Xfs mounted on &quot;/mnt&quot; to fill device &quot;/dev/mapper/VG-LV&quot;<br>
&gt; fsadm: Executing xfs_growfs /mnt<br>
&gt; meta-data=/dev/mapper/VG-LV      isize=256    agcount=10, agsize=268435455 blks<br>
&gt;          =                       sectsz=512   attr=2<br>
&gt; data     =                       bsize=4096   blocks=2684354550, imaxpct=5<br>
&gt;          =                       sunit=0      swidth=0 blks<br>
&gt; naming   =version 2              bsize=4096   ascii-ci=0<br>
&gt; log      =internal               bsize=4096   blocks=521728, version=2<br>
&gt;          =                       sectsz=512   sunit=0 blks, lazy-count=1<br>
&gt; realtime =none                   extsz=4096   blocks=0, rtextents=0<br>
&gt; data blocks changed from 2684354550 to 4026531825<br>
&gt;<br>
&gt; # df -h<br>
&gt; Filesystem         Size  Used Avail Use% Mounted on<br>
&gt; /dev/mapper/VG-LV   15T   33M   15T   1% /mnt<br>
&gt;<br>
&gt;<br>
&gt; However, I don&#39;t know what &quot;fsadm failed: 3&quot; means.<br>
&gt;<br>
&gt;<br>
&gt; Chris Murphy<br>
&gt; --<br>
&gt; devel mailing list<br>
&gt; <a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/devel">https://admin.fedoraproject.org/mailman/listinfo/devel</a><br>
&gt; Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct">http://fedoraproject.org/code-of-conduct</a></p>