lvresize and XFS, was: default file system

Eric Sandeen sandeen at redhat.com
Fri Feb 28 14:14:46 UTC 2014


On 2/28/14, 8:12 AM, Eric Sandeen wrote:

> However, I see that (at least my copy of) fsadm requires xfs_check,
> which has been deprecated upstream in favor of xfs_repair -n.
> xfs_check doesn't scale, and xfs_repair -n performs the same
> tasks.
> 
>> XFS_CHECK=xfs_check
> 
> so I guess I should file a bug on that.

Sorry, I should have checked upstream, I see that upstream handles
absence of xfs_check.

>           "xfs") if which "$XFS_CHECK" >"$NULL" 2>&1 ; then
>                         dry "$XFS_CHECK" "$VOLUME"
>                  else
>                         # Replacement for outdated xfs_check
>                         # FIXME: for small devices we need to force_geometry,
>                         # since we run in '-n' mode, it shouldn't be problem.
>                         # Think about better way....
>                         dry "$XFS_REPAIR" -n -o force_geometry "$VOLUME"
>                  fi ;;

TBH, I would just switch 100% to xfs_repair, rather than using
it as a fallback.   We can talk about this offline though.  :)

Thanks,
-Eric


More information about the devel mailing list