mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
zfs filesystem skipped by df -h
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
This commit is contained in:
committed by
Brian Behlendorf
parent
a13392a6a1
commit
83c796c5e9
@@ -656,7 +656,8 @@ tests = ['nestedfs_001_pos']
|
||||
tags = ['functional', 'nestedfs']
|
||||
|
||||
[tests/functional/no_space]
|
||||
tests = ['enospc_001_pos', 'enospc_002_pos', 'enospc_003_pos']
|
||||
tests = ['enospc_001_pos', 'enospc_002_pos', 'enospc_003_pos',
|
||||
'enospc_df']
|
||||
tags = ['functional', 'no_space']
|
||||
|
||||
[tests/functional/nopwrite]
|
||||
|
||||
Reference in New Issue
Block a user