commit | a35eb41519ab8db90e87d375ee9362d6e080ca4c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:51 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 05 16:26:31 2016 -0700 |
tree | 6db45615c97decf9d8c75bbc8c590e0ca5d936b2 | |
parent | 4f435ebe7d0422af61cdcddbbcc659888645a1e1 [diff] |
xfs: simulate per-AG reservations being critically low Create an error injection point that enables us to simulate being critically low on per-AG block reservations. This should enable us to simulate this specific ENOSPC condition so that we can test falling back to a regular file copy. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>