mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-08-06 15:07:39 +03:00

On full pool when pool root filesystem references very few bytes, the f_blocks returned to statvfs is 0 but should be at least 1. Reviewed by: Tom Caputi <tcaputi@datto.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Paul Zuchowski <pzuchowski@datto.com> Closes #8253 Closes #8254
12 lines
239 B
Makefile
12 lines
239 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/no_space
|
|
dist_pkgdata_SCRIPTS = \
|
|
setup.ksh \
|
|
cleanup.ksh \
|
|
enospc_001_pos.ksh \
|
|
enospc_002_pos.ksh \
|
|
enospc_003_pos.ksh \
|
|
enospc_df.ksh
|
|
|
|
dist_pkgdata_DATA = \
|
|
enospc.cfg
|