commit | 9b8f2d886e4bb705bbf2012d83df5979c908b18a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Feb 19 16:36:05 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Feb 28 07:36:00 2020 -0800 |
tree | 24655d5f6567f955addf53f9369bca88874598f7 | |
parent | 83cc00723886f88f4bfce4e47b2c82e507a3a372 [diff] |
xfs_repair: check that metadata updates have been committed Make sure that any metadata that we repaired or regenerated has been written to disk. If that fails, exit with 1 to signal that there are still errors in the filesystem. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>