• Dave Chinner's avatar
    xfs: Increase the default size of the reserved blocks pool · 8babd8a2
    Dave Chinner authored
    The current default size of the reserved blocks pool is easy to deplete
    with certain workloads, in particular workloads that do lots of concurrent
    delayed allocation extent conversions.  If enough transactions are running
    in parallel and the entire pool is consumed then subsequent calls to
    xfs_trans_reserve() will fail with ENOSPC.  Also add a rate limited
    warning so we know if this starts happening again.
    
    This is an updated version of an old patch from Lachlan McIlroy.
    Signed-off-by: default avatarDave Chinner <david@fromorbit.com>
    Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
    8babd8a2
xfs_mount.c 69.1 KB